From a411848b1600c6eb8722689b614e18e36b461d21 Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Wed, 25 Jul 2007 18:23:42 +0000 Subject: [PATCH] ActionItem9: adding titles to the screens. --- app/views/account/login.rhtml | 2 ++ app/views/account/signup.rhtml | 2 ++ 2 files changed, 4 insertions(+), 0 deletions(-) diff --git a/app/views/account/login.rhtml b/app/views/account/login.rhtml index a14ff99..afb676a 100644 --- a/app/views/account/login.rhtml +++ b/app/views/account/login.rhtml @@ -1,3 +1,5 @@ +

<%= _('Login') %>

+ <% form_tag do -%>


<%= text_field_tag 'login' %>

diff --git a/app/views/account/signup.rhtml b/app/views/account/signup.rhtml index c0012a7..f17c3c9 100644 --- a/app/views/account/signup.rhtml +++ b/app/views/account/signup.rhtml @@ -1,3 +1,5 @@ +

<%= _('Register') %>

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


-- libgit2 0.21.2