⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 show.rhtml

📁 用ruby on rails写的一个博客程序,还不错..ruby on rails的确是个好框架
💻 RHTML
字号:
  <% @page_heading = _('Preview Article') %>  <% content_for('tasks') do %>    <%= task_edit _('Edit this article'), @article.id %>    <li><%= link_to _('View article on your blog'), @article.permalink_url %></li>	<%= task_overview %>  <% end %>  <h3><%=h @article.title %></h3>  <div class="form">    <div><%= @article.html %></div>    <p class="meta"><label><%= _("Posted date")%>:</label> <%=h @article.published_at.to_formatted_s(:long_weekday) %> by <%=h @article.author %></p>    <p class="meta"><label><%= _("Last updated")%>:</label> <%=h @article.updated_at.to_formatted_s(:long_weekday) %></p>    <p class="meta"><label><%= _("Online")%>:</label> <%=h (@article.published? ? "Yes" : "No") %></p>  </div>  <h3><%= _("Categories")%></h3>  <div id="categories" class="form">    <%= render :partial => 'show_categories' -%>  </div>  <h3><%= _("Attachments")%></h3>  <div id="resources" class="form">    <%= render :partial => 'show_resources' -%>  </div>

⌨️ 快捷键说明

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