##// END OF EJS Templates
Adds strings to locales (#3177)....
Adds strings to locales (#3177). git-svn-id: http://svn.redmine.org/redmine/trunk@13043 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r11630:2c67e9e0d7ca
r12768:64c65463a499
Show More
_issueswatched.html.erb
8 lines | 325 B | text/plain | TextLexer
/ app / views / my / blocks / _issueswatched.html.erb
Jean-Philippe Lang
Moved links to block titles on "My page"....
r11630 <h3>
<%= link_to l(:label_watched_issues),
issues_path(:set_filter => 1, :watcher_id => 'me', :sort => 'updated_on:desc') %>
(<%= Issue.visible.watched_by(user.id).count %>)
</h3>
Jean-Philippe Lang
Adds missing native eol properties....
r2781
Jean-Philippe Lang
Moved links to block titles on "My page"....
r11630 <% watched_issues = issueswatched_items %>
Jean-Philippe Lang
Adds missing native eol properties....
r2781 <%= render :partial => 'issues/list_simple', :locals => { :issues => watched_issues } %>