diff --git a/app/views/settings/index.html.erb b/app/views/settings/index.html.erb index b79e20e..9ac262c 100644 --- a/app/views/settings/index.html.erb +++ b/app/views/settings/index.html.erb @@ -5,7 +5,7 @@
Account Settings
- + <%= form_for @edit_user, :url => settings_url, :method => :post do |f| %> <%= error_messages_for f.object %> @@ -21,13 +21,13 @@ <%= f.label :password, "New Password:", :class => "required" %> <%= f.password_field :password, :size => 40 %> - +
<%= f.label :password_confirmation, "Confirm Password:", :class => "required" %> <%= f.password_field :password_confirmation, :size => 40 %>
- +
<%= f.label :email, "E-mail Address:", :class => "required" %> <%= f.text_field :email, :size => 40 %> @@ -35,7 +35,7 @@ Gravatar'ized
- +
<%= f.label :pushover_user_key, raw("Pushover User Key:"), @@ -67,7 +67,7 @@ <%= render :partial => "global/markdownhelp" %>
- +
Comment Reply Notification Settings
@@ -129,7 +129,7 @@
<%= f.submit "Save All Settings" %> <% end %> - +

@@ -150,7 +150,7 @@ <%= label_tag :email, "E-mail Address:", :class => "required" %> <%= text_field_tag :email, "", :size => 30 %> - +
<%= label_tag :memo, "Memo to User:", :class => "required" %> <%= text_field_tag :memo, "", :size => 60 %>