Skip to content

Commit

Permalink
Styled rule page
Browse files Browse the repository at this point in the history
  • Loading branch information
jdvfarrington committed Apr 26, 2018
1 parent cd5d886 commit 16a18fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lumberjack_spring/src/main/resources/templates/rules.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ <h2 th:if="${multi} or ${blank}">Rules</h2>

<h2>Rule <span th:text="${thisRule.getId()}">123456789</span></h2>

<p class="lead">Maximum removal time: <code th:text="${thisRule.getMaximumRemovalTime()}">8</code> hours.</p>
<h3>Maximum removal time: <code th:text="${thisRule.getMaximumRemovalTime()}">8</code> hours.</h3>

<a th:href="@{'/update/rule/' + ${searchTerm}}" class="btn btn-primary">Edit</a>

Expand Down

0 comments on commit 16a18fd

Please sign in to comment.