Sha256: 3e56ecf939a06c2b9358fd987e3ff09e1fa229ba12dca2cf3b59bbaf7e81bb18

Contents?: true

Size: 1.02 KB

Versions: 25

Compression:

Stored size: 1.02 KB

Contents

.container
  .nav-tabs-custom
    %ul.nav.nav-tabs
      %li.active
        %a{ 'aria-expanded': 'false', 'data-toggle': 'tab', href: '#tab_5' }
          robots.txt
          .kf-signal.robots_signal
      %li.pull-right
        %a{ onclick: 'controls.saveTxt()', title: t('keppler.actions.save') }
          %i.fa.fa-save
      %li.pull-right
        %a{ title: t('keppler.actions.documentation'), href: 'https://developers.google.com/search/reference/robots_txt?hl=es', target: '_blank' }
          %i.fa.fa-book
          = t('keppler.actions.documentation')
    .tab-content
      .active.tab-pane#tab_5
        .action.code-container
          %textarea#code-robots{ name: 'code' }
            = Seo.robots_code
:javascript
  $('.robots_signal').css('display', 'none');
  codeRobots.codeMirrorRobots();
  var tab = 'robots';
  var ready = { robots: false }

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

  function save() {
    controls.saveTxt()
  }

Version data entries

25 entries across 24 versions & 1 rubygems

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