Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • target/classes/templates/discussion.html

    r3fe36de rc02189f  
    1919        <br>
    2020        <h6 style="width: 60%; float:left;">
    21             <a th:href="@{'/profiles/{id}' (id=${disc.getUser().getUserId()})}" >
    2221            <span th:text="${'Поставено од: '+disc.getUser().getUsername()}"></span>
    23             </a>
    2422            <span th:text="${', на датум '+ disc.getDate()}"></span>
    2523            <br>
     
    5048            <td th:text="${reply.getText()}"></td>
    5149            <td th:text="${reply.getDate()}"></td>
    52             <td >
    53                 <a th:href="@{'/profiles/{id}' (id=${reply.getUser().getUserId()})}" th:text="${reply.getUser().getUsername()}"></a>
    54             </td>
     50            <td th:text="${reply.getUser().getUsername()}"></td>
    5551            <td th:if="${reply.getUser().equals(user)}"><a class="btn btn-warning" th:href="@{'/replies/edit/{discussionId}/{replyId}' (discussionId=${disc.getDiscussionId()},replyId=${reply.getReplyId()})}">Промени</a> </td>
    5652            <td th:if="${reply.getUser().equals(user)}"><a class="btn btn-danger button-delete-reply" th:reply-id="${reply.getReplyId()}" th:dicsussion-id="${disc.getDiscussionId()}">Избриши</a> </td>
Note: See TracChangeset for help on using the changeset viewer.