From 4500b606ce263799bb1b0f54a3fdb6d20782cee5 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Wed, 11 Feb 2009 20:25:05 +0000 Subject: [PATCH] Slight changes to the issue lists displayed on My page. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2451 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/issues/_list_simple.rhtml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/app/views/issues/_list_simple.rhtml b/app/views/issues/_list_simple.rhtml index e401a4a2..64c00e5a 100644 --- a/app/views/issues/_list_simple.rhtml +++ b/app/views/issues/_list_simple.rhtml @@ -3,6 +3,7 @@ + @@ -10,14 +11,14 @@ <% for issue in issues %> - + + + <%= link_to h(truncate(issue.subject, 60)), :controller => 'issues', :action => 'show', :id => issue %> (<%=h issue.status %>) + <% end %> -- 2.11.0
#<%=l(:field_project)%> <%=l(:field_tracker)%> <%=l(:field_subject)%>
- <%= check_box_tag("ids[]", issue.id, false, :style => 'display:none;') %> + <%= check_box_tag("ids[]", issue.id, false, :style => 'display:none;') %> <%= link_to issue.id, :controller => 'issues', :action => 'show', :id => issue %> <%=h issue.project.name %> - <%= issue.tracker.name %>
- <%= issue.status.name %> - <%= format_time(issue.updated_on) %>
<%=h issue.project %><%=h issue.tracker %> - <%= link_to h(issue.subject), :controller => 'issues', :action => 'show', :id => issue %> -