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:
authorPhil Hughes <me@iamphill.com>2016-03-03 11:38:56 +0300
committerPhil Hughes <me@iamphill.com>2016-03-04 12:07:02 +0300
commit9f673aa498fed240db5c408b10d9107cec938aa3 (patch)
treefc618c9fec9f450a90a2808fa2fde6f280c4af91 /app/views/profiles/applications.html.haml
parentb03df1758bfa592c0bb6804f1f6bf540b792f3e9 (diff)
Removed page specific variables
Diffstat (limited to 'app/views/profiles/applications.html.haml')
-rw-r--r--app/views/profiles/applications.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/profiles/applications.html.haml b/app/views/profiles/applications.html.haml
index e072c18beb4..7c0f700d68d 100644
--- a/app/views/profiles/applications.html.haml
+++ b/app/views/profiles/applications.html.haml
@@ -29,7 +29,7 @@
%th Name
%th Callback URL
%th Clients
- %th{width: 105}
+ %th.last-heading
%tbody
- @applications.each do |application|
%tr{:id => "application_#{application.id}"}