Skip to content

Commit

Permalink
#464 Display template names as defined, in new case menu
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani committed Feb 5, 2018
1 parent 07a4433 commit 403ed74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/app/views/components/header.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</li>
<li class="divider" ng-if="templates && templates.length > 0"></li>
<li ng-repeat="template in templates">
<a href ng-click="createNewCase(template)">{{template.name | uppercase}}</a>
<a href ng-click="createNewCase(template)">{{template.name}}</a>
</li>
</ul>
</li>
Expand Down

0 comments on commit 403ed74

Please sign in to comment.