summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-03-02 09:15:06 +0000
committerPhil Hughes <me@iamphill.com>2016-03-04 09:06:49 +0000
commitb03df1758bfa592c0bb6804f1f6bf540b792f3e9 (patch)
tree2802cde0172cb76d135cb38454f68a73f9f90b4a /app/views
parentbe390cff65de0bf6f0fc1f059c4243fcb85d43d0 (diff)
downloadgitlab-ce-b03df1758bfa592c0bb6804f1f6bf540b792f3e9.tar.gz
Moved scss values into variables
Fixed heading weight
Diffstat (limited to 'app/views')
-rw-r--r--app/views/profiles/applications.html.haml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/profiles/applications.html.haml b/app/views/profiles/applications.html.haml
index 911ba9f87f0..e072c18beb4 100644
--- a/app/views/profiles/applications.html.haml
+++ b/app/views/profiles/applications.html.haml
@@ -13,7 +13,7 @@
Manage applications that you've authorized to use your account.
.col-lg-9
- if user_oauth_applications?
- %h5
+ %h5.prepend-top-0
Add new application
= render 'doorkeeper/applications/form', application: @application
%hr
@@ -23,7 +23,7 @@
Your applications (#{@applications.size})
- if @applications.any?
.table-responsive
- %table.table.table-striped
+ %table.table
%thead
%tr
%th Name
@@ -47,7 +47,7 @@
- else
.profile-settings-message.text-center
You don't have any applications
- .oauth-authorized-applications.prepend-top-20
+ .oauth-authorized-applications.prepend-top-20.append-bottom-default
- if user_oauth_applications?
%h5
Authorized applications (#{@authorized_tokens.size})