_form.html.erb
上传用户:netsea168
上传日期:2022-07-22
资源大小:4652k
文件大小:1k
- <%= error_messages_for 'category' %>
- <div>
- <h2><label for="category_name"><%= _("Name")%></label> </h2>
- <p class='input_text_title'>
- <%= text_field :category, :name, :class => 'large title' %>
- </p>
- </div>
- <div>
- <h3><label for="category_keywords" class="content block"><%= _("Keywords") %></label></h3>
- <p class='input_text_title'>
- <%= text_field :category, :keywords, :class => 'large small' %>
- </p>
- </div>
- <div>
- <h3><label for="category_description" class="content block"><%= _("Description") %></label></h3>
- <p class='input_text_title'>
- <%= text_area :category, :description, :rows => 5, :class => 'large small' %>
- </p>
- </div>