Commit 25cb803e668ec30fd01bc2d81ee30fd9ec2f4249
Committed by
João M. M. da Silva
1 parent
a7c014ed
Exists in
master
and in
29 other branches
[Mezuro] Trying to insert a periodicity field on show project view
Showing
2 changed files
with
5 additions
and
2 deletions
Show diff stats
plugins/mezuro/lib/kalibro/entities/project.rb
plugins/mezuro/views/content_viewer/show_project.rhtml
... | ... | @@ -32,6 +32,10 @@ |
32 | 32 | <td><%= _('Configuration') %></td> |
33 | 33 | <td><%= @project.configuration_name %></td> |
34 | 34 | </tr> |
35 | + <tr> | |
36 | + <td><%= _('Periodicity') %></td> | |
37 | + <td><%= @project.periodicity_in_days %> </td> | |
38 | + </tr> | |
35 | 39 | <tr> |
36 | 40 | <td><%= _('Status')%></td> |
37 | 41 | <td> | ... | ... |