Sha256: 08d3b18d61d96786ce753364fbe4086d19a356448b53f5ee8d0370849017a8bd
Contents?: true
Size: 662 Bytes
Versions: 8
Compression:
Stored size: 662 Bytes
Contents
.header.container .row .col-lg-12.col-md-12 .page-header %h1 Edit translation .edit_user.container .row .col-lg-12.col-md-12 = form_for @translation, {url: weeler_translation_path(@translation), html: {class: "form-horizontal", role: "form"}} do |f| = render partial: "form", locals: {translation: @translation, f: f} %p.text-center %button.btn.btn-primary{type: "submit"} Save %a.btn.btn-link{href: weeler_translations_path} Cancel = link_to 'Remove', weeler_translation_path(@translation), :confirm => "Are you sure you want remove?", :method => :delete, :class => "btn btn-danger"
Version data entries
8 entries across 8 versions & 1 rubygems