Sha256: 68121912498824529c6164635a4378564ab7abd9229cd7f207994da8d539a42b
Contents?: true
Size: 341 Bytes
Versions: 2
Compression:
Stored size: 341 Bytes
Contents
<%= simple_form_for(:user, article) do |f| %> <div class="row"> <div class="small-12 medium-8 large-8 columns"> <%= f.input :title %> <%= f.input :body, as: :text, input_html: { rows: 5 }, hint: t('.markdown_hint').html_safe %> <%= f.input :published %> </div> </div> <%= render 'form_actions' %> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
recruiter-0.1.1 | app/views/recruiter/users/articles/_form.html.erb |
recruiter-0.1.0 | app/views/recruiter/users/articles/_form.html.erb |