Skip to content

Commit

Permalink
Merge branch 'hotfix/1.2.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewNatoli committed Dec 2, 2016
2 parents 247a0dc + 12028df commit e42d1db
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions resources/views/partials/forms/household.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,21 @@
<input class="form-control" type="text" v-model="address.address_zip">
</div>
</div>

@if (Auth::user()->hasRole('admin'))
<div class="col-xs-12 col-sm-4">
<div class="form-group">
<label class="control-label">CMPD Division</label>
<input class="form-control" type="text" v-model="address.cmpd_division">
</div>
</div>
<div class="col-xs-12 col-sm-4">
<div class="form-group">
<label class="control-label">CMPD Response Area</label>
<input class="form-control" type="text" v-model="address.cmpd_response_area">
</div>
</div>
@endif
<hr>
</div>

Expand Down

0 comments on commit e42d1db

Please sign in to comment.