Skip to content

Commit

Permalink
#348 Display only template name on case creation menu
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani committed Oct 19, 2017
1 parent 8c13826 commit a3de06a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ui/app/views/components/header.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +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)">From
{{template.name | uppercase}}
template</a>
<a href ng-click="createNewCase(template)">{{template.name | uppercase}}</a>
</li>
</ul>
</li>
Expand Down

0 comments on commit a3de06a

Please sign in to comment.