Mercurial > hg > soundsoftware-site
view .svn/pristine/6d/6dad2f916633562b35a4d9142a89ec57e9e90e43.svn-base @ 1625:808a40a7cac7 live
Have a go at fixing #570 Can't delete downloadable file from version in project with no issue tracker
author | Chris Cannam |
---|---|
date | Thu, 07 Feb 2019 13:48:00 +0000 |
parents | cbb26bc654de |
children |
line wrap: on
line source
<p><%= l(:mail_body_reminder, :count => @issues.size, :days => @days) %></p> <ul> <% @issues.each do |issue| -%> <li><%=h issue.project %> - <%=link_to(h("#{issue.tracker} ##{issue.id}"), :controller => 'issues', :action => 'show', :id => issue, :only_path => false)%>: <%=h issue.subject %></li> <% end -%> </ul> <p><%= link_to l(:label_issue_view_all), @issues_url %></p>