%= render :partial => 'admin/shared/configuration_menu' %>
<%= t("environment") %> | <%= t("active") %> | <% end %><%= hook :admin_mail_methods_index_header_actions %> | <% @mail_methods.each do |method|%>
---|---|---|
<%= method.environment.to_s.titleize %> | <%= method.active ? t(:yes) : t(:no) %> | <% end %><%= hook :admin_mail_methods_index_row_actions, locals do %> <%= link_to_edit method, :class => 'edit' %> <%= link_to_delete method %> <% end %> |