Mercurial > hg > soundsoftware-site
comparison .svn/pristine/ab/aba2cd51a5b23e23b844b712e307db11aefced78.svn-base @ 1295:622f24f53b42 redmine-2.3
Update to Redmine SVN revision 11972 on 2.3-stable branch
author | Chris Cannam |
---|---|
date | Fri, 14 Jun 2013 09:02:21 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1294:3e4c3460b6ca | 1295:622f24f53b42 |
---|---|
1 <h3><%=l(:label_reported_issues)%> (<%= Issue.visible.count(:conditions => { :author_id => User.current.id }) %>)</h3> | |
2 | |
3 <% reported_issues = issuesreportedbyme_items %> | |
4 <%= render :partial => 'issues/list_simple', :locals => { :issues => reported_issues } %> | |
5 <% if reported_issues.length > 0 %> | |
6 <p class="small"><%= link_to l(:label_issue_view_all), :controller => 'issues', | |
7 :action => 'index', | |
8 :set_filter => 1, | |
9 :status_id => '*', | |
10 :author_id => 'me', | |
11 :sort => 'updated_on:desc' %></p> | |
12 <% end %> | |
13 | |
14 <% content_for :header_tags do %> | |
15 <%= auto_discovery_link_tag(:atom, | |
16 {:controller => 'issues', :action => 'index', :set_filter => 1, | |
17 :author_id => 'me', :format => 'atom', :key => User.current.rss_key}, | |
18 {:title => l(:label_reported_issues)}) %> | |
19 <% end %> |