|
|
@ -3,14 +3,14 @@ |
|
|
|
%= include 'public_toolbar' |
|
|
|
%= include 'public_toolbar' |
|
|
|
<div class="container-fluid"> |
|
|
|
<div class="container-fluid"> |
|
|
|
<div class="well publicForm"> |
|
|
|
<div class="well publicForm"> |
|
|
|
<form role="form" action="<%= $self->get_url('/invitation') %>" method="post"> |
|
|
|
<form role="form" action="<%= $self->url_for('/invitation') %>" method="post"> |
|
|
|
<legend class="text-center"> |
|
|
|
<legend class="text-center"> |
|
|
|
<%=l 'INVITATION_RESPONSE' %> |
|
|
|
<%=l 'INVITATION_RESPONSE' %> |
|
|
|
</legend> |
|
|
|
</legend> |
|
|
|
<p class="text-center"> |
|
|
|
<p class="text-center"> |
|
|
|
<%=l 'CANNOT_JOIN_NOW' %> |
|
|
|
<%=l 'CANNOT_JOIN_NOW' %> |
|
|
|
</p> |
|
|
|
</p> |
|
|
|
<input name="id" type="hidden" value="<%= $inviteId %>"/> |
|
|
|
<input name="token" type="hidden" value="<%= $inviteId %>"/> |
|
|
|
<div class="form-group"> |
|
|
|
<div class="form-group"> |
|
|
|
<label for="response"> |
|
|
|
<label for="response"> |
|
|
|
<%=l 'WILL_YOU_JOIN' %> |
|
|
|
<%=l 'WILL_YOU_JOIN' %> |
|
|
|