diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/includes/book/header.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/includes/book/header.html b/templates/includes/book/header.html index 7cd16c9..c1b6518 100644 --- a/templates/includes/book/header.html +++ b/templates/includes/book/header.html @@ -4,8 +4,8 @@ <a href="#" class="btn pull-left toggle-summary"><i class="fa fa-align-justify"></i> Summary</a> <!-- Actions Right --> - <a href="/star/{{ githubId }}" class="btn pull-right count-star"><i class="fa fa-star-o"></i> Star (<span>-</span>)</a> - <a href="/watch/{{ githubId }}" class="btn pull-right count-watch"><i class="fa fa-eye"></i> Watch (<span>-</span>)</a> + <a href="https://github.com/{{ githubId }}/stargazers" target="_blank" class="btn pull-right count-star"><i class="fa fa-star-o"></i> Star (<span>-</span>)</a> + <a href="https://github.com/{{ githubId }}/watchers" target="_blank" class="btn pull-right count-watch"><i class="fa fa-eye"></i> Watch (<span>-</span>)</a> <!-- Title --> |