Commit 5fe736ab2847a5fd7f85363197e3ae0cbfd959e1
1 parent
e41bc4dd
Exists in
master
and in
4 other branches
little fix
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/issues/_show.html.haml
1 | 1 | %tr{ :id => dom_id(issue), :class => "issue #{issue.critical ? "critical" : ""}", :url => project_issue_path(@project, issue) } |
2 | - - if can?(current_user, :admin_issue, @project) && !params[:f] || params[:f] == "0" | |
2 | + - if can?(current_user, :admin_issue, @project) && (!params[:f] || params[:f] == "0") | |
3 | 3 | %td |
4 | 4 | = image_tag "move.png" , :class => [:handle, :left] |
5 | 5 | %td | ... | ... |