Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-30 18:40:43 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-30 18:40:43 +0400
commite2fb18a3ec8052997f0c9b795f76a6e4d57a9d97 (patch)
tree581eb89605251b13b121e7bb2201301da55aee89 /app/views/team_members/_show.html.haml
parent7ba4f2dcfaa85fb89e15d9caa21bf75ad976389f (diff)
replace right with pull-right
Diffstat (limited to 'app/views/team_members/_show.html.haml')
-rw-r--r--app/views/team_members/_show.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/team_members/_show.html.haml b/app/views/team_members/_show.html.haml
index c85ec9812a8..b59bb7b1e52 100644
--- a/app/views/team_members/_show.html.haml
+++ b/app/views/team_members/_show.html.haml
@@ -10,12 +10,12 @@
%br
%small.cgray= user.email
- .span5.right
+ .span5.pull-right
- if allow_admin
.left
= form_for(member, as: :team_member, url: project_team_member_path(@project, member.user)) do |f|
= f.select :project_access, options_for_select(UsersProject.access_roles, member.project_access), {}, class: "medium project-access-select span2"
- .right
+ .pull-right
- if current_user == user
%span.btn.disabled This is you!
- if @project.namespace_owner == user