Sha256: 353cab6235c82145ffb214a1264916f5a887ae8f9326ba67b291de40a6011f1f
Contents?: true
Size: 869 Bytes
Versions: 3
Compression:
Stored size: 869 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("backend/logo-loader.png") + "Loading..." / include everything after the loading indicator =javascript_include_tag :prototype, :effects, :dragdrop, :controls, :ext, :locale =javascript_include_tag "admin.js?small=#{params[:small].to_i}" -unless params[:small] #header #logo=link_to options.app_name.titleize, "/" #logout=link_to "Logout #{current_account.email}", url_for(: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
3 entries across 3 versions & 1 rubygems