Sha256: d3d1311eaa3a3ee3522370da2024d5180e31d227a852fa962bd51e070b223fad
Contents?: true
Size: 548 Bytes
Versions: 6
Compression:
Stored size: 548 Bytes
Contents
= form_for :setting, :url => settings_path, :html => {:role => 'form'} do |form| div.form-group = form.label :id, "Name(id):" = form.text_field :id, :class => 'form-control' div.form-group = form.label :value, "Value:" = form.text_field :value, :class => 'form-control' div.form-group = form.label :formatted_tags, "Comma Separated List of Tags:" = form.text_field :formatted_tags, :class => 'form-control' span.help-block = @tags div.buttons = form.submit "Save", :class => 'btn btn-primary center-block'
Version data entries
6 entries across 6 versions & 1 rubygems