Actions
Feature #2073
closedHook for repository page
Start date:
2008-10-23
Due date:
% Done:
100%
Estimated time:
Resolution:
Fixed
Description
I've created a small plugin for Redmine.
It adds a link "Synhronize with PRO", which laгnches a script on server of my customers.
So could you please add a hook on the respositiry page show.rhtml just after the link "Statistics":
<%= call_hook(:view_project_repository_link, { :project => Herve Harster}) %>
And for english nd russian translation of the link name:
label_synhronize_with_pro: Synhronize with PRO - to en.yml
label_synhronize_with_pro: Синхронизировать с PRO - to ru.yml
Actions