tweake with the "link" link and as macro prefix
This commit is contained in:
parent
ea63ce509a
commit
be2107265c
4 changed files with 5 additions and 5 deletions
|
@ -7,7 +7,7 @@
|
|||
<div class="commentTitle"><% comment.content part="title" %></div>
|
||||
<div><% comment.content part="text" %></div>
|
||||
<p class="small">
|
||||
<% comment.link text="link" %>
|
||||
<% comment.link text="link" prefix="... " %>
|
||||
<% comment.editlink prefix="... " suffix=" " %>
|
||||
<% comment.deletelink prefix="... " %>
|
||||
</p>
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
<% comment.content part="text" %>
|
||||
</div>
|
||||
<p class="small">
|
||||
<% comment.link text="link" %>
|
||||
<% comment.link text="link" prefix="... " %>
|
||||
<% comment.editlink prefix="... " suffix=" " %>
|
||||
<% comment.deletelink prefix="... " %>
|
||||
</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue