Skip to content

Commit 353c5b9

Browse files
OndrejVaneppicha
authored andcommitted
#3 Add link to catalogue to AP detail
- minor UI changes
1 parent 6f9ae93 commit 353c5b9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/webapp/WEB-INF/templates/anti-pattern.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,12 @@ <h3 th:text="${antiPattern.printName}"></h3>
6161
<a th:unless="${antiPattern ne null and antiPattern.catalogueFileName ne null}"
6262
id="antiPatternCatalogueUrl"
6363
target="_blank"
64-
style="color: grey">&nbsp;View in catalogue
64+
style="color: grey; margin-left:5px">View in catalogue
6565
</a>
6666
</del>
6767
</div>
6868
<small th:unless="${antiPattern ne null and antiPattern.catalogueFileName ne null}"
69-
style="color: grey"> This anti pattern is not occur in catalogue or anti pattern file name is it not
69+
style="color: grey"> This anti-pattern is not occur in catalogue or anti-pattern file name is it not
7070
filled in model class </small>
7171
<!-- ./Anti pattern catalogue file name is NOT filled -->
7272
</div>

0 commit comments

Comments
 (0)