replace right with pull-right
This commit is contained in:
parent
7ba4f2dcfa
commit
e2fb18a3ec
96 changed files with 143 additions and 144 deletions
|
@ -15,7 +15,7 @@
|
|||
.file_title
|
||||
%i.icon-file
|
||||
githost.log
|
||||
.right
|
||||
.pull-right
|
||||
= link_to '#', class: 'log-bottom' do
|
||||
%i.icon-arrow-down
|
||||
Scroll down
|
||||
|
@ -29,7 +29,7 @@
|
|||
.file_title
|
||||
%i.icon-file
|
||||
application.log
|
||||
.right
|
||||
.pull-right
|
||||
= link_to '#', class: 'log-bottom' do
|
||||
%i.icon-arrow-down
|
||||
Scroll down
|
||||
|
@ -43,7 +43,7 @@
|
|||
.file_title
|
||||
%i.icon-file
|
||||
production.log
|
||||
.right
|
||||
.pull-right
|
||||
= link_to '#', class: 'log-bottom' do
|
||||
%i.icon-arrow-down
|
||||
Scroll down
|
||||
|
@ -57,7 +57,7 @@
|
|||
.file_title
|
||||
%i.icon-file
|
||||
sidekiq.log
|
||||
.right
|
||||
.pull-right
|
||||
= link_to '#', class: 'log-bottom' do
|
||||
%i.icon-arrow-down
|
||||
Scroll down
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue