forked from daiao/trustieforge
15 changed files with 25 additions and 21 deletions
@ -1,5 +1,5 @@ |
|||
<em>尊敬的用户,<%= @user %>给你留言了:</em> |
|||
<div><%= @message %></div> |
|||
<h1>点击链接查看最新回复<%= link_to(@url, @url) %></h1> |
|||
<h4><%= link_to(l(:lable_not_receive_mail),"http://forge.trustie.net/my/account")%></h4> |
|||
<h4><%= link_to(l(:lable_not_receive_mail),"http://" + Setting.host_name + "/my/account")%></h4> |
|||
|
|||
|
@ -1,6 +1,6 @@ |
|||
<div class="clearfix"></div> |
|||
<div class="linkother"> |
|||
<a href="http://forge.trustie.net" class="link_other_item"><%=l(:label_projects_management_platform)%></a> |
|||
<a href="http://course.trustie.net" class="link_other_item"><%=l(:label_courses_management_platform)%></a> |
|||
<a href="http://contest.trustie.net" class="link_other_item"><%=l(:label_contests_management_platform)%></a> |
|||
<a href="http://<%= Setting.host_name%>" class="link_other_item"><%=l(:label_projects_management_platform)%></a> |
|||
<a href="http://<%= Setting.host_course%>" class="link_other_item"><%=l(:label_courses_management_platform)%></a> |
|||
<a href="http://<%= Setting.host_contest%>" class="link_other_item"><%=l(:label_contests_management_platform)%></a> |
|||
</div> |
Loading…
Reference in new issue