Sha256: b20bc2d56cc4221d02f93de5d93ad3bd9c32fa7e25efa101f1aeb3e21e17c80e

Contents?: true

Size: 1.85 KB

Versions: 17

Compression:

Stored size: 1.85 KB

Contents

{% if site.data.settings.edit-on-github.enabled and site.data.settings.edit-on-github.repo %}
{% assign page_base = page.permalink | split:"/" %}

{% if page_base[1] == "blog" %}
{% else %}
{% assign page-path = page.path | replace: " ", "" %}


{% capture github-home %}{{site.data.settings.edit-on-github.repo}}{% endcapture %}
{% capture github-docs %}{{site.data.settings.edit-on-github.repo}}/tree/master/{% endcapture %}
{% capture report-issue-link %}
{{site.data.settings.edit-on-github.repo}}/issues/new?title=Problem+with+{{page-path}}&body=Please+enter+some+details+about+the+bug/issue+so+we+can+promptly+resolve+it.+%0D%0AURL%3A++{{site.url}}{{page.url}}
{% endcapture %}    

{% capture edit-me-link %}{{github-docs}}{{page-path}}{% endcapture %}

<div class="container-fluid github-edit">
    <div class="row">
        <div class="container">
            <div class="edit-me-on-github text-center">
                <div class="btn-group btn-group-xs" role="group" id="github_controls">
                  <a type="button" href="{{github-home}}" class="btn btn-default github_control_btn btn-buy" id="github_home">
                      <i class="icon-github-circled center-block"></i>
                  </a>
                  <a type="button" href="{{report-issue-link}}" class="btn btn-default github_control_btn btn-buy" id="submit_issue">
                      <span class="top-text">Report</span>
                      <span class="bottom-text">an Issue</span> 
                  </a>
                  <a type="button" href="{{edit-me-link | replace: " ", "" }}" class="btn btn-default github_control_btn btn-buy" id="edit_on_github">
                      <span class="top-text">Edit</span>
                      <span class="bottom-text">on Github</span>
                  </a>
                </div>

            </div>
        </div>
    </div>
</div>
{% endif %}
{% endif %}

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
jumbo-jekyll-theme-1.4.3.19 _includes/github-edit.html
jumbo-jekyll-theme-1.4.3.18 _includes/github-edit.html
jumbo-jekyll-theme-1.4.3.17 _includes/github-edit.html
jumbo-jekyll-theme-1.4.3.16 _includes/github-edit.html
jumbo-jekyll-theme-1.4.3.15 _includes/github-edit.html
jumbo-jekyll-theme-1.4.3.14 _includes/github-edit.html
jumbo-jekyll-theme-1.4.3.13 _includes/github-edit.html
jumbo-jekyll-theme-1.4.3.12 _includes/github-edit.html
jumbo-jekyll-theme-1.4.3.11 _includes/github-edit.html
jumbo-jekyll-theme-1.4.3.10 _includes/github-edit.html
jumbo-jekyll-theme-1.4.3.9 _includes/github-edit.html
jumbo-jekyll-theme-1.4.3.8 _includes/github-edit.html
jumbo-jekyll-theme-1.4.3.7 _includes/github-edit.html
jumbo-jekyll-theme-1.4.3.6 _includes/github-edit.html
jumbo-jekyll-theme-1.4.3.5 _includes/github-edit.html
jumbo-jekyll-theme-1.4.3.4 _includes/github-edit.html
jumbo-jekyll-theme-1.4.3.3 _includes/github-edit.html