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>2012-02-18 16:12:48 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-02-18 16:12:48 +0400
commit94db8a1c334b9ff5a0c28c89cb87ffa882095261 (patch)
tree19f347316d41d9e259e37ff06139f9d575b3f4b5 /app/views/keys
parent9a24ccdea1dd4dc82ac7f24c1fa1706a20949898 (diff)
Usability & design improvements
Diffstat (limited to 'app/views/keys')
-rw-r--r--app/views/keys/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/keys/index.html.haml b/app/views/keys/index.html.haml
index e6979f5e212..002089a00ec 100644
--- a/app/views/keys/index.html.haml
+++ b/app/views/keys/index.html.haml
@@ -4,7 +4,7 @@
%hr
-%div#keys-table{ :class => "update-data ui-box ui-box-small ui-box-big" }
+%div#keys-table
%ul.unstyled
- @keys.each do |key|
= render(:partial => 'show', :locals => {:key => key})