diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-04-19 18:18:40 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-04-19 18:18:40 +0300 |
commit | cb30df19d44edfb3e3a4f73a19a93a739a5441e4 (patch) | |
tree | 4871db65109b310050b2077ad58980a6a501eee9 /app/views/issues | |
parent | 142fd2c11d434bdd7ff26bef746fb583b2df892a (diff) | |
download | gitlab-ce-cb30df19d44edfb3e3a4f73a19a93a739a5441e4.tar.gz |
Fix issues search overflow on low res.
Diffstat (limited to 'app/views/issues')
-rw-r--r-- | app/views/issues/index.html.haml | 2 |
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 |