Sha256: 557f30d160cb704f3c76e4d3e8822282f72edbabd6770f8a8a662a29c5df3238

Contents?: true

Size: 343 Bytes

Versions: 21

Compression:

Stored size: 343 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 } %>

		<br />
    <%= f.button :submit, :class => 'btn btn-primary' %>

<% end %>

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
tkh_content-0.9.9 app/views/tags/_form.html.erb