replace right with pull-right
This commit is contained in:
parent
7ba4f2dcfa
commit
e2fb18a3ec
96 changed files with 143 additions and 144 deletions
|
@ -25,9 +25,9 @@
|
|||
%li{class: ("active" if params[:project_id] == project.id.to_s)}
|
||||
= link_to group_filter_path(entity, project_id: project.id) do
|
||||
= project.name_with_namespace
|
||||
%small.right= entities_per_project(project, entity)
|
||||
%small.pull-right= entities_per_project(project, entity)
|
||||
|
||||
%fieldset
|
||||
%hr
|
||||
= link_to "Reset", group_filter_path(entity), class: 'btn right'
|
||||
= link_to "Reset", group_filter_path(entity), class: 'btn pull-right'
|
||||
|
||||
|
|
|
@ -6,9 +6,9 @@
|
|||
%li{class: ("active" if params[:project_id] == project.id.to_s)}
|
||||
= link_to people_group_path(@group, project_id: project.id) do
|
||||
= project.name_with_namespace
|
||||
%small.right= project.users.count
|
||||
%small.pull-right= project.users.count
|
||||
|
||||
%fieldset
|
||||
%hr
|
||||
= link_to "Reset", people_group_path(@group), class: 'btn right'
|
||||
= link_to "Reset", people_group_path(@group), class: 'btn pull-right'
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
%small
|
||||
(#{projects.count})
|
||||
- if can? current_user, :manage_group, @group
|
||||
%span.right
|
||||
%span.pull-right
|
||||
= link_to new_project_path(namespace_id: @group.id), class: "btn btn-tiny info" do
|
||||
%i.icon-plus
|
||||
New Project
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
%h3.page_title
|
||||
Issues
|
||||
%small (assigned to you)
|
||||
%small.right #{@issues.total_count} issues
|
||||
%small.pull-right #{@issues.total_count} issues
|
||||
|
||||
%hr
|
||||
.row
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
%h3.page_title
|
||||
Merge Requests
|
||||
%small (authored by or assigned to you)
|
||||
%small.right #{@merge_requests.total_count} merge requests
|
||||
%small.pull-right #{@merge_requests.total_count} merge requests
|
||||
|
||||
%hr
|
||||
.row
|
||||
|
|
|
@ -16,5 +16,5 @@
|
|||
%strong= user.name
|
||||
%span.cgray= user.email
|
||||
- if @group.owner == user
|
||||
%span.btn.btn-small.disabled.right Group Owner
|
||||
%span.btn.btn-small.disabled.pull-right Group Owner
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue