BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
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
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
4 deletions
+11
-4
_form.html.haml
app/views/doorkeeper/applications/_form.html.haml
+3
-2
new.html.haml
app/views/doorkeeper/applications/new.html.haml
+7
-1
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