diff --git a/app/views/mailconf/index.rhtml b/app/views/mailconf/index.rhtml index ad9f6ef..96b1fd9 100644 --- a/app/views/mailconf/index.rhtml +++ b/app/views/mailconf/index.rhtml @@ -14,17 +14,23 @@ <% if profile.user.enable_email %> - -

<%= _("Disable e-Mail account below:") %>

- +

<%= ('E-mail address') %>

+ +

<%= _('Configuration') %>

+ <% button_bar do %> - <%= button(:cancel, _('Disable e-Mail'), { :action => 'disable' }, :method => 'post') %> <%= button :back, _('Back to control panel'), :controller => 'profile_editor' %> <% end %> <% else %> -

<%= _("Enable e-Mail account below:") %>

+

<%= _("Enable e-Mail account below:") %>

<%= _("You'll be able to access a webmail from your user menu.") %>
<% button_bar do %> -- libgit2 0.21.2