Sha256: 2bdb7161c265eae787cd08392d5f233100f435f38e1fa10d59e95f3ecd989b52

Contents?: true

Size: 616 Bytes

Versions: 7

Compression:

Stored size: 616 Bytes

Contents

%h2
  =  Jabe::SETTINGS.sidebar_heading

- unless  Jabe::SETTINGS.github_username.blank?
  .link
    = link_to 'Github',  Jabe::SETTINGS.github_username

- unless  Jabe::SETTINGS.twitter_username.blank?
  .link
    = link_to 'Twitter',  Jabe::SETTINGS.twitter_username

- unless  Jabe::SETTINGS.facebook_url.blank?
  .link
    = link_to 'Facebook',  Jabe::SETTINGS.facebook_url

- if  Jabe::SETTINGS.show_github_badge
  #github-badge

  :javascript
    GITHUB_USERNAME="#{ Jabe::SETTINGS.github_username}";
  = javascript_include_tag 'http://drnicjavascript.rubyforge.org/github_badge/dist/github-badge-launcher.js'

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
jabe-0.7.0 app/views/layouts/jabe/_sidebar.html.haml
jabe-0.6.5 app/views/layouts/jabe/_sidebar.html.haml
jabe-0.6.4 app/views/layouts/jabe/_sidebar.html.haml
jabe-0.6.3 app/views/layouts/jabe/_sidebar.html.haml
jabe-0.6.2 app/views/layouts/jabe/_sidebar.html.haml
jabe-0.6.1 app/views/layouts/jabe/_sidebar.html.haml
jabe-0.6.0 app/views/layouts/jabe/_sidebar.html.haml