Commit f79c7f25d2d44c4376bdb113faddee3fc6b7023f
Committed by
Paulo Meireles
1 parent
82aab7f9
Exists in
master
and in
29 other branches
[Mezuro] commented lines of description in new_metric_configuration and edit_met…
…ric_configuration views
Showing
2 changed files
with
10 additions
and
10 deletions
Show diff stats
plugins/mezuro/views/mezuro_plugin_myprofile/edit_metric_configuration.html.erb
... | ... | @@ -22,11 +22,11 @@ |
22 | 22 | <%= @metric.name %> |
23 | 23 | <%= m.hidden_field "name", :value => @metric.name %> |
24 | 24 | </p> |
25 | - <p> | |
26 | - <%= m.label :description, "Description:" %> | |
27 | - <%= @metric.description %> | |
28 | - <%= m.hidden_field "description", :value => @metric.description %> | |
29 | - </p> | |
25 | + <!--<p>--> | |
26 | + <% m.label :description, "Description:" %> | |
27 | + <% @metric.description %> | |
28 | + <% m.hidden_field "description", :value => @metric.description %> | |
29 | + <!--</p>--> | |
30 | 30 | <% end %> |
31 | 31 | <p> |
32 | 32 | <%= f.label :code, "Code:" %> | ... | ... |
plugins/mezuro/views/mezuro_plugin_myprofile/new_metric_configuration.html.erb
... | ... | @@ -22,11 +22,11 @@ |
22 | 22 | <%= @metric.name %> |
23 | 23 | <%= m.hidden_field "name", :value => @metric.name %> |
24 | 24 | </p> |
25 | - <p> | |
26 | - <%= m.label :description, "Description:" %> | |
27 | - <%= @metric.description %> | |
28 | - <%= m.hidden_field "description", :value => @metric.description %> | |
29 | - </p> | |
25 | + <!--<p>--> | |
26 | + <% m.label :description, "Description:" %> | |
27 | + <% @metric.description %> | |
28 | + <% m.hidden_field "description", :value => @metric.description %> | |
29 | + <!--</p>--> | |
30 | 30 | <% end %> |
31 | 31 | <p> |
32 | 32 | <%= f.label :code, "Code:" %> | ... | ... |