_form.rhtml
来自「用ruby on rails写的一个博客程序,还不错..ruby on rail」· RHTML 代码 · 共 16 行
RHTML
16 行
<%= error_messages_for 'blacklist_pattern' %><!--[form:blacklist_pattern]--><p> <label for="blacklist_pattern_pattern"><%= _("Pattern")%>:</label> <%= text_field 'blacklist_pattern', 'pattern' %></p><p> <% if @controller.action_name == "new" %> <label for="blacklist_pattern_type"><%= _("Type")%>:</label> <select name="blacklist_pattern[type]"> <%= options_for_select [ [_('String'), 'StringPattern'], [_('Regex'), 'RegexPattern' ] ] %></select><% end %></p><!--[eoform:blacklist_pattern]-->
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?