Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiogo Resende <dresende@thinkdigital.pt>2015-09-30 20:28:06 +0300
committerDiogo Resende <dresende@thinkdigital.pt>2015-09-30 20:28:06 +0300
commitbbb845b20b7b6cced50e28d532d13ec979a0db66 (patch)
tree81814dbd437d1e95462a5e8a4b6d286d13c7f1b5 /app/views/admin/applications
parent63a6259328b602b0392f3b2eb1cd2adf4d275bc5 (diff)
Adds newline at end of file
Diffstat (limited to 'app/views/admin/applications')
-rw-r--r--app/views/admin/applications/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/applications/index.html.haml b/app/views/admin/applications/index.html.haml
index db8d61ec6dc..f8cd98f0ec4 100644
--- a/app/views/admin/applications/index.html.haml
+++ b/app/views/admin/applications/index.html.haml
@@ -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 \ No newline at end of file
+ %td= render 'delete_form', application: application