Commit a686741e174d5b6bba01cf05109f8ec5902a98c3
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
Merge branch 'virtuoso_integration' of gitlab.com:participa/noosfero into virtuoso_integration
Showing
5 changed files
with
11 additions
and
4 deletions
Show diff stats
plugins/virtuoso/views/virtuoso_plugin_admin/index.html.erb
... | ... | @@ -51,7 +51,7 @@ |
51 | 51 | <div class="triple-management"> |
52 | 52 | <div class="actions"> |
53 | 53 | <%= button :edit, _('Triples management'), :action => :triples_management %> |
54 | - <%= button :edit, _('Custom Queries'), :action => :index, :controller => 'virtuoso_plugin_custom_queries' %> | |
54 | + <%= button :edit, _('Custom Templates'), :action => :index, :controller => 'virtuoso_plugin_custom_queries' %> | |
55 | 55 | <%= button :edit, _('Ontology mapping'), :action => :index, :controller => 'virtuoso_plugin_ontology_mapping' %> |
56 | 56 | </div> |
57 | 57 | </div> | ... | ... |
plugins/virtuoso/views/virtuoso_plugin_custom_queries/edit.html.erb
plugins/virtuoso/views/virtuoso_plugin_custom_queries/index.html.erb
plugins/virtuoso/views/virtuoso_plugin_custom_queries/new.html.erb