Sha256: 3ed6d0f7b11e6c40952a3d3473b7fbc62757c80794f458e81b204aeb47ea92ab

Contents?: true

Size: 823 Bytes

Versions: 67

Compression:

Stored size: 823 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 Save

Version data entries

67 entries across 67 versions & 1 rubygems

Version Path
tenon-1.0.74 app/views/tenon/settings/show.html.haml
tenon-1.0.73 app/views/tenon/settings/show.html.haml
tenon-1.0.72 app/views/tenon/settings/show.html.haml
tenon-1.0.71 app/views/tenon/settings/show.html.haml
tenon-1.0.70 app/views/tenon/settings/show.html.haml
tenon-1.0.69 app/views/tenon/settings/show.html.haml
tenon-1.0.68 app/views/tenon/settings/show.html.haml
tenon-1.0.67 app/views/tenon/settings/show.html.haml
tenon-1.0.66 app/views/tenon/settings/show.html.haml
tenon-1.0.65 app/views/tenon/settings/show.html.haml
tenon-1.0.64 app/views/tenon/settings/show.html.haml
tenon-1.0.63 app/views/tenon/settings/show.html.haml
tenon-1.0.62 app/views/tenon/settings/show.html.haml
tenon-1.0.61 app/views/tenon/settings/show.html.haml
tenon-1.0.60 app/views/tenon/settings/show.html.haml
tenon-1.0.59 app/views/tenon/settings/show.html.haml
tenon-1.0.57 app/views/tenon/settings/show.html.haml
tenon-1.0.56 app/views/tenon/settings/show.html.haml
tenon-1.0.55 app/views/tenon/settings/show.html.haml
tenon-1.0.54 app/views/tenon/settings/show.html.haml