replace right with pull-right
This commit is contained in:
parent
7ba4f2dcfa
commit
e2fb18a3ec
96 changed files with 143 additions and 144 deletions
|
@ -2,7 +2,7 @@
|
|||
%hr
|
||||
= render 'form'
|
||||
|
||||
.right
|
||||
.pull-right
|
||||
- if can? current_user, :admin_wiki, @project
|
||||
= link_to project_wiki_path(@project, @wiki), confirm: "Are you sure you want to delete this page?", method: :delete, class: "btn btn-small btn-remove" do
|
||||
Delete this page
|
|
@ -1,6 +1,6 @@
|
|||
%h3.page_title
|
||||
= @wiki.title
|
||||
%span.right
|
||||
%span.pull-right
|
||||
= link_to pages_project_wikis_path(@project), class: "btn btn-small grouped" do
|
||||
Pages
|
||||
- if can? current_user, :write_wiki, @project
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue