Commit 25cb803e668ec30fd01bc2d81ee30fd9ec2f4249
Committed by
João M. M. da Silva
1 parent
a7c014ed
Exists in
master
and in
28 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
@@ -9,5 +9,4 @@ class Kalibro::Entities::Project < Kalibro::Entities::Entity | @@ -9,5 +9,4 @@ class Kalibro::Entities::Project < Kalibro::Entities::Entity | ||
9 | def error=(value) | 9 | def error=(value) |
10 | @error = to_entity(value, Kalibro::Entities::Error) | 10 | @error = to_entity(value, Kalibro::Entities::Error) |
11 | end | 11 | end |
12 | - | ||
13 | -end | ||
14 | \ No newline at end of file | 12 | \ No newline at end of file |
13 | +end |
plugins/mezuro/views/content_viewer/show_project.rhtml
@@ -32,6 +32,10 @@ | @@ -32,6 +32,10 @@ | ||
32 | <td><%= _('Configuration') %></td> | 32 | <td><%= _('Configuration') %></td> |
33 | <td><%= @project.configuration_name %></td> | 33 | <td><%= @project.configuration_name %></td> |
34 | </tr> | 34 | </tr> |
35 | + <tr> | ||
36 | + <td><%= _('Periodicity') %></td> | ||
37 | + <td><%= @project.periodicity_in_days %> </td> | ||
38 | + </tr> | ||
35 | <tr> | 39 | <tr> |
36 | <td><%= _('Status')%></td> | 40 | <td><%= _('Status')%></td> |
37 | <td> | 41 | <td> |