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-04-19 19:18:40 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-04-19 19:18:40 +0400
commitcb30df19d44edfb3e3a4f73a19a93a739a5441e4 (patch)
tree4871db65109b310050b2077ad58980a6a501eee9 /app/views/issues
parent142fd2c11d434bdd7ff26bef746fb583b2df892a (diff)
Fix issues search overflow on low res.
Diffstat (limited to 'app/views/issues')
-rw-r--r--app/views/issues/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/issues/index.html.haml b/app/views/issues/index.html.haml
index 4edc1d9b912..81777869f4a 100644
--- a/app/views/issues/index.html.haml
+++ b/app/views/issues/index.html.haml
@@ -4,7 +4,7 @@
Issues
%span (<span class=issue_counter>#{@issues.total_count}</span>)
.pull-right
- .span5
+ .span6
- if can? current_user, :write_issue, @project
= link_to new_project_issue_path(@project, issue: { assignee_id: params[:assignee_id], milestone_id: params[:milestone_id]}), class: "btn btn-primary pull-right", title: "New Issue", id: "new_issue_link" do
%i.icon-plus