comments.rhtml

来自「用ruby on rails写的一个博客程序,还不错..ruby on rail」· RHTML 代码 · 共 5 行

RHTML
5
字号
<% for comment in @comments %>by <strong><%= comment.author %></strong> <%= _("on")%> <%= comment.created_at %>  <%= link_to '[x]', :action => 'comment_destroy', :id => comment.id %> <br /><%= comment.body %><br /><br /><% end %>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?