Commit 2a7cd2f1 authored by Steven Verbeek's avatar Steven Verbeek

Fixed tab indent.

parent 550274e1
%li.wll{ :id => dom_id(issue), :class => "issue #{issue.critical ? "critical" : ""}", :url => project_issue_path(issue.project, issue) }
.right
- if issue.notes.any?
%span.label= pluralize issue.notes.count, 'comment'
- if issue.notes.any?
%span.label= pluralize issue.notes.count, 'comment'
- if can? current_user, :modify_issue, issue
- if issue.closed
= link_to 'Reopen', project_issue_path(issue.project, issue, :issue => {:closed => false }, :status_only => true), :method => :put, :class => "btn small", :remote => true
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment