cirandas.net

ref: master

plugins/oauth_client/views/oauth_client_plugin_admin/index.html.erb


<%= _('Oauth Client Settings') %>

<%= _('Providers') %>

<%= button :add, _('New'), {:action => 'new'} %> <% environment.oauth_providers.each do |provider| %> <% end %>
<%= _('Name') %> <%= _('Strategy') %> <%= _('Actions') %>
<%= provider.name %> <%= provider.strategy %> <%= link_to _('Edit'), {:action => 'edit', :id => provider.id} %> <%= link_to _('Remove'), {:action => 'remove', :id => provider.id} %>
<%= button(:back, _('Go back'), {:controller => 'plugins', :action => 'index'}) %>