Skip to content
Snippets Groups Projects
Commit cb30df19 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Fix issues search overflow on low res.

parent 142fd2c1
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment