update authentication system to Devise
This commit is contained in:
@ -48,7 +48,7 @@
|
||||
|
||||
<% end %>
|
||||
|
||||
<br /><br />
|
||||
<br><br>
|
||||
|
||||
<h3><%= t(:plugin_delete_message) %></h3>
|
||||
<%= button_to t(:plugin_delete), plugin_path(@plugin.id), :method => 'delete', :data => { :confirm => t(:confirm_plugin_delete) }, :class => 'btn btn-danger' %>
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
</table>
|
||||
|
||||
<br /><br />
|
||||
<br><br>
|
||||
<% end %>
|
||||
|
||||
<%= form_for :plugin do |p| %>
|
||||
|
Reference in New Issue
Block a user