Skip to content

Commit

Permalink
fix comments link to focus on new comment field when being clicked
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobBennett committed Aug 12, 2015
1 parent 875bc28 commit 7d81387
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 7d81387

Please sign in to comment.