buttons margin fixed
This commit is contained in:
parent
4e0c2f00d3
commit
df6a75d52d
12 changed files with 46 additions and 35 deletions
|
@ -2,9 +2,9 @@
|
|||
= @wiki.title
|
||||
%span.right
|
||||
- if can? current_user, :write_wiki, @project
|
||||
= link_to history_project_wiki_path(@project, @wiki), :class => "btn small padded" do
|
||||
= link_to history_project_wiki_path(@project, @wiki), :class => "btn small grouped" do
|
||||
History
|
||||
= link_to edit_project_wiki_path(@project, @wiki), :class => "btn small" do
|
||||
= link_to edit_project_wiki_path(@project, @wiki), :class => "btn small grouped" do
|
||||
Edit
|
||||
%hr
|
||||
.wiki_content
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue