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
Léo-Paul Géneau
gitlab-ce
Commits
267fcb82
Commit
267fcb82
authored
May 31, 2018
by
Annabel Dunstone Gray
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix new application layout
parent
e57ad62d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
app/views/admin/applications/_form.html.haml
app/views/admin/applications/_form.html.haml
+3
-3
No files found.
app/views/admin/applications/_form.html.haml
View file @
267fcb82
=
form_for
[
:admin
,
@application
],
url:
@url
,
html:
{
role:
'form'
}
do
|
f
|
=
form_errors
(
application
)
=
content_tag
:div
,
class:
'form-group'
do
=
content_tag
:div
,
class:
'form-group
row
'
do
=
f
.
label
:name
,
class:
'col-sm-2 col-form-label'
.col-sm-10
=
f
.
text_field
:name
,
class:
'form-control'
=
doorkeeper_errors_for
application
,
:name
=
content_tag
:div
,
class:
'form-group'
do
=
content_tag
:div
,
class:
'form-group
row
'
do
=
f
.
label
:redirect_uri
,
class:
'col-sm-2 col-form-label'
.col-sm-10
=
f
.
text_area
:redirect_uri
,
class:
'form-control'
...
...
@@ -20,7 +20,7 @@
%code
=
Doorkeeper
.
configuration
.
native_redirect_uri
for local tests
=
content_tag
:div
,
class:
'form-group'
do
=
content_tag
:div
,
class:
'form-group
row
'
do
=
f
.
label
:trusted
,
class:
'col-sm-2 col-form-label'
.col-sm-10
=
f
.
check_box
:trusted
...
...
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