rosa-build/app/views/projects/wiki/history.html.haml

13 lines
345 B
Plaintext
Raw Normal View History

2012-03-30 13:30:39 +01:00
-set_meta_tags :title => [title_object(@project), t('wiki.wiki_history')]
/ = render 'gollum_includes'
/ = render 'project_short'
= render 'submenu'
2012-01-17 23:30:54 +00:00
.r= link_to t("wiki.compare_revisions"), "javascript:void(0);", :class => "action-compare-revision button width100"
2012-02-17 11:13:54 +00:00
.both
= render 'history'
2012-02-17 11:13:54 +00:00
.both
2012-01-17 23:30:54 +00:00
2012-02-17 11:13:54 +00:00
- content_for :sidebar do
- render 'sidebar'