fix closing anchors
parent
1bb5212742
commit
6c5b9619c1
|
|
@ -125,7 +125,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<p>View and maintain work orders.</p>
|
<p>View and maintain work orders.</p>
|
||||||
</div>
|
</a>
|
||||||
</a>
|
</a>
|
||||||
<% if (user.userProperties.canUpdate) { %>
|
<% if (user.userProperties.canUpdate) { %>
|
||||||
<a class="button is-fullwidth is-success is-light mb-2" href="<%= urlPrefix %>/workOrders/new">
|
<a class="button is-fullwidth is-success is-light mb-2" href="<%= urlPrefix %>/workOrders/new">
|
||||||
|
|
@ -180,8 +180,8 @@
|
||||||
View and maintain current and past
|
View and maintain current and past
|
||||||
<%= configFunctions.getProperty("aliases.occupancies").toLowerCase() %>.
|
<%= configFunctions.getProperty("aliases.occupancies").toLowerCase() %>.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
|
||||||
</a>
|
</a>
|
||||||
|
</div>
|
||||||
<% if (user.userProperties.canUpdate) { %>
|
<% if (user.userProperties.canUpdate) { %>
|
||||||
<a class="button is-fullwidth is-success is-light" href="<%= urlPrefix %>/lotOccupancies/new">
|
<a class="button is-fullwidth is-success is-light" href="<%= urlPrefix %>/lotOccupancies/new">
|
||||||
<span class="icon">
|
<span class="icon">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue