76aad9b76e
Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers.
8 lines
399 B
Text
8 lines
399 B
Text
%span.pull-right
|
|
- if (@page && @page.persisted?)
|
|
= link_to history_namespace_project_wiki_path(@project.namespace, @project, @page), class: "btn btn-grouped" do
|
|
Page History
|
|
- if can?(current_user, :write_wiki, @project)
|
|
= link_to edit_namespace_project_wiki_path(@project.namespace, @project, @page), class: "btn btn-grouped" do
|
|
%i.fa.fa-pencil-square-o
|
|
Edit
|