Skip to content

Commit

Permalink
change course eval icon
Browse files Browse the repository at this point in the history
  • Loading branch information
maximz committed Nov 16, 2015
1 parent 17ba671 commit b0a89b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions course_selection/templates/main/course-search.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h4 class="row">Feeling Lucky?</h4>
<a class="eval-tag"
target="_blank"
ng-href="{{ course.evaluation_link }}"
><i class="fa fa-book"
><i class="fa fa-line-chart"
></i></a>

<a class="more-info-tag"
Expand Down Expand Up @@ -78,7 +78,7 @@ <h4 class="row">{{data.enrolledCourses.length}} Enrolled Courses
<a class="eval-tag"
target="_blank"
ng-href="{{ course.evaluation_link }}"
><i class="fa fa-book"
><i class="fa fa-line-chart"
></i></a>

<a class="more-info-tag"
Expand Down Expand Up @@ -117,7 +117,7 @@ <h4 class="row"> {{filteredCourses.length}} Search Results</h4>
<a class="eval-tag"
target="_blank"
ng-href="{{ course.evaluation_link }}"
><i class="fa fa-book"
><i class="fa fa-line-chart"
></i></a>
<a class="more-info-tag"
target="_blank"
Expand Down
2 changes: 1 addition & 1 deletion course_selection/templates/main/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
ng-class="{'md-raised': searchCtrl.whichSearch == 0}"
ng-click="searchCtrl.useCourseSearch()"
>
<i class="fa fa-book"></i>
<i class="fa fa-line-chart"></i>
</md-button>
<md-button class="md-accent friend-search-button"
ng-class="{'md-raised': searchCtrl.whichSearch == 1 }"
Expand Down

0 comments on commit b0a89b7

Please sign in to comment.