sends invitation email to users
This commit is contained in:
@@ -4,6 +4,6 @@
|
||||
<h1><%= t('management.user_invites.create.title') %></h1>
|
||||
|
||||
<div class="callout success">
|
||||
<%= t('management.user_invites.create.success_html') %>
|
||||
<%= t('management.user_invites.create.success_html', count: @emails.count) %>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
<div class="small-12 medium-8 column">
|
||||
<h1><%= t('management.user_invites.new.title') %></h1>
|
||||
|
||||
<form>
|
||||
<%= form_tag management_user_invites_path do %>
|
||||
<label><%= t('management.user_invites.new.label') %></label>
|
||||
<p class="note"><%= t('management.user_invites.new.info') %></p>
|
||||
<textarea placeholder="<%= t('management.user_invites.new.info') %>" rows="5"></textarea>
|
||||
<%= text_area_tag "emails", nil, rows: 5, placeholder: t('management.user_invites.new.info') %>
|
||||
<div class="small-12 medium-6">
|
||||
<input type="submit" name="" value="<%= t('management.user_invites.new.submit') %>", class="button hollow expanded">
|
||||
</div>
|
||||
</form>
|
||||
<% end %>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user