<%= _('Application') %> | <%= _('Created at') %> | ||
---|---|---|---|
<%= application.name %> | <%= application.created_at.strftime('%Y-%m-%d %H:%M:%S') %> | <%= render 'delete_form', application: application %> |
ref: master
plugins/oauth_provider/views/doorkeeper/authorized_applications/index.html.erb
<%= _('Your authorized applications') %>
<% @applications.each do |application| %> <%= _('Application') %> <%= _('Created at') %> <% end %> <%= application.name %> <%= application.created_at.strftime('%Y-%m-%d %H:%M:%S') %> <%= render 'delete_form', application: application %> <%= button(:back, _('Go back'), :back) %>