Sha256: 882ab4321a64d861c93b86792040895a5ef729711cf852a5bc1c14da3e032c39
Contents?: true
Size: 971 Bytes
Versions: 1
Compression:
Stored size: 971 Bytes
Contents
<% content_for :javascript do %> $(function() { $(".invitation_form").validate(); }); <% end %> <div class="space_center"></div> <h2><%=t('invitation.other')%></h2> <%= form_tag invitations_path, :method=> :post, :class => "invitation_form", :remote => true do %> <div class="block"> <h3 class= "form_row"><%=t('invitation.join')%></h3> <div class="form_row form_label "> <%= label_tag t('invitation.e-mails')%> <span class= "form_comment">(Separated by commas)</span> </div> <div class="form_row"> <%= text_field_tag 'mails', nil, :class => "required form_tag" %> </div> <div class="form_row form_label"> <%=t('invitation.text')%> </div> <div class="form_row"> <%= text_area_tag 'message', nil, :class => "form_tag", :maxlength => 500, :rows => 10 %> </div> </div> <div class="form_row space_center"> <%= submit_tag t('action.send'), :class => "button" %> </div> <%end%>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
social_stream-base-0.6.2 | app/views/invitations/_new.html.erb |