Sha256: 0e5b6c7021305e10e6f63838e4dd9856b73f040e70d989e63e5bd62518b7f6bd
Contents?: true
Size: 717 Bytes
Versions: 15
Compression:
Stored size: 717 Bytes
Contents
- content_for :main do %h1.help_icon Help Editor .cms_form %fieldset(style="padding-top: 5px; width: 700px;") %legend New Page = form_for :help, :url=>"/admin/helps", :method=>:post do |f| %label Title: = f.text_field :name = kit_submit "Create" .spacer(style="margin-top: 10px;") = icon_to "Images", "/admin/help/images" .spacer(style="margin-top: 10px;") = form_tag "/admin/helps", :id=>"search_form", :method=>:get do = text_field_tag :search = icon_to_function "Search", "$('#search_form').submit();" = icon_to "Reset", "/admin/helps" %ul - @helps.each do |help| %li = link_to help.name, "/db/help/#{help.path}"
Version data entries
15 entries across 15 versions & 1 rubygems