replace right with pull-right
This commit is contained in:
parent
7ba4f2dcfa
commit
e2fb18a3ec
96 changed files with 143 additions and 144 deletions
|
@ -19,7 +19,7 @@
|
|||
= f.submit 'Add Comment', class: "btn comment-btn grouped js-comment-button"
|
||||
%a.btn.grouped.js-close-discussion-note-form Cancel
|
||||
.hint
|
||||
.right Comments are parsed with #{link_to "GitLab Flavored Markdown", help_markdown_path, target: '_blank'}.
|
||||
.pull-right Comments are parsed with #{link_to "GitLab Flavored Markdown", help_markdown_path, target: '_blank'}.
|
||||
.clearfix
|
||||
|
||||
.note_options
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
- if note.attachment.url
|
||||
- if note.attachment.image?
|
||||
= image_tag note.attachment.url, class: 'note-image-attach'
|
||||
.attachment.right
|
||||
.attachment.pull-right
|
||||
= link_to note.attachment.url, target: "_blank" do
|
||||
%i.icon-attachment
|
||||
= note.attachment_identifier
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue