replace right with pull-right
This commit is contained in:
parent
7ba4f2dcfa
commit
e2fb18a3ec
96 changed files with 143 additions and 144 deletions
|
@ -4,20 +4,20 @@
|
|||
%ul.well-list
|
||||
%li
|
||||
%strong Email
|
||||
%span.right= mail_to @user.email
|
||||
%span.pull-right= mail_to @user.email
|
||||
- unless @user.skype.blank?
|
||||
%li
|
||||
%strong Skype
|
||||
%span.right= @user.skype
|
||||
%span.pull-right= @user.skype
|
||||
- unless @user.linkedin.blank?
|
||||
%li
|
||||
%strong LinkedIn
|
||||
%span.right= @user.linkedin
|
||||
%span.pull-right= @user.linkedin
|
||||
- unless @user.twitter.blank?
|
||||
%li
|
||||
%strong Twitter
|
||||
%span.right= @user.twitter
|
||||
%span.pull-right= @user.twitter
|
||||
- unless @user.bio.blank?
|
||||
%li
|
||||
%strong Bio
|
||||
%span.right= @user.bio
|
||||
%span.pull-right= @user.bio
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
\/
|
||||
%strong.well-title
|
||||
= truncate(project.name, length: 45)
|
||||
%span.right.light
|
||||
%span.pull-right.light
|
||||
- if project.owner == @user
|
||||
%i.icon-wrench
|
||||
- tm = project.team.get_tm(@user.id)
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
= image_tag gravatar_icon(@user.email, 90), class: "avatar s90"
|
||||
= @user.name
|
||||
- if @user == current_user
|
||||
.right
|
||||
.pull-right
|
||||
= link_to profile_path, class: 'btn btn-small' do
|
||||
%i.icon-edit
|
||||
Edit Profile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue