rosa-build/app/views/wiki/pages.html.haml

29 lines
948 B
Plaintext
Raw Normal View History

2012-01-18 21:14:12 +00:00
= render :partial => 'gollum_includes'
= render :partial => 'project_short'
%a{ :name => "wiki"}
.block
.secondary-navigation
%ul.wat-cf
%li.first{:class => "#{(@name == 'Home') ? 'active' : ''}" }
= link_to t("layout.wiki.home"), project_wiki_index_path(@project)
%li.active= link_to t("layout.wiki.pages"), pages_project_wiki_index_path(@project)
%li= link_to t("layout.wiki.wiki_history"), '#'
%li= link_to t("layout.wiki.git_access"), '#'
.content
.inner
#wiki-wrapper.results
#head
2012-01-19 12:10:50 +00:00
%h1.title= t("layout.wiki.all_pages_in", :ref => @ref)
%ul.actions
%li.minibutton
= link_to t("layout.wiki.home"), project_wiki_index_path(@project),
:class => 'action-edit-page'
= render :partial => 'searchbar'
= render :partial => "results"
- content_for :sidebar do
- render :partial => 'projects/sidebar'