Sha256: 57a4de41df376bda1ea53cf436fcf842967fd8ee339c83aafe3fa80256311f43
Contents?: true
Size: 755 Bytes
Versions: 23
Compression:
Stored size: 755 Bytes
Contents
- @title= "Edit" - @page_title = 'Edit' .container %div.row::before %div.col-md-12 %h2.display-3.mt-5.pt-5 = @article.title %hr = @article.text %h4.display-5 = @article.body.html_safe .container .card = form_for @article, :html => {:class => "form-horizontal center"} , :article_id => @article.id do |f| .form-group = f.text_field :title, class: "form-control", :required => true .form-group = f.text_field :text, class: "form-control", :required => true .form-group = f.text_area :body, rows: 10, class: "form-control" .form-group = f.submit "Submit", class: "btn btn-default btn-success"
Version data entries
23 entries across 20 versions & 2 rubygems