Fix article links.
This commit is contained in:
		@ -44,7 +44,7 @@
 | 
			
		||||
            </tr>
 | 
			
		||||
            <tr th:each="pos : ${booking.positions}">
 | 
			
		||||
                <td><img th:src="@{/shop/articles/{id}/image.jpg(id=${pos.article.id})}" class="s"/></td>
 | 
			
		||||
                <td><a th:href="@{/intern/listedArticles/{id}(id=${pos.article.id})}"
 | 
			
		||||
                <td><a th:href="@{/intern/articles/{id}(id=${pos.article.id})}"
 | 
			
		||||
                       th:text="${pos.article.title}"></a></td>
 | 
			
		||||
                <th:block th:if="${pos.amount > 0}">
 | 
			
		||||
                    <td th:text="${pos.amount}"></td>
 | 
			
		||||
 | 
			
		||||
@ -78,7 +78,7 @@
 | 
			
		||||
 | 
			
		||||
                <tr th:data-group="${booking.id}" th:each="pos : ${booking.positions}">
 | 
			
		||||
                    <td></td>
 | 
			
		||||
                    <td><a th:href="@{/intern/listedArticles/{id}(id=${pos.article.id})}"
 | 
			
		||||
                    <td><a th:href="@{/intern/articles/{id}(id=${pos.article.id})}"
 | 
			
		||||
                           th:text="${pos.article.title}"></a></td>
 | 
			
		||||
                    <th:block th:if="${pos.amount > 0}">
 | 
			
		||||
                        <td th:text="${pos.amount}"></td>
 | 
			
		||||
 | 
			
		||||
@ -78,7 +78,7 @@
 | 
			
		||||
 | 
			
		||||
                <tr th:each="pos : ${booking.positions}" th:data-group="${booking.id}">
 | 
			
		||||
                    <td><img th:src="@{/shop/articles/{id}/image.jpg(id=${pos.article.id})}" class="s"/></td>
 | 
			
		||||
                    <td><a th:href="@{/intern/listedArticles/{id}(id=${pos.article.id})}"
 | 
			
		||||
                    <td><a th:href="@{/intern/articles/{id}(id=${pos.article.id})}"
 | 
			
		||||
                           th:text="${pos.article.title}"></a></td>
 | 
			
		||||
                    <th:block th:if="${pos.amount > 0}">
 | 
			
		||||
                        <td th:text="${pos.amount}"></td>
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user