Revize c0c50ef7
Přidáno uživatelem Ondřej Váně před více než 3 roky(ů)
src/main/webapp/WEB-INF/templates/anti-pattern.html | ||
---|---|---|
61 | 61 |
<a th:unless="${antiPattern ne null and antiPattern.catalogueFileName ne null}" |
62 | 62 |
id="antiPatternCatalogueUrl" |
63 | 63 |
target="_blank" |
64 |
style="color: grey"> View in catalogue
|
|
64 |
style="color: grey; margin-left:5px">View in catalogue
|
|
65 | 65 |
</a> |
66 | 66 |
</del> |
67 | 67 |
</div> |
68 | 68 |
<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
|
|
70 | 70 |
filled in model class </small> |
71 | 71 |
<!-- ./Anti pattern catalogue file name is NOT filled --> |
72 | 72 |
</div> |
Také k dispozici: Unified diff
#3 Add link to catalogue to AP detail
- minor UI changes