mirror of
https://github.com/HackPlan/RootPanel.git
synced 2026-04-24 03:35:59 +08:00
9 lines
245 B
HTML
9 lines
245 B
HTML
<%= ticket.content_html %>
|
|
|
|
<hr />
|
|
|
|
Created by <%= account.username %> at <%= ticket.created_at %>, View ticket:
|
|
<a href='<%= config.web.url %>/ticket/view/<%= ticket._id %>'><%= ticket._id %></a>
|
|
<br />
|
|
Notice from <%= t(config.web.t_name) %>.
|