Sha256: b0f561cb211cc370fd81f100be6b6b1c6458b71ae0270c46c46bb5176d5f6229

Contents?: true

Size: 407 Bytes

Versions: 3

Compression:

Stored size: 407 Bytes

Contents

<h1>Resend activation instructions</h1>

<%%= form_tag(<%= name.underscore.pluralize %>_url, method: :post) do %>
  <div class="field">
    <%%= label_tag :<%= goma_config.authentication_keys.to_field_name %> %><br>
    <%%= text_field_tag :<%= goma_config.authentication_keys.to_field_name %> %>
  </div>
  <div class="actions">
    <%%= submit_tag "Resend activation instructions" %>
  </div>
<%% end %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
goma-0.0.1.rc3 lib/generators/goma/erb/templates/confirmation/new.html.erb
goma-0.0.1.rc2 lib/generators/goma/erb/templates/confirmation/new.html.erb
goma-0.0.1.rc1 lib/generators/goma/erb/templates/confirmation/new.html.erb