Sha256: 6c3cea4d73817814e2131b1a4831edfed68c9d2d8232720228c7a2ae2ffaf16a

Contents?: true

Size: 487 Bytes

Versions: 8

Compression:

Stored size: 487 Bytes

Contents

.header.container
  .row
    .col-lg-12.col-md-12
      .page-header
        %h1 New translation
.edit_user.container
  .row
    .col-lg-12.col-md-12
      = form_for @translation, {url: weeler_translations_path, 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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
weeler-1.4.0 app/views/weeler/translations/new.html.haml
weeler-1.2.0 app/views/weeler/translations/new.html.haml
weeler-1.1.0 app/views/weeler/translations/new.html.haml
weeler-1.0.4 app/views/weeler/translations/new.html.haml
weeler-1.0.3 app/views/weeler/translations/new.html.haml
weeler-1.0.2 app/views/weeler/translations/new.html.haml
weeler-1.0.1 app/views/weeler/translations/new.html.haml
weeler-1.0.0 app/views/weeler/translations/new.html.haml