From 1623924764841528de3b2aa0dfa22f851d0fc75d Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Tue, 18 Nov 2014 17:28:42 -0300 Subject: [PATCH] virtuoso: added back button in ontology mapping view --- plugins/virtuoso/views/virtuoso_plugin_ontology_mapping/index.html.erb | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/plugins/virtuoso/views/virtuoso_plugin_ontology_mapping/index.html.erb b/plugins/virtuoso/views/virtuoso_plugin_ontology_mapping/index.html.erb index 9a51a67..b5d9a46 100644 --- a/plugins/virtuoso/views/virtuoso_plugin_ontology_mapping/index.html.erb +++ b/plugins/virtuoso/views/virtuoso_plugin_ontology_mapping/index.html.erb @@ -12,6 +12,7 @@
<%= button :new, _('New'), '#', :id => 'new-ontology-button' %> <%= submit_button :save, _('Save') %> + <%= button 'cancel', _('Cancel'), :controller => 'virtuoso_plugin_admin', :action => 'index' %>
<% end %> -- libgit2 0.21.2