Commit 6cc86ce6019ee3bfadaf284d36eb5276dda2339e
1 parent
fa150314
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
oauth_provider: added buttons to go back in admin views
Showing
4 changed files
with
17 additions
and
0 deletions
Show diff stats
plugins/oauth_provider/public/style.css
plugins/oauth_provider/views/doorkeeper/applications/index.html.erb
1 | +<div class="oauth-provider"> | |
1 | 2 | <div class="page-header"> |
2 | 3 | <h3><%= link_to _('Oauh Provider'), '/admin/plugin/oauth_provider' %></h3> |
3 | 4 | </div> |
... | ... | @@ -24,3 +25,7 @@ |
24 | 25 | <% end %> |
25 | 26 | </tbody> |
26 | 27 | </table> |
28 | +<div class="actions"> | |
29 | + <%= button(:back, _('Go back'), {:controller => 'oauth_provider_plugin_admin', :action => 'index'}) %> | |
30 | +</div> | |
31 | +</div> | ... | ... |
plugins/oauth_provider/views/doorkeeper/authorized_applications/index.html.erb
plugins/oauth_provider/views/oauth_provider_plugin_admin/index.html.erb