Skip to content

Commit

Permalink
Merge pull request #70 from JacobBennett/fix/github-comments-link
Browse files Browse the repository at this point in the history
fix comments link to focus on new comment field when being clicked
  • Loading branch information
mattstauffer committed Aug 13, 2015
2 parents 875bc28 + 7d81387 commit 0e33cde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/gistlogs/show.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
Updated {{ $gistlog->updatedAt->diffForHumans() }}
</div>
<div class="gistlog__links">
<a href="{{ $gistlog->link }}">View on GitHub</a> | <a href="{{ $gistlog->link }}#js-new-comment-form-actions">Comment</a>
<a href="{{ $gistlog->link }}">View on GitHub</a> | <a href="{{ $gistlog->link }}#new_comment_field">Comment</a>
</div>
</article>
@if ($gistlog->hasComments())
Expand Down

0 comments on commit 0e33cde

Please sign in to comment.