プロジェクト

全般

プロフィール

Proposal #684 » 0001-index-subject.patch

yusuke kokubo, 2011/02/21 17:32

差分を表示:

app/views/code_review/index.html.erb
<%= sort_header_tag "#{Issue.table_name}.status_id", :caption => l(:field_status)%>
</th>
<th>
<%=h l(:field_subject)%>
</th>
<th>
<%= sort_header_tag 'path', :caption => l(:label_code_path)%>
</th>
<th>
......
<%=h review.issue.status %>
</td>
<td colspan="2" class="path">
<%=h review.issue.subject %>
</td>
<td colspan="2" class="path">
<%
codepath = review.path
if (review.path.length > 55)
    (1-1/1)