Sha256: 1d34a718f78efc8d5fc6c1c0003ec730431105ba1f73bb49f55506e0bf1c9bad
Contents?: true
Size: 669 Bytes
Versions: 7
Compression:
Stored size: 669 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: { action: :update, id: @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 = link_to 'Cancel', { action: :index }, class: 'btn btn-link' = link_to 'Remove', { action: :destroy, id: @translation}, :confirm => "Are you sure you want remove?", :method => :delete, :class => "btn btn-danger"
Version data entries
7 entries across 7 versions & 1 rubygems