Skip to content

Commit

Permalink
show inactive category
Browse files Browse the repository at this point in the history
  • Loading branch information
dangowans committed Jun 15, 2022
1 parent e2cf427 commit efd3f68
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion views/licence-view.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,10 @@
<div class="panel-block">
<p>
<strong id="licenceView--licenceCategory"><%= configFunctions.getProperty("settings.licenceAlias") %> Category</strong><br />
<span aria-labelledby="licenceView--licenceCategory"><%= licenceCategory.licenceCategory %></span>
<span aria-labelledby="licenceView--licenceCategory">
<%= licenceCategory.licenceCategory %>
<%= (licenceCategory.recordDelete_timeMillis ? " (Inactive)" : "") %>
</span>
</p>
</div>
</div>
Expand Down

0 comments on commit efd3f68

Please sign in to comment.