Commit 4c6d2a81b701e1a5142e2b4c4d5d125ac48c80b4
Committed by
João M. M. da Silva
1 parent
1e53c6f7
Exists in
master
and in
29 other branches
[Mezuro] Fixed helper calls from views
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
plugins/mezuro/views/mezuro_plugin_repository/edit.html.erb
... | ... | @@ -15,7 +15,7 @@ |
15 | 15 | |
16 | 16 | <p> |
17 | 17 | <%= required labelled_form_field _('License'), |
18 | - f.select(:license, MezuroPlugin::Helpers::ContentViewerHelper.create_license_options) %><br/> | |
18 | + f.select(:license, MezuroPlugin::Helpers::ContentViewerHelper.license_options) %><br/> | |
19 | 19 | </p> |
20 | 20 | |
21 | 21 | <p> | ... | ... |
plugins/mezuro/views/mezuro_plugin_repository/new.html.erb
... | ... | @@ -13,7 +13,7 @@ |
13 | 13 | </p> |
14 | 14 | |
15 | 15 | <%= required labelled_form_field _('License'), |
16 | - f.select(:license, MezuroPlugin::Helpers::ContentViewerHelper.create_license_options) %><br/> | |
16 | + f.select(:license, MezuroPlugin::Helpers::ContentViewerHelper.license_options) %><br/> | |
17 | 17 | <p> |
18 | 18 | |
19 | 19 | <p> | ... | ... |