Mercurial > hg > soundsoftware-site
annotate app/views/my/blocks/_issueswatched.html.erb @ 1613:90bed4e10cc8 deploy
Download file link
author | Chris Cannam |
---|---|
date | Wed, 30 Aug 2017 17:24:37 +0100 |
parents | 51364c0cd58f |
children |
rev | line source |
---|---|
Chris@1464 | 1 <h3> |
Chris@1464 | 2 <%= link_to l(:label_watched_issues), |
Chris@1464 | 3 issues_path(:set_filter => 1, :watcher_id => 'me', :sort => 'updated_on:desc') %> |
Chris@1464 | 4 (<%= Issue.visible.watched_by(user.id).count %>) |
Chris@1464 | 5 </h3> |
Chris@0 | 6 |
Chris@1464 | 7 <% watched_issues = issueswatched_items %> |
Chris@0 | 8 <%= render :partial => 'issues/list_simple', :locals => { :issues => watched_issues } %> |
Chris@1484 | 9 |