cirandas.net

ref: master

app/views/profile_editor/welcome_page.html.erb


<%= _('Edit welcome page') %>

<%= labelled_form_for :welcome_page do |f| %> <%= error_messages_for :welcome_page %> <%= f.check_box(:published) %>
<%= _('Your welcome page will only be displayed if this options is selected.') %>
<%= f.text_area(:body, :cols => 40, :style => 'width: 100%', :class => current_editor) %>
<%= _('This page will be displayed to the user after his signup with this template.') %>
<%= button_bar do%> <%= submit_button('save', _('Save'), :cancel => @back_to) %> <% end %> <% end %>