Skip to content

Commit

Permalink
edit plan title usability fixes
Browse files Browse the repository at this point in the history
edit icon and pointer cursor
  • Loading branch information
BenAlderfer committed May 6, 2017
1 parent 30ecbc7 commit 5a00f83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion public/views/home.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<div class="home">
<navbar user="user"></navbar>
<div class="content">
<h3 class="plan-title" ng-click="editPlanDetails()">{{plan.title}}</h3>
<h3 class="plan-title" ng-click="editPlanDetails()" style="cursor:pointer;">
{{plan.title}}<i class="fa fa-pencil fa-fw" aria-hidden="true"></i></h3>
<!-- Display for when there are no years -->
<div ng-if="plan.years.length === 0" ng-include="'views/empty-view.html'"></div>

Expand Down

0 comments on commit 5a00f83

Please sign in to comment.