application.html.haml

Ruby code posted
created at 05 Aug 05:38

Edit | Back
1
2
3
4
5
6
7
8
9
%html
  %head
    %title Посылки
    = stylesheet_link_tag 'http://yui.yahooapis.com/2.8.1/build/reset/reset-min.css'
    = stylesheet_link_tag :all
    = javascript_include_tag :defaults
    = csrf_meta_tag
  %body
    = yield
228 Bytes in 2 ms with coderay