From b6477500de3df96d363f3b8735408e240a133869 Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Wed, 26 Nov 2014 11:29:35 -0300 Subject: [PATCH] oauth_client: added buttons to go back in admin views --- plugins/oauth_client/views/oauth_client_plugin_admin/index.html.erb | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) diff --git a/plugins/oauth_client/views/oauth_client_plugin_admin/index.html.erb b/plugins/oauth_client/views/oauth_client_plugin_admin/index.html.erb index 2af9ea7..98b3ce1 100644 --- a/plugins/oauth_client/views/oauth_client_plugin_admin/index.html.erb +++ b/plugins/oauth_client/views/oauth_client_plugin_admin/index.html.erb @@ -19,3 +19,6 @@ <% end %> +
+ <%= button(:back, _('Go back'), {:controller => 'plugins', :action => 'index'}) %> +
-- libgit2 0.21.2