PluginMyEffort » History » Version 3
Alan Stebbens, 2010-09-20 08:14
Fix for apparent bug in views/issues/show.rhtml
1 | 1 | Joe Novo | h1. PluginMyEffort |
---|---|---|---|
2 | 2 | tfeserver tfeserver | |
3 | 3 | Alan Stebbens | h2. local issue |
4 | |||
5 | 2 | tfeserver tfeserver | The plugin doesn't work properly with current trunk version. |
6 | You have to create config and config/locales directory and place the en.yml file in there. |
||
7 | 3 | Alan Stebbens | |
8 | h2. css style issue |
||
9 | |||
10 | You may get a problem in vendor/plugin/redmine_my_effort/app/views/issues/show.rhtml:line 19: |
||
11 | |||
12 | @<div class="<%= css_issue_classes %> details">@ |
||
13 | |||
14 | which can be fixed with: |
||
15 | |||
16 | @<div class="<%= @issue.css_classes %> details">@ |