Commit 4c59058fe5d998e5a199e4ab2c5b3e075f00f7c0

Authored by João M. M. da Silva + Alessandro Palmeira
Committed by Alessandro Palmeira
1 parent 904478e9

[Mezuro] edit_repository view fully working

plugins/mezuro/views/mezuro_plugin_repository/new.html.erb
@@ -18,7 +18,7 @@ @@ -18,7 +18,7 @@
18 18
19 <p> 19 <p>
20 <%= f.label :process_period, "Process Period:" %> 20 <%= f.label :process_period, "Process Period:" %>
21 - <%= f.select(:process_period, MezuroPlugin::Helpers::ContentViewerHelper.create_periodicity_options ) %> 21 + <%= f.select(:process_period, MezuroPlugin::Helpers::ContentViewerHelper.periodicity_options ) %>
22 </p> 22 </p>
23 <%= f.label :type, "Type:" %> 23 <%= f.label :type, "Type:" %>
24 <%= f.select :type, @repository_types %> 24 <%= f.select :type, @repository_types %>