Thursday, August 9, 2012

rails haml - translations

<%= yield %>                 -->       .content#content= yield
<%= csrf_meta_tag %>  -->       = csrf_meta_tag
use stylesheets
<%= stylesheet_link_tag 'blueprint/screen', :media => 'screen' %> -->   = stylesheet_link_tag 'main'

No comments :

Post a Comment