Sha256: 07ec4ab820a1195516d33a5d6aeaf39b475d058b5210d538b82cca6dc10050ca

Contents?: true

Size: 1.06 KB

Versions: 13

Compression:

Stored size: 1.06 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.to_s.html_safe

  %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

13 entries across 13 versions & 1 rubygems

Version Path
fat_free_crm-0.13.3 app/views/layouts/500.html.haml
fat_free_crm-0.13.2 app/views/layouts/500.html.haml
fat_free_crm-0.12.3 app/views/layouts/500.html.haml
fat_free_crm-0.12.2 app/views/layouts/500.html.haml
fat_free_crm-0.13.1 app/views/layouts/500.html.haml
fat_free_crm-0.12.1 app/views/layouts/500.html.haml
fat_free_crm-0.13.0 app/views/layouts/500.html.haml
fat_free_crm-0.12.0 app/views/layouts/500.html.haml
fat_free_crm-0.11.4 app/views/layouts/500.html.haml
fat_free_crm-0.11.3 app/views/layouts/500.html.haml
fat_free_crm-0.11.2 app/views/layouts/500.html.haml
fat_free_crm-0.11.1 app/views/layouts/500.html.haml
fat_free_crm-0.11.0 app/views/layouts/500.html.haml