Skip to content

Commit

Permalink
#1275 Fix an unexpected error made during refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani committed Apr 30, 2020
1 parent 32185ba commit 4011d0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/app/views/partials/case/case.creation.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ <h4 class="vpad10 text-primary">Case details</h4>

<input class="form-control input-sm" name="title" ng-if="!fromTemplate" ng-model="newCase.title" placeholder="Title" required type="text"/>

<div class="input-group" ng-if="fromTemplate">
<span class="input-group-addonspan: >{{template.displayNitl || template.titlePrefixePrefix}}/>
<div class="input-group" ng-if="fromTemplate">
<span class="input-group-addon">{{template.titlePrefix}}</span>
<input class="form-control input-sm" name="title" ng-model="newCase.title" placeholder="Title" required type="text"/>
</div>

Expand Down

0 comments on commit 4011d0f

Please sign in to comment.