Skip to content

Commit

Permalink
Remove css class.
Browse files Browse the repository at this point in the history
  • Loading branch information
NickPhura committed Jan 30, 2019
1 parent cf5295c commit 3f443fe
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ <h1><span class="text-muted">Crown land File: {{application['clFile']}} &nbsp;&r
<fieldset name="decisionForm" id="appDecision">
<legend class="mb-3">Application Decision</legend>
<div class="mb-4" *ngIf="application.decision">
<div class="form-group mb-0">
<label class="mb-0">Decision Documents</label>
<div class="form-group">
<label>Decision Documents</label>
<ul class="doc-list mb-3" *ngIf="application.decision.documents?.length > 0">
<li *ngFor="let doc of application.decision.documents">
<span class="cell icon">
Expand Down

0 comments on commit 3f443fe

Please sign in to comment.