From: Toshi MARUYAMA Date: Thu, 15 Sep 2011 09:23:37 +0000 (+0000) Subject: replace tabs to spaces and remove trailing white-spaces at app/views/issues/_list_sim... X-Git-Tag: 1.3.0~733 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a814c5c34a9b62b3a08bc2346408d1df6b64d046;p=redmine.git replace tabs to spaces and remove trailing white-spaces at app/views/issues/_list_simple.html.erb git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7235 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/issues/_list_simple.html.erb b/app/views/issues/_list_simple.html.erb index 1fcb07aee..3da37ee2e 100644 --- a/app/views/issues/_list_simple.html.erb +++ b/app/views/issues/_list_simple.html.erb @@ -1,29 +1,29 @@ <% if issues && issues.any? %> <% form_tag({}) do %> - - - - - - - - - <% for issue in issues %> - - - - - + <% end %> + +
#<%=l(:field_project)%><%=l(:field_tracker)%><%=l(:field_subject)%>
- <%= check_box_tag("ids[]", issue.id, false, :style => 'display:none;') %> - <%= link_to(h(issue.id), :controller => 'issues', :action => 'show', :id => issue) %> - <%= link_to_project(issue.project) %><%=h issue.tracker %> + + + + + + + + + <% for issue in issues %> + + + + + - - <% end %> - -
#<%=l(:field_project)%><%=l(:field_tracker)%><%=l(:field_subject)%>
+ <%= check_box_tag("ids[]", issue.id, false, :style => 'display:none;') %> + <%= link_to(h(issue.id), :controller => 'issues', :action => 'show', :id => issue) %> + <%= link_to_project(issue.project) %><%=h issue.tracker %> <%= link_to h(truncate(issue.subject, :length => 60)), :controller => 'issues', :action => 'show', :id => issue %> (<%=h issue.status %>)
+
<% end %> <% else %> -

<%= l(:label_no_data) %>

+

<%= l(:label_no_data) %>

<% end %>