Mercurial > hg > soundsoftware-site
changeset 636:12701b2e1bfc cannam
Change "View all issues" to "View all watched issues" for watched issues box in My Page
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Tue, 06 Sep 2011 11:31:51 +0100 |
parents | de8f268e7f12 |
children | efdb97a8286c |
files | app/views/my/blocks/_issueswatched.rhtml config/locales/en.yml |
diffstat | 2 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/app/views/my/blocks/_issueswatched.rhtml Tue Sep 06 09:48:31 2011 +0100 +++ b/app/views/my/blocks/_issueswatched.rhtml Tue Sep 06 11:31:51 2011 +0100 @@ -3,7 +3,7 @@ <%= 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', +<p class="small"><%= link_to l(:label_issue_view_all_watched), :controller => 'issues', :action => 'index', :set_filter => 1, :watcher_id => 'me',
--- a/config/locales/en.yml Tue Sep 06 09:48:31 2011 +0100 +++ b/config/locales/en.yml Tue Sep 06 11:31:51 2011 +0100 @@ -489,6 +489,7 @@ label_issue_new: New issue label_issue_plural: Issues label_issue_view_all: View all issues + label_issue_view_all_watched: View all watched issues label_issues_by: "Issues by %{value}" label_issue_added: Issue added label_issue_updated: Issue updated