Show More
Commit Description:
boots into rails 3
Commit Description:
boots into rails 3
File last commit:
Show/Diff file:
Action:
app/views/main/_login_box.html.haml | 34 lines | 890 B | text/x-haml | HamlLexer |
%b= Configuration['ui.front.welcome_message']
%br/
- if !@hidelogin
=t 'login.message'
%br/
%br/
- if flash[:notice]
%hr/
%b= flash[:notice]
%hr/
%div{ :style => "border: solid 1px gray; padding: 4px; background: #eeeeff;"}
- form_tag :controller => 'login', :action => 'login' do
%table
%tr
%td{:align => "right"}
="#{t 'login_label'}:"
%td= text_field_tag 'login'
%tr
%td{:align => "right"}
="#{t 'password_label'}:"
%td= password_field_tag
= submit_tag t('login.login_submit')
%br/
- if Configuration['system.online_registration']
=t 'login.participation'
%b
= "#{t 'login.please'} "
= link_to "#{t 'login.register'}", :controller => :users, :action => :new
%br/
= link_to "#{t 'login.forget_password'}", :controller => :users, :action => :forget