Sha256: 55353c7ff6e7bc8e22cbe40492953d95305a2cef55951194ec16f65f5bf4ee48

Contents?: true

Size: 1.01 KB

Versions: 25

Compression:

Stored size: 1.01 KB

Contents

.container
  .nav-tabs-custom
    %ul.nav.nav-tabs
      %li.active
        %a{ 'aria-expanded': 'false', 'data-toggle': 'tab', href: '#tab_5' }
          sitemap.rb
          .kf-signal.sitemap_signal
      %li.pull-right
        %a{ onclick: 'controls.save()', title: t('keppler.actions.save') }
          %i.fa.fa-save
      %li.pull-right
        %a{ title: t('keppler.actions.documentation'), href: 'https://github.com/kjvarga/sitemap_generator', target: '_blank' }
          %i.fa.fa-book
          = t('keppler.actions.documentation')
    .tab-content
      .active.tab-pane#tab_5
        .action.code-container
          %textarea#code-sitemap{ name: 'code' }
            = Seo.sitemap_code

:javascript
  $('.sitemap_signal').css('display', 'none');
  codeSitemap.codeMirrorSitemap();
  var tab = 'sitemap';
  var ready = { sitemap: false }

  $(document).bind('keydown', function(e) {
    if(e.ctrlKey && (e.which == 83)) {
      e.preventDefault();
      save()
    }
  });

  function save() {
    controls.save()
  }

Version data entries

25 entries across 24 versions & 1 rubygems

Version Path
keppler-2.1.22 installer/core/app/views/admin/seos/sitemap.html.haml
keppler-2.1.21 installer/core/app/views/admin/seos/sitemap.html.haml
keppler-2.1.20 installer/core/app/views/admin/seos/sitemap.html.haml
keppler-2.1.19 installer/core/app/views/admin/seos/sitemap.html.haml
keppler-2.1.18 testing-with-2.1.18/app/views/admin/seos/sitemap.html.haml
keppler-2.1.18 installer/core/app/views/admin/seos/sitemap.html.haml
keppler-2.1.17 installer/core/app/views/admin/seos/sitemap.html.haml
keppler-2.1.16 installer/core/app/views/admin/seos/sitemap.html.haml
keppler-2.1.15 installer/core/app/views/admin/seos/sitemap.html.haml
keppler-2.1.14 installer/core/app/views/admin/seos/sitemap.html.haml
keppler-2.1.13 installer/core/app/views/admin/seos/sitemap.html.haml
keppler-2.1.12 installer/core/app/views/admin/seos/sitemap.html.haml
keppler-2.1.11 installer/core/app/views/admin/seos/sitemap.html.haml
keppler-2.1.10 installer/core/app/views/admin/seos/sitemap.html.haml
keppler-2.1.9 installer/core/app/views/admin/seos/sitemap.html.haml
keppler-2.1.8 installer/core/app/views/admin/seos/sitemap.html.haml
keppler-2.1.7 installer/core/app/views/admin/seos/sitemap.html.haml
keppler-2.1.6 installer/core/app/views/admin/seos/sitemap.html.haml
keppler-2.1.5 installer/core/app/views/admin/seos/sitemap.html.haml
keppler-2.1.4 installer/core/app/views/admin/seos/sitemap.html.haml