Sha256: c85935f49991ae63362dd02593dc5afb1ec92af670f332cb5b710d802bd72c9b

Contents?: true

Size: 331 Bytes

Versions: 3

Compression:

Stored size: 331 Bytes

Contents

<%= simple_form_for @tag, :html => { class: 'form-horizontal', role: 'form' } do |f| %>
	<%= f.error_notification %>
		<%= f.input :name,
								label: t('activerecord.attributes.tags.name'),
								hint: t('tags.hint.name'),
								input_html: { size: 45 } %>
    <%= f.button :submit, :class => 'btn btn-primary' %>
<% end %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tkh_content-0.10.10 app/views/tags/_form.html.erb
tkh_content-0.10.9 app/views/tags/_form.html.erb
tkh_content-0.10.8 app/views/tags/_form.html.erb