replace right with pull-right
This commit is contained in:
parent
7ba4f2dcfa
commit
e2fb18a3ec
96 changed files with 143 additions and 144 deletions
|
@ -3,5 +3,5 @@
|
|||
= render partial: 'shared/ref_switcher', locals: {destination: 'tree', path: @path}
|
||||
= nav_link(controller: :tree) do
|
||||
= link_to 'Source', project_tree_path(@project, @ref)
|
||||
%li.right
|
||||
%li.pull-right
|
||||
= render "shared/clone_panel"
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
%th Name
|
||||
%th Last Update
|
||||
%th Last Commit
|
||||
%th= link_to "history", project_commits_path(@project, @id), class: "btn btn-tiny right"
|
||||
%th= link_to "history", project_commits_path(@project, @id), class: "btn btn-tiny pull-right"
|
||||
|
||||
- if tree.up_dir?
|
||||
%tr.tree-item
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue