Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
019bff9ab77b
Commit
e471356f
authored
Sep 30, 2015
by
Diogo Resende
Browse files
Fixes english information paragraph in admin/applications view
parent
2669db278578
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/views/admin/applications/index.html.haml
View file @
019bff9a
...
...
@@ -2,7 +2,7 @@
%h3
.page-title
System OAuth applications
%p
.light
System OAuth application do
es no
t belong to
certain
user and can be managed
only
by admins
System OAuth application do
n'
t belong to
any
user and can
only
be managed by admins
%hr
%p
=
link_to
'New Application'
,
new_admin_application_path
,
class:
'btn btn-success'
%table
.table.table-striped
...
...
@@ -20,4 +20,4 @@
%td
=
application
.
redirect_uri
%td
=
application
.
access_tokens
.
map
(
&
:resource_owner_id
).
uniq
.
count
%td
=
link_to
'Edit'
,
edit_admin_application_path
(
application
),
class:
'btn btn-link'
%td
=
render
'delete_form'
,
application:
application
%td
=
render
'delete_form'
,
application:
application
\ No newline at end of file
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