Mercurial > hg > soundsoftware-site
changeset 587:edce3dafd217 bug_255
Some text changes to fix #255
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Fri, 12 Aug 2011 14:40:15 +0100 |
parents | a2192366d309 |
children | 91389d8bbdea 2f5046e94b6d |
files | app/views/projects/index.rhtml config/locales/en.yml |
diffstat | 2 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/app/views/projects/index.rhtml Thu Jul 14 12:09:14 2011 +0100 +++ b/app/views/projects/index.rhtml Fri Aug 12 14:40:15 2011 +0100 @@ -4,7 +4,6 @@ <div class="contextual"> <%= link_to l(:label_overall_activity), { :controller => 'activities', :action => 'index' }%> - <%= '| ' + link_to(l(:label_issue_view_all), { :controller => 'issues' }) if User.current.allowed_to?(:view_issues, nil, :global => true) %> <%= '| ' + link_to(l(:label_project_new), {:controller => 'projects', :action => 'new'}, :class => 'icon icon-add') if User.current.allowed_to?(:add_project, nil, :global => true) %> </div>
--- a/config/locales/en.yml Thu Jul 14 12:09:14 2011 +0100 +++ b/config/locales/en.yml Fri Aug 12 14:40:15 2011 +0100 @@ -473,7 +473,7 @@ label_user_new: New user label_user_anonymous: Anonymous label_project: Project - label_project_new: New project + label_project_new: Start a new project label_project_plural: Projects label_my_project_plural: My Projects label_other_project_plural: Other Projects