Sha256: 68d949a3b8966f2c21144fe33db077bc6118c532616612031fac4f80595b2895

Contents?: true

Size: 380 Bytes

Versions: 8

Compression:

Stored size: 380 Bytes

Contents

- if Rails.env.eql?('development')
  .dev-tool.console-btn{ title: 'Ruby Console' }
    %b
      %i.bx.bx-diamond
  - if git.installed?
    .dev-tool.current-branch{ title: git.changes_count[:changes] }
      %b
        %i.bx.bx-git-branch
        Branch:
      = git.current_branch

      .git-commit-status{ style: "background-color: #{git.changes_count[:color]}" }
  - console

Version data entries

8 entries across 7 versions & 1 rubygems

Version Path
keppler-2.1.22 installer/core/app/views/admin/layouts/_git_info.html.haml
keppler-2.1.21 installer/core/app/views/admin/layouts/_git_info.html.haml
keppler-2.1.20 installer/core/app/views/admin/layouts/_git_info.html.haml
keppler-2.1.19 installer/core/app/views/admin/layouts/_git_info.html.haml
keppler-2.1.18 testing-with-2.1.18/app/views/admin/layouts/_git_info.html.haml
keppler-2.1.18 installer/core/app/views/admin/layouts/_git_info.html.haml
keppler-2.1.17 installer/core/app/views/admin/layouts/_git_info.html.haml
keppler-2.1.16 installer/core/app/views/admin/layouts/_git_info.html.haml