Sha256: 0f154dacfaab4550c78df64996f3cd1b3b1394f6f06944c240aa04d26de0051f

Contents?: true

Size: 368 Bytes

Versions: 9

Compression:

Stored size: 368 Bytes

Contents

= bootstrap_form_for @calendar, layout: :horizontal, label_col: 'col-sm-2', control_col: 'col-sm-10', class: 'calendar-form' do |f|
  .col-sm-10.col-sm-offset-2.required= :indicates_required_field.l
  = f.text_field :name
  = f.text_area :description, class: 'date-book--wysiwyg'
  = f.text_field :css_class
  = f.submit :save_model.l(model: Calendar.model_name.human)

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
date_book-0.1.4 app/views/date_book/calendars/_form.html.haml
date_book-0.1.3 app/views/date_book/calendars/_form.html.haml
date_book-0.1.1 app/views/date_book/calendars/_form.html.haml
date_book-0.1.0 app/views/date_book/calendars/_form.html.haml
date_book-0.0.6 app/views/date_book/calendars/_form.html.haml
date_book-0.0.5 app/views/date_book/calendars/_form.html.haml
date_book-0.0.3 app/views/date_book/calendars/_form.html.haml
date_book-0.0.2 app/views/date_book/calendars/_form.html.haml
date_book-0.0.1 app/views/date_book/calendars/_form.html.haml