Sha256: 52916712bdc636918e2ff4491844cf8e3ac688de6db325776fc25f88fe1c0f7c
Contents?: true
Size: 790 Bytes
Versions: 17
Compression:
Stored size: 790 Bytes
Contents
%html %head %title="Welcome to #{options.app_name.titleize}" =stylesheet_link_tag :ext, :standard, :admin %body #loading-mask #loading .loading-indicator =image_tag("admin/logo-loader.png") + "Loading..." / include everything after the loading indicator =javascript_include_tag :prototype, :effects, :dragdrop, :controls, :swfupload, :ext, :locale, :admin #header #logo=link_to options.app_name.titleize, url(:index) #logout=link_to "Logout #{current_account.email}", url(:sessions_destroy) %iframe{ :id => "ajax-iframe", :name => "ajax-iframe" } %form{ :id => "history-form", :class => "x-hidden" } =hidden_field_tag "x-history-field", :id => "x-history-field" %iframe{ :id => "x-history-frame" }
Version data entries
17 entries across 17 versions & 1 rubygems