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

Commit

Permalink
Merge branch 'master' into bugfix/enable-uglifyify
Browse files Browse the repository at this point in the history
  • Loading branch information
data-doge committed Aug 12, 2016
2 parents 23ab410 + c0ab8a1 commit 8c3d607
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</span>
<span flex></span>
<span>
<ng-md-icon icon="chat_bubble"
<ng-md-icon icon="mode_comment"
layout="column"
layout-align="center center"
ng-class="bucket.hasComments() ? 'bucket-page__comment-icon-active' : 'bucket-page__comment-icon-inactive'"
Expand Down
8 changes: 4 additions & 4 deletions app/directives/group-page-buckets/group-page-buckets.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<div class="group-page__comment-count-container">
<ng-md-icon
size="22"
icon="chat_bubble"
icon="mode_comment"
layout="column"
layout-align="center center"
ng-class="bucket.hasComments() ? 'group-page__comment-icon-active' : 'group-page__comment-icon-inactive'"
Expand Down Expand Up @@ -66,7 +66,7 @@
<div class="group-page__comment-count-container">
<ng-md-icon
size="22"
icon="chat_bubble"
icon="mode_comment"
layout="column"
layout-align="center center"
ng-class="bucket.hasComments() ? 'group-page__comment-icon-active' : 'group-page__comment-icon-inactive'"
Expand Down Expand Up @@ -108,7 +108,7 @@
<div class="group-page__comment-count-container">
<ng-md-icon
size="22"
icon="chat_bubble"
icon="mode_comment"
layout="column"
layout-align="center center"
ng-class="bucket.hasComments() ? 'group-page__comment-icon-active' : 'group-page__comment-icon-inactive'"
Expand Down Expand Up @@ -155,7 +155,7 @@
<div class="group-page__comment-count-container">
<ng-md-icon
size="22"
icon="chat_bubble"
icon="mode_comment"
layout="column"
layout-align="center center"
ng-class="bucket.hasComments() ? 'group-page__comment-icon-active' : 'group-page__comment-icon-inactive'"
Expand Down

0 comments on commit 8c3d607

Please sign in to comment.