Sha256: 9492d47a5c94fadcdd4efe452e48fd838b710f8e9288ab9b9eb9d64fd8e4004d
Contents?: true
Size: 618 Bytes
Versions: 25
Compression:
Stored size: 618 Bytes
Contents
.row .col-md-12 =horizontal_simple_form_for @item do |f| = f.input :title, label: "Title" = f.input :content, as: :textarea_tinymce, label: "Content", input_html: {:rows => 16, :cols => 120} = f.button :submit_cancel, 'Save', :cancel=>@url_back -#=f.submit 'Сохранить', :class=>'btn btn-sm btn-primary' -#=link_to 'Отмена', '#', :class=>'btn btn-sm btn-default', :id=>'link_form_cancel' :coffeescript $(document).ready(function() { $("#link_form_cancel").click(function(e){ e.preventDefault(); window.location = "#{@url_back}"; }); });
Version data entries
25 entries across 25 versions & 1 rubygems