Commit 1623924764841528de3b2aa0dfa22f851d0fc75d
1 parent
8f767e88
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
virtuoso: added back button in ontology mapping view
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
plugins/virtuoso/views/virtuoso_plugin_ontology_mapping/index.html.erb
@@ -12,6 +12,7 @@ | @@ -12,6 +12,7 @@ | ||
12 | <div class="actions"> | 12 | <div class="actions"> |
13 | <%= button :new, _('New'), '#', :id => 'new-ontology-button' %> | 13 | <%= button :new, _('New'), '#', :id => 'new-ontology-button' %> |
14 | <%= submit_button :save, _('Save') %> | 14 | <%= submit_button :save, _('Save') %> |
15 | + <%= button 'cancel', _('Cancel'), :controller => 'virtuoso_plugin_admin', :action => 'index' %> | ||
15 | </div> | 16 | </div> |
16 | <% end %> | 17 | <% end %> |
17 | 18 |