mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-21 13:18:53 +00:00
rewrite: fix gh-btns issue
This commit is contained in:
parent
e641fe9cf1
commit
ddf3cd3ac9
2 changed files with 2 additions and 2 deletions
|
|
@ -24,7 +24,7 @@
|
|||
"moment": "~2.1.0",
|
||||
"bootstrap-tour": "~0.5.1",
|
||||
"BrowserQuest": "https://github.com/mozilla/BrowserQuest.git",
|
||||
"github-buttons": "~0.0.1",
|
||||
"github-buttons": "git://github.com/mdo/github-buttons.git",
|
||||
"jquery-ui": "~1.10.3",
|
||||
"bootstrap-growl": "~1.1.0",
|
||||
"jquery.cookie": "~1.3.1",
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ footer.footer
|
|||
a.addthis_button_tweet(tw:via='habitrpg')
|
||||
tr
|
||||
td(align='left')
|
||||
iframe(src='/vendor/github-buttons/github-btn.html?user=lefnire&repo=habitrpg&type=watch&count=true', allowtransparency='true', frameborder='0', scrolling='0', width='85px', height='20px')
|
||||
iframe(src='/bower_components/github-buttons/github-btn.html?user=lefnire&repo=habitrpg&type=watch&count=true', allowtransparency='true', frameborder='0', scrolling='0', width='85px', height='20px')
|
||||
tr
|
||||
td
|
||||
a.addthis_button_google_plusone(g:plusone:size='medium')
|
||||
|
|
|
|||
Loading…
Reference in a new issue