Skip to content

Instantly share code, notes, and snippets.

View rwojsznis's full-sized avatar

Rafał W rwojsznis

View GitHub Profile
@kouheiszk
kouheiszk / _form.html.erb
Created September 11, 2015 04:34
simple_form.rb for semantic ui
<%= f.input :email,
wrapper: :semantic_icon_input,
label: false,
required: true,
placeholder: t('users.form.placeholder.email'),
left_icon: 'user' %>