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.10.7 app/views/tags/_form.html.erb
tkh_content-0.10.6 app/views/tags/_form.html.erb
tkh_content-0.10.5.1 app/views/tags/_form.html.erb
tkh_content-0.10.5 app/views/tags/_form.html.erb
tkh_content-0.10.4 app/views/tags/_form.html.erb
tkh_content-0.10.3 app/views/tags/_form.html.erb
tkh_content-0.10.2 app/views/tags/_form.html.erb
tkh_content-0.10.1 app/views/tags/_form.html.erb
tkh_content-0.10 app/views/tags/_form.html.erb
tkh_content-0.9.20 app/views/tags/_form.html.erb
tkh_content-0.9.19 app/views/tags/_form.html.erb
tkh_content-0.9.18 app/views/tags/_form.html.erb
tkh_content-0.9.17 app/views/tags/_form.html.erb
tkh_content-0.9.16 app/views/tags/_form.html.erb
tkh_content-0.9.15 app/views/tags/_form.html.erb
tkh_content-0.9.14 app/views/tags/_form.html.erb
tkh_content-0.9.13 app/views/tags/_form.html.erb
tkh_content-0.9.12 app/views/tags/_form.html.erb
tkh_content-0.9.11 app/views/tags/_form.html.erb
tkh_content-0.9.10 app/views/tags/_form.html.erb