From 0ea403786107898ed5aa4b86c426e1b871e3a304 Mon Sep 17 00:00:00 2001 From: Robert Pankowecki Date: Thu, 16 Apr 2009 20:04:34 +0200 Subject: [PATCH] More info and few little code improvments --- app/views/static/authors.html.erb | 12 ++++++++-- app/views/users/new.html.erb | 40 ++++++++++++++++++++++++------- 2 files changed, 41 insertions(+), 11 deletions(-) diff --git a/app/views/static/authors.html.erb b/app/views/static/authors.html.erb index cfb277d..88e3e6a 100644 --- a/app/views/static/authors.html.erb +++ b/app/views/static/authors.html.erb @@ -18,6 +18,7 @@ Robert Pankowecki:
http://robert.pankowecki.pl
http://flaker.pl/rupert
+ robert.pankowecki@gmail.com

@@ -25,7 +26,7 @@
  • Jarosław Plebański:
    - + jaroslaw.plebanski@gmail.com
  • @@ -43,7 +44,7 @@
    - Kod projektu jest otwarty i dostępny w serwisie + Kod projektu jest otwarty i dostępny w serwisie github pod nazwą Manage My Money.

    @@ -57,9 +58,16 @@ z serwisu LightHouse lub wysyłając e-mail na adres: admin@co-do-grosza.pl

    +
    + Wszelkie informacje nt. działania serwisu co-do-grosza.pl jak i + aplikacji Manage My Money najlepiej wysyłać na + listę dyskusyjną. +

    +
    Jeśli masz na tyle doświadczenia oraz umiejętności i chcesz uruchomić swoją własną instancję tej aplikacji, nie zapomnij zapoznać się dokumentacją w katalogu projektu. + W razie problemów służymy pomocą.

    \ No newline at end of file diff --git a/app/views/users/new.html.erb b/app/views/users/new.html.erb index 1c56d31..fa1fb9e 100644 --- a/app/views/users/new.html.erb +++ b/app/views/users/new.html.erb @@ -5,19 +5,41 @@ <%= error_messages_for :user, :message => nil %>

    <%= f.label :login, 'Login' %> - <%= f.text_field :login %><%= help_tag 'system_elements.user.new.login' %>

    + <%= f.text_field :login %> + <%= help_tag 'system_elements.user.new.login' %> +

    -

    <%= f.label :email, 'Email' %> - <%= f.text_field :email %><%= help_tag 'system_elements.user.new.email' %>

    +

    + <%= f.label :email, 'Email' %> + <%= f.text_field :email %> + <%= help_tag 'system_elements.user.new.email' %> +

    -

    <%= f.label :password, 'Hasło' %> - <%= f.password_field :password %><%= help_tag 'system_elements.user.new.password' %>

    +

    + <%= f.label :password, 'Hasło' %> + <%= f.password_field :password %> + <%= help_tag 'system_elements.user.new.password' %> +

    -

    <%= f.label :password_confirmation, 'Potwierdź hasło' %> - <%= f.password_field :password_confirmation %><%= help_tag 'system_elements.user.new.password_confirmation' %>

    +

    + <%= f.label :password_confirmation, 'Potwierdź hasło' %> + <%= f.password_field :password_confirmation %> + <%= help_tag 'system_elements.user.new.password_confirmation' %> +

    -

    Rejestrując się w serwisie potwierdzasz, że zapoznałeś się z <%= link_to "regulaminem", static_url(:action => "terms")%> +

    + Rejestrując się w serwisie potwierdzasz, że zapoznałeś(aś) się z + <%= link_to "regulaminem.", static_url(:action => "terms")%>

    + Wiadomość e-mail z linkiem aktywującym konto + powinna przyjść w ciągu 5 minut. Nie zapomnij + sprawdiź folderu "spam" w swojej skrzynce, zanim + <%= link_to "do nas zgłosisz,", static_url(:action => "authors")%> + że coś nie działa. +

    + +

    + <%= submit_tag 'Zarejestruj mnie' %> +

    -

    <%= submit_tag 'Zarejestruj mnie' %>

    <% end -%>