Commit 4c59058fe5d998e5a199e4ab2c5b3e075f00f7c0
Committed by
Alessandro Palmeira
1 parent
904478e9
Exists in
master
and in
29 other branches
[Mezuro] edit_repository view fully working
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
plugins/mezuro/views/mezuro_plugin_repository/new.html.erb
... | ... | @@ -18,7 +18,7 @@ |
18 | 18 | |
19 | 19 | <p> |
20 | 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 | 22 | </p> |
23 | 23 | <%= f.label :type, "Type:" %> |
24 | 24 | <%= f.select :type, @repository_types %> | ... | ... |