summaryrefslogtreecommitdiff
path: root/app/views/explore/groups
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/explore/groups')
-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