##// END OF EJS Templates
Change British English version 'field_effective_date' (#14680, #22315)...
Change British English version 'field_effective_date' (#14680, #22315) en.yml has already changed by r15377 (#14680). git-svn-id: http://svn.redmine.org/redmine/trunk@15406 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r14337:d6c6c7ac62bf
r15024:979b5f15db88
Show More
_issuesreportedbyme.html.erb
15 lines | 690 B | text/plain | TextLexer
/ app / views / my / blocks / _issuesreportedbyme.html.erb
<% reported_issues = issuesreportedbyme_items %>
<h3>
<%= link_to l(:label_reported_issues),
issues_path(:set_filter => 1, :status_id => '*', :author_id => 'me', :sort => 'updated_on:desc') %>
(<%= reported_issues.limit(nil).count %>)
</h3>
<%= render :partial => 'issues/list_simple', :locals => { :issues => reported_issues.to_a } %>
<% content_for :header_tags do %>
<%= auto_discovery_link_tag(:atom,
{:controller => 'issues', :action => 'index', :set_filter => 1,
:author_id => 'me', :format => 'atom', :key => User.current.rss_key},
{:title => l(:label_reported_issues)}) %>
<% end %>