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>2015-08-20 14:05:14 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-08-20 14:05:14 +0300
commit6a91e32af9e743c7f9f4ed4926ae0f8884abb999 (patch)
treed22c88f23ddf0716ce50e3da39ea0dff62f7c3b9 /app/views/explore
parent8129e2f33f1b1538f2c984f0c7c58855d32dcd8b (diff)
Cleanup groups pages UI a bit
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/explore')
-rw-r--r--app/views/explore/groups/index.html.haml5
1 files changed, 1 insertions, 4 deletions
diff --git a/app/views/explore/groups/index.html.haml b/app/views/explore/groups/index.html.haml
index c34493d0c20..7dcefd330a1 100644
--- a/app/views/explore/groups/index.html.haml
+++ b/app/views/explore/groups/index.html.haml
@@ -1,7 +1,7 @@
- page_title "Groups"
- if current_user
= render 'dashboard/groups_head'
-.clearfix
+.clearfix.append-bottom-10
.pull-left
= form_tag explore_groups_path, method: :get, class: 'form-inline form-tiny' do |f|
= hidden_field_tag :sort, @sort
@@ -30,15 +30,12 @@
= link_to explore_groups_path(sort: sort_value_oldest_updated) do
= sort_title_oldest_updated
-%hr
-
%ul.bordered-list
- @groups.each do |group|
%li
.clearfix
%h4
= link_to group_path(id: group.path) do
- %i.fa.fa-users
= group.name
.clearfix
%p