Sha256: 1e8710d202af51a22052a9832dd1c142cb6a9e5a738d9d49e37aef2afd274018

Contents?: true

Size: 489 Bytes

Versions: 7

Compression:

Stored size: 489 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: { action: :create }, 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'

Version data entries

7 entries across 7 versions & 1 rubygems

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