Sha256: b09dbaa06fca0531f36f80ca97ad56f40bcd638d78efd782578a59cd4b4c7dbb

Contents?: true

Size: 867 Bytes

Versions: 6

Compression:

Stored size: 867 Bytes

Contents

- content_for :sidebar do
  .sidebar
    .content
      %h2 Settings

    %h4 Sections
    %nav
      %ul
        %li.active= link_to "General Settings", '#general', data: {toggle: 'tab'}
        %li= link_to 'Contact Management', '#contact', data: {toggle: 'tab'}
        %li= link_to 'Search Optimization', '#seo', data: {toggle: 'tab'}

%header
  %h1 Site Settings

  .tools
    = render "tenon/shared/section_header/sidebar_toggle"

.main-content
  = form_tag({:action => :update}, :method => "PUT") do
    .fields.large.tabs
      #general.tab-pane.active= render :partial => 'general'
      #contact.tab-pane= render :partial => 'contact'
      #seo.tab-pane= render :partial => 'seo'

    .fields.small
      %h4.box-label Actions
      .box
        .content
          %button.btn.btn-primary.btn-block.submit{ data: { disable_with: "Please wait..." } } Save

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
tenon-1.1.4 app/views/tenon/settings/show.html.haml
tenon-1.1.3 app/views/tenon/settings/show.html.haml
tenon-1.1.2 app/views/tenon/settings/show.html.haml
tenon-1.1.1 app/views/tenon/settings/show.html.haml
tenon-1.0.76 app/views/tenon/settings/show.html.haml
tenon-1.0.75 app/views/tenon/settings/show.html.haml