Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jérome Perrin
gitlab-ce
Commits
4cf7d8d9
Commit
4cf7d8d9
authored
Jun 14, 2015
by
Nicolas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix consistency issues on New Application page.
parent
f18a24f0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
4 deletions
+10
-4
app/views/doorkeeper/applications/_form.html.haml
app/views/doorkeeper/applications/_form.html.haml
+3
-2
app/views/doorkeeper/applications/new.html.haml
app/views/doorkeeper/applications/new.html.haml
+6
-1
features/steps/profile/profile.rb
features/steps/profile/profile.rb
+1
-1
No files found.
app/views/doorkeeper/applications/_form.html.haml
View file @
4cf7d8d9
...
...
@@ -24,6 +24,7 @@
Use
%code
=
Doorkeeper
.
configuration
.
native_redirect_uri
for local tests
.form-actions
=
f
.
submit
'Submit'
,
class:
"btn btn-
primary wid
e"
=
link_to
"Cancel"
,
applications_profile_path
,
class:
"btn btn-
default
"
=
f
.
submit
'Submit'
,
class:
"btn btn-
creat
e"
=
link_to
"Cancel"
,
applications_profile_path
,
class:
"btn btn-
cancel
"
app/views/doorkeeper/applications/new.html.haml
View file @
4cf7d8d9
%h3
.page-title
New application
-
page_title
"New Application"
%h3
.page-title
New Application
%hr
=
render
'form'
,
application:
@application
\ No newline at end of file
features/steps/profile/profile.rb
View file @
4cf7d8d9
...
...
@@ -197,7 +197,7 @@ class Spinach::Features::Profile < Spinach::FeatureSteps
end
step
'I should see application form'
do
expect
(
page
).
to
have_content
"New
a
pplication"
expect
(
page
).
to
have_content
"New
A
pplication"
end
step
'I fill application form out and submit'
do
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment