Sha256: 764a88fa187ad14aa58970aae2700122e9a7bb07ce197ec484f9d7532f4865bf
Contents?: true
Size: 553 Bytes
Versions: 4
Compression:
Stored size: 553 Bytes
Contents
- @page_title = 'Signup' - @body_class = 'page' - @active_nav = BillySignup.active_nav = render 'header' %section.page.signup %div.area .success %h2.intro.heading= t('.title_html') %p.text= t('.subtitle_html') %p.text= t('.login_info_html', :username => session[:service_email]) %p.login= link_to t('.login_button_html'), "#{Rails.env.development? ? 'http' : 'https'}://#{session[:service_domain]}?username=#{session[:service_email]}", :class => 'button green' %p.text= t('.support_html')
Version data entries
4 entries across 4 versions & 1 rubygems