提交 2a7cd2f1 编写于 作者: S Steven Verbeek

Fixed tab indent.

上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册