From: gitlabhq Date: Thu, 27 Oct 2011 14:08:40 +0000 (+0300) Subject: little fix X-Git-Tag: v1.2.0pre~82^2~4 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=5fe736ab2847a5fd7f85363197e3ae0cbfd959e1;p=wvm%2Fgitlab.git little fix --- diff --git a/app/views/issues/_show.html.haml b/app/views/issues/_show.html.haml index afcd2b6e7..ebcaae29e 100644 --- a/app/views/issues/_show.html.haml +++ b/app/views/issues/_show.html.haml @@ -1,5 +1,5 @@ %tr{ :id => dom_id(issue), :class => "issue #{issue.critical ? "critical" : ""}", :url => project_issue_path(@project, issue) } - - if can?(current_user, :admin_issue, @project) && !params[:f] || params[:f] == "0" + - if can?(current_user, :admin_issue, @project) && (!params[:f] || params[:f] == "0") %td = image_tag "move.png" , :class => [:handle, :left] %td