Sha256: ce2ca85805f7f2432a65a1f4be17de426ce5e3df4422aef449c0fd9db5a7312e
Contents?: true
Size: 427 Bytes
Versions: 8
Compression:
Stored size: 427 Bytes
Contents
<% content_for :title do %> <%= t('binda.new') %> <%= t('binda.user') %> <% end %> <% content_for :header do %> <h3> <%= t('binda.new') %> <%= t('binda.user') %> </h3> <a href="<%= manage_users_path %>" class="main-header--back"> <i class="fas fa-list-ul"></i> <%= "#{ t :back_to_index }".capitalize %> </a> <% end %> <% content_for :content do %> <%= render 'form_body', manage_user: @user %> <% end %>
Version data entries
8 entries across 8 versions & 1 rubygems