comment.html.erb
上传用户:netsea168
上传日期:2022-07-22
资源大小:4652k
文件大小:1k
- <p>A new comment has been posted on
- <a href="<%= @blog.base_url%>"><%= @blog.blog_name %></a>, responding to
- <a href="<%= @comment.article.permalink_url %>"><%=h(@comment.article.title) %></a>.</p>
- <%= render :partial => 'mail_header' %>
- <h2><%=h @comment.title %></h2>
- <cite><strong><%= (@comment.url.blank?) ? h(@comment.author) : link_to(h(@comment.author), @comment.url) %></strong> </cite>
- <%= link_to('said', @comment.permalink_url) %>
- <%= distance_of_time_in_words @article.published_at, @comment.created_at %> later:<br />
- <%= html @comment %>
- <%= render :partial => 'mail_footer' %>