Sha256: a3b38a0ad6d7a3b7d6b0fd3ec3568c8d56d95c9b73a46d6c1181427739ce94cf
Contents?: true
Size: 496 Bytes
Versions: 15
Compression:
Stored size: 496 Bytes
Contents
- @window_title = "Settings" - @page_title = "#{link_to "Settings", admin_settings_path} > #{link_to("Configuration", admin_generic_settings_path)} > Edit settings" = form_tag( admin_page_update_home_path(@home) ) do = block("Setting") do = label_tag :home , "Select New Homepage" = select_tag :home , options_from_collection_for_select(@pages, "id", "name" , selected = @current_home_page_id.to_s ) , { :class => "required"} %br = form_controls(admin_generic_settings_path)
Version data entries
15 entries across 15 versions & 1 rubygems