Skip to content
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.

Commit

Permalink
go to author page click handler added to author popover. improvement …
Browse files Browse the repository at this point in the history
…for #79
  • Loading branch information
talhasch committed Jun 9, 2018
1 parent e89b672 commit 4ae95f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/directives/author-name-popover.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="author-popover-content">
<div class="author-pic" author-bg-img-style author="{{ username }}"></div>
<div class="author-pic" author-bg-img-style author="{{ username }}" ng-click="goToAuthor()"></div>
<div class="popover-content-right">
<div class="author-name"><a ng-click="goToAuthor()">{{ name }}</a></div>
<div class="author-username"><a ng-click="goToAuthor()">@{{ username }}</a></div>
Expand Down
1 change: 1 addition & 0 deletions src/stylesheets/_components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1586,6 +1586,7 @@ STRUCTURE:
float: left;
height: 80px;
width: 80px;
cursor: pointer;
}

.popover-content-right {
Expand Down

0 comments on commit 4ae95f6

Please sign in to comment.