Sha256: 2a848fed55d269c276596d0b4eed9657d68f07db7c112c3756232e2faba04138

Contents?: true

Size: 1.04 KB

Versions: 1

Compression:

Stored size: 1.04 KB

Contents

- content_for(:tabless) do
  500 error

!!!5
%html{ :xmlns => "http://www.w3.org/1999/xhtml", "xml:lang" => :en,  :lang => :en }
  %head
    %meta{ "http-equiv" => "Content-Type", :content => "text/html; charset=utf-8" }
    %title Fat Free CRM Exception
    = stylesheet_link_tag :application
    = javascript_include_tag :application

  %body
    #header
      #welcome
      %h3= link_to("Fat Free CRM", '/')
    %center
      %p.flash_exception#msg= exception

  %script
    :plain
      document.observe("dom:loaded", function() {
        new Effect.Move("msg", { x:0, y:-50, mode:"relative", fps:100, duration:0.15, afterFinishInternal: function(effect) {
          new Effect.Move("msg", { x:0, y:50, mode:"relative", fps:100, duration:0.15, afterFinishInternal: function(effect) {
            new Effect.Move("msg", { x:0, y:-25, mode:"relative", fps:100, duration:0.15, afterFinishInternal: function(effect) {
              new Effect.Move("msg", { x:0, y:25, mode:"relative", fps:100, duration:0.15 });
            }});
          }});
        }});
      });

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fat_free_crm-0.13.4 app/views/layouts/500.html.haml