diff options
author | Diogo Resende <dresende@thinkdigital.pt> | 2015-09-30 17:28:06 +0000 |
---|---|---|
committer | Diogo Resende <dresende@thinkdigital.pt> | 2015-09-30 17:28:06 +0000 |
commit | bbb845b20b7b6cced50e28d532d13ec979a0db66 (patch) | |
tree | 81814dbd437d1e95462a5e8a4b6d286d13c7f1b5 | |
parent | 63a6259328b602b0392f3b2eb1cd2adf4d275bc5 (diff) | |
download | gitlab-ce-bbb845b20b7b6cced50e28d532d13ec979a0db66.tar.gz |
Adds newline at end of file
-rw-r--r-- | app/views/admin/applications/index.html.haml | 2 |
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 |