parent
99686ec269
commit
79571e8651
@ -1,3 +1,4 @@
|
||||
<h1><%= link_to("hello", @url) %></h1>
|
||||
<em><%=h @user %></em>
|
||||
<em>尊敬的用户,<%= @user %>(<%= @user.mail%>)给你留言了:</em>
|
||||
<div><%= @message %></div>
|
||||
<h1>点击链接查看最新回复<%= link_to(@url, @url) %></h1>
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
<%= link_to("hello", @url) %>
|
||||
<%=h @user %>
|
||||
<%= @message %>
|
||||
尊敬的用户,<%= @user %>(<%= @user.mail%>)给你留言了:
|
||||
<%= @message %>
|
||||
点击链接查看最新回复<%= link_to(@url, @url) %>
|
||||
|
Loading…
Reference in new issue