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

16 lines
409 B
Plaintext
Raw Normal View History

/ = render 'gollum_includes'
/ = render 'project_short'
= render 'projects/submenu'
2012-01-19 12:10:50 +00:00
2012-02-17 11:13:54 +00:00
- @st_query = capture do
%strong= @query
%h1.title= raw t("wiki.search_results_for", :query => @st_query)
2012-02-17 11:13:54 +00:00
%ul.actions
- if can? :read, @project
%li.minibutton= link_to t("wiki.home"), project_wiki_index_path(@project), :class => 'action-edit-page'
2012-01-19 12:10:50 +00:00
= render "results"
2012-01-19 12:10:50 +00:00
- content_for :sidebar do
- render 'sidebar'