Sha256: 8a0ccd7da584c947ffbdb56123099cbe94cadeeffd254017347a02b6b6b7219f
Contents?: true
Size: 574 Bytes
Versions: 8
Compression:
Stored size: 574 Bytes
Contents
.panel.panel-default .panel-heading: .panel-title = icon :check_square_o = " " - if @task.persisted? = t("actions.update") + " : " + @task.name - else = t('actions.new_task') .panel-body = horizontal_form_for @task, as: :task do |f| = f.input :name = f.input :description = f.input :reminder, html5: true = f.input :term, html5: true = f.hidden_field :taskable_id = f.hidden_field :taskable_type = f.input :owner_guid, collection: @owners.map{ |e| [e.to_s, e.guid] } = form_buttons
Version data entries
8 entries across 8 versions & 1 rubygems