Commit cedc409a79d901a50991a683a3ac54dbe929a8f6

Authored by Victor Costa
2 parents d1f2a382 16239247

Merge branch 'virtuoso_integration' into stable

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