Mercurial > hg > soundsoftware-site
diff .svn/pristine/6e/6e0ffe833f69aa1e063e889d3d2d973e8870aa17.svn-base @ 1298:4f746d8966dd redmine_2.3_integration
Merge from redmine-2.3 branch to create new branch redmine-2.3-integration
author | Chris Cannam |
---|---|
date | Fri, 14 Jun 2013 09:28:30 +0100 |
parents | 622f24f53b42 |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.svn/pristine/6e/6e0ffe833f69aa1e063e889d3d2d973e8870aa17.svn-base Fri Jun 14 09:28:30 2013 +0100 @@ -0,0 +1,11 @@ +<h3><%=l(:label_watched_issues)%> (<%= Issue.visible.watched_by(user.id).count %>)</h3> +<% watched_issues = issueswatched_items %> + +<%= render :partial => 'issues/list_simple', :locals => { :issues => watched_issues } %> +<% if watched_issues.length > 0 %> +<p class="small"><%= link_to l(:label_issue_view_all), :controller => 'issues', + :action => 'index', + :set_filter => 1, + :watcher_id => 'me', + :sort => 'updated_on:desc' %></p> +<% end %>