index.rhtml

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

RHTML
19
字号
<% @page_heading = _('Choose a theme') %><% content_for('tasks') do %>	<%= tab _("Customize Sidebar"), :controller=>"sidebar", :action=>"index" %>	<%= tab _("Manage Text Filters"), :controller=>"textfilters", :action=>"list" %><% end %> <% for theme in @themes %><div class="set theme" style="margin-top:10px;">  <div class="preview"><img src="<%= url_for :action => 'preview', :theme => theme.name %>" alt="<%= theme.name %>" /></div>  <%= theme.description_html %>  <% if theme.path == @active.path -%>  <em>(<%= _("Active theme")%>)</em>  <% else -%>  <%= link_to _("Activate"), :action => 'switchto', :theme => theme.name %>  <% end -%>  <br clear="all" /></div><% end %>

⌨️ 快捷键说明

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