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

Version Path
weeler-2.1.0 app/views/weeler/translations/edit.html.haml
weeler-2.0.1 app/views/weeler/translations/edit.html.haml
weeler-2.0.0 app/views/weeler/translations/edit.html.haml
weeler-1.6.0 app/views/weeler/translations/edit.html.haml
weeler-1.5.4 app/views/weeler/translations/edit.html.haml
weeler-1.5.2 app/views/weeler/translations/edit.html.haml
weeler-1.5.1 app/views/weeler/translations/edit.html.haml