<%= render :partial => 'admin/shared/configuration_menu' %>

<%= t("mail_methods") %>

<%= hook :admin_mail_methods_index_headers do %> <% end %> <% @mail_methods.each do |method|%> <%- locals = {:method => method} %> <%= hook :admin_mail_methods_index_rows, locals do %> <% end %> <% end %>
<%= t("environment") %> <%= t("active") %> <%= hook :admin_mail_methods_index_header_actions %>
<%= method.environment.to_s.titleize %> <%= method.active ? t(:yes) : t(:no) %> <%= hook :admin_mail_methods_index_row_actions, locals do %> <%= link_to_edit method, :class => 'edit' %>   <%= link_to_delete method %> <% end %>