Sha256: 0f27a009b130caa8509a0e139d0a39a2f8c981f80d1211bc2a33ac4a39bba3c7
Contents?: true
Size: 698 Bytes
Versions: 2
Compression:
Stored size: 698 Bytes
Contents
<%= f.error_notification %> <div class="form-inputs"> <%= f.input :amount, :wrapper => :append do %> <%= f.input_field :amount, class: "input-mini" %> <%= content_tag :span, '€'.html_safe, class: "add-on" %> <% end %> <%= f.input :description, input_html: { class: 'input-xxlarge' } %> <%= f.input :date, :wrapper => :prepend do %> <%= content_tag :span, '<i class="icon-calendar"></i>'.html_safe, class: "add-on calendar" %> <%= f.input_field :date, as: :datepicker, data: { 'date-format' => 'dd/mm/yyyy' } %> <% end %> </div> <div class="form-actions"> <%= button_tag ('<i class="icon-ok"></i> ' + t('bookkeeper.actions.save')).html_safe, class: 'btn' %> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bookkeeper-0.0.7 | app/views/bookkeeper/shared/_movement_form.html.erb |
bookkeeper-0.0.6 | app/views/bookkeeper/shared/_movement_form.html.erb |