summaryrefslogtreecommitdiff
path: root/app/views/wikis/pages.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/wikis/pages.html.haml')
-rw-r--r--app/views/wikis/pages.html.haml45
1 files changed, 21 insertions, 24 deletions
diff --git a/app/views/wikis/pages.html.haml b/app/views/wikis/pages.html.haml
index d3215f83916..7bf57adc106 100644
--- a/app/views/wikis/pages.html.haml
+++ b/app/views/wikis/pages.html.haml
@@ -1,24 +1,21 @@
-.row
- .span3
- = render 'writeboards/nav'
- .span9
- %h3.page_title All Pages
- %br
- %table
- %thead
- %tr
- %th Title
- %th Slug
- %th Last updated
- %th Updated by
- %tbody
- - @wiki_pages.each do |wiki_page|
- %tr
- %td
- %strong= link_to wiki_page.title, project_wiki_path(@project, wiki_page)
- %td= wiki_page.slug
- %td
- = wiki_page.created_at.to_s(:short) do
- (#{time_ago_in_words(wiki_page.created_at)}
- ago)
- %td= link_to_member(@project, wiki_page.user)
+= render 'wikis/nav'
+%h3.page_title All Pages
+%br
+%table
+ %thead
+ %tr
+ %th Title
+ %th Slug
+ %th Last updated
+ %th Updated by
+ %tbody
+ - @wiki_pages.each do |wiki_page|
+ %tr
+ %td
+ %strong= link_to wiki_page.title, project_wiki_path(@project, wiki_page)
+ %td= wiki_page.slug
+ %td
+ = wiki_page.created_at.to_s(:short) do
+ (#{time_ago_in_words(wiki_page.created_at)}
+ ago)
+ %td= link_to_member(@project, wiki_page.user)