Skip to content

Commit

Permalink
Change icon for project assignment widgets
Browse files Browse the repository at this point in the history
  • Loading branch information
cproensa authored and vboctor committed Mar 27, 2017
1 parent 665f665 commit 2d4668c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion account_page.php
Expand Up @@ -282,7 +282,7 @@
<div class="widget-box widget-color-blue2">
<div class="widget-header widget-header-small">
<h4 class="widget-title lighter">
<i class="ace-icon fa fa-user"></i>
<i class="ace-icon fa fa-puzzle-piece"></i>
<?php echo lang_get( 'assigned_projects' ) ?>
</h4>
</div>
Expand Down
2 changes: 1 addition & 1 deletion manage_user_edit_page.php
Expand Up @@ -311,7 +311,7 @@
<div class="widget-box widget-color-blue2">
<div class="widget-header widget-header-small">
<h4 class="widget-title lighter">
<i class="ace-icon fa fa-user"></i>
<i class="ace-icon fa fa-puzzle-piece"></i>
<?php echo lang_get('add_user_title') ?>
</h4>
</div>
Expand Down

0 comments on commit 2d4668c

Please sign in to comment.