Commit 1623924764841528de3b2aa0dfa22f851d0fc75d

Authored by Victor Costa
1 parent 8f767e88

virtuoso: added back button in ontology mapping view

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