Sha256: d85e1add24f859bfffeec4edc604e45965247bf37bdbb0024a5490105ccc3cab
Contents?: true
Size: 470 Bytes
Versions: 1
Compression:
Stored size: 470 Bytes
Contents
<h2><%= @PAGE_TITLE = "New API User" %></h2> <%= simple_form_for [:a, @api_user], html: { class: 'form-horizontal' } do |f| %> <%= f.error_notification %> <fieldset> <%= render 'form_fields', f: f %> <div class="alert alert-info"> Auth Token will be generated when this API User is saved. </div> <div class="form-actions"> <%= f.submit "Save", class: "btn" %> </div> </fieldset> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
asset_host_core-2.0.0.beta | app/views/asset_host_core/admin/api_users/new.html.erb |