This commit is contained in:
Dmitriy Zaporozhets 2012-04-10 21:39:04 +03:00
parent 8f22834c4e
commit ba3c359fd5
7 changed files with 8 additions and 8 deletions

View file

@ -15,7 +15,7 @@
= render(:partial => 'issues/show', :locals => {:issue => issue})
%li.bottom
.row
.span10= paginate @issues, :theme => "gitlab"
.span7= paginate @issues, :theme => "gitlab"
.span4.right
%span.cgray.right #{@issues.total_count} issues

View file

@ -15,7 +15,7 @@
= render(:partial => 'merge_requests/merge_request', :locals => {:merge_request => merge_request})
%li.bottom
.row
.span10= paginate @merge_requests, :theme => "gitlab"
.span7= paginate @merge_requests, :theme => "gitlab"
.span4.right
%span.cgray.right #{@merge_requests.total_count} merge requests

View file

@ -7,8 +7,8 @@
- if @issues.present?
%li.bottom
.row
.span10= paginate @issues, :remote => true, :theme => "gitlab"
.span4.right
.span7= paginate @issues, :remote => true, :theme => "gitlab"
.span3.right
%span.cgray.right #{@issues.total_count} issues for this filter
- else
%li

View file

@ -30,7 +30,7 @@
- if @merge_requests.present?
%li.bottom
.row
.span10= paginate @merge_requests, :theme => "gitlab"
.span7= paginate @merge_requests, :theme => "gitlab"
.span4.right
%span.cgray.right #{@merge_requests.total_count} merge requests for this filter

View file

@ -1,6 +1,6 @@
= render "project_head"
.alert.alert-info
.entry
.row
-#.span2
.back_link