Sha256: b7710b9518406a15a0feeea32b1883b16dacfb664f1d9d6fed38bfcf1043d7be

Contents?: true

Size: 399 Bytes

Versions: 10

Compression:

Stored size: 399 Bytes

Contents

.drawer-pusher
  = form_tag({ action: :update }, method: 'PUT') do
    .toolbar.bg-color-primary-dk10
      = render 'tenon/shared/breadcrumbs'
      .actions
        - if policy(@post).publish?
          %button.action__btn.btn-flat.submit{ data: { disable_with: 'Please wait...' } } Save

    %main
      = render partial: 'general'
      = render partial: 'contact'
      = render partial: 'seo'

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
tenon-2.1.0 app/views/tenon/settings/show.html.haml
tenon-2.0.8 app/views/tenon/settings/show.html.haml
tenon-2.0.7 app/views/tenon/settings/show.html.haml
tenon-2.0.6 app/views/tenon/settings/show.html.haml
tenon-2.0.5 app/views/tenon/settings/show.html.haml
tenon-2.0.4 app/views/tenon/settings/show.html.haml
tenon-2.0.3 app/views/tenon/settings/show.html.haml
tenon-2.0.2 app/views/tenon/settings/show.html.haml
tenon-2.0.1 app/views/tenon/settings/show.html.haml
tenon-2.0.0 app/views/tenon/settings/show.html.haml