summaryrefslogtreecommitdiff
path: root/app/views/groups/show.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-06-17 17:13:30 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-06-17 17:13:30 +0300
commit91c38a199f0f0fed1a9dc9251dac4a7c6f017b41 (patch)
treec24ead9b55e739409264985b4652ea5c7c28d790 /app/views/groups/show.html.haml
parent3a8413247b4bdd226823345af4d5d94a9c6035e1 (diff)
downloadgitlab-ce-91c38a199f0f0fed1a9dc9251dac4a7c6f017b41.tar.gz
Add some semantic to our html
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/groups/show.html.haml')
-rw-r--r--app/views/groups/show.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/groups/show.html.haml b/app/views/groups/show.html.haml
index 06183dd74a9..6db393c882c 100644
--- a/app/views/groups/show.html.haml
+++ b/app/views/groups/show.html.haml
@@ -1,5 +1,5 @@
.dashboard
- .activities.col-md-8.hidden-sm.hidden-xs
+ %section.activities.col-md-8.hidden-sm.hidden-xs
- if current_user
= render "events/event_last_push", event: @last_push
= link_to dashboard_path, class: 'btn btn-tiny' do
@@ -16,7 +16,7 @@
- else
.nothing-here-block Project activity will be displayed here
= spinner
- .side.col-md-4
+ %aside.side.col-md-4
.light-well.append-bottom-20
= image_tag group_icon(@group.path), class: "avatar s90"
.clearfix.light