Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cakephpsphinx/themes/cakephp/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -393,11 +393,11 @@ <h3>{{ _('Page Contents') }}</h3>
</div>

<div class="col-sm-3 col-xs-6">
<iframe title="github star count" src="https://ghbtns.com/github-btn.html?user=cakephp&amp;repo=cakephp&amp;type=star&amp;count=true&amp;size=small" frameborder="0" scrolling="0" width="120px" height="30px"></iframe>
<iframe title="github star count" src="https://ghbtns.com/github-btn.html?user=cakephp&amp;repo={{ repository }}&amp;type=star&amp;count=true&amp;size=small" frameborder="0" scrolling="0" width="120px" height="30px"></iframe>
</div>

<div class="col-sm-3 col-xs-6">
<iframe title="github fork count" src="https://ghbtns.com/github-btn.html?user=cakephp&amp;repo=cakephp&amp;type=fork&amp;count=true&amp;size=small" frameborder="0" scrolling="0" width="120px" height="30px"></iframe>
<iframe title="github fork count" src="https://ghbtns.com/github-btn.html?user=cakephp&amp;repo={{ repository }}&amp;type=fork&amp;count=true&amp;size=small" frameborder="0" scrolling="0" width="120px" height="30px"></iframe>
</div>
</div>

Expand Down