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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-30 21:28:48 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-30 21:28:48 +0400
commit1fdeb9e03042b1b645ed0fe6c33fb4f21dd6ddb1 (patch)
tree5fa4b6d2892c50057b36991fa3e8ba44c02b6628 /app/views/keys/_show.html.haml
parent7d593c54463307b0e1bb4a2653e161f4f238a3d9 (diff)
parentbfd00caff3010100f367ed60d73f065cc8b21f06 (diff)
Merge branch 'refactor/css' of dev.gitlabhq.com:gitlab/gitlabhq
Diffstat (limited to 'app/views/keys/_show.html.haml')
-rw-r--r--app/views/keys/_show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/keys/_show.html.haml b/app/views/keys/_show.html.haml
index 9e85e6228ce..52bbea6fc7b 100644
--- a/app/views/keys/_show.html.haml
+++ b/app/views/keys/_show.html.haml
@@ -8,5 +8,5 @@
= time_ago_in_words(key.created_at)
ago
%td
- = link_to 'Remove', key, confirm: 'Are you sure?', method: :delete, class: "btn btn-small btn-remove delete-key right"
+ = link_to 'Remove', key, confirm: 'Are you sure?', method: :delete, class: "btn btn-small btn-remove delete-key pull-right"