From a2e9d04b19049a1dfddc42f7e2ef14c8dc2c1de4 Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Tue, 31 Jul 2007 13:22:38 +0000 Subject: [PATCH] r278@sede: terceiro | 2007-07-30 00:13:47 -0300 ActionItem0: s/h2/h1/ --- app/views/account/change_password.rhtml | 2 +- app/views/account/index.rhtml | 2 +- app/views/account/index_anonymous.rhtml | 2 +- app/views/account/login.rhtml | 2 +- app/views/account/signup.rhtml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/views/account/change_password.rhtml b/app/views/account/change_password.rhtml index 173ed9b..254961d 100644 --- a/app/views/account/change_password.rhtml +++ b/app/views/account/change_password.rhtml @@ -1,4 +1,4 @@ -

<%= _('Change password') %>

+

<%= _('Change password') %>

<% form_tag do %> diff --git a/app/views/account/index.rhtml b/app/views/account/index.rhtml index 80a2d9f..822b9bd 100644 --- a/app/views/account/index.rhtml +++ b/app/views/account/index.rhtml @@ -1,4 +1,4 @@ -

<%= _('Account options') %>

+

<%= _('Account options') %>

<%= link_to _('Change password.'), :action => 'change_password' %> diff --git a/app/views/account/index_anonymous.rhtml b/app/views/account/index_anonymous.rhtml index 0864951..a4139bd 100644 --- a/app/views/account/index_anonymous.rhtml +++ b/app/views/account/index_anonymous.rhtml @@ -1,4 +1,4 @@ -

<%= _('Identify yourself') %>

+

<%= _('Identify yourself') %>

<%= link_to _('Login.'), :action => 'login' %> diff --git a/app/views/account/login.rhtml b/app/views/account/login.rhtml index afb676a..ce359ac 100644 --- a/app/views/account/login.rhtml +++ b/app/views/account/login.rhtml @@ -1,4 +1,4 @@ -

<%= _('Login') %>

+

<%= _('Login') %>

<% form_tag do -%>


diff --git a/app/views/account/signup.rhtml b/app/views/account/signup.rhtml index f17c3c9..12b7059 100644 --- a/app/views/account/signup.rhtml +++ b/app/views/account/signup.rhtml @@ -1,4 +1,4 @@ -

<%= _('Register') %>

+

<%= _('Register') %>

<%= error_messages_for :user %> <% form_for :user do |f| -%> -- libgit2 0.21.2