mirror of
https://github.com/HackPlan/RootPanel.git
synced 2026-04-18 05:46:55 +08:00
9 lines
244 B
HTML
9 lines
244 B
HTML
<%= ticket.content_html %>
|
|
|
|
<hr />
|
|
|
|
Created by <%= account.username %> at <%= ticket.created_at %>, View ticket:
|
|
<a href='<%= config.web.url %>/ticket/view/?id=<%= ticket._id %>'><%= ticket._id %></a>
|
|
<br />
|
|
Notice from <%= config.web.name %>.
|