Sha256: 4a502511b37df72937f0c069bb342c35b0c6f5c3c46d90ba9c000bad9d9e0c97
Contents?: true
Size: 531 Bytes
Versions: 15
Compression:
Stored size: 531 Bytes
Contents
= javascript_include_tag 'jquery.layout.min-1.2.0' .ui-layout-center #tabs %ul #content = yield .ui-layout-north = render :partial => 'layouts/menu' = render :partial => 'layouts/login' = render :partial => 'layouts/msn' #container #flash_notice{:style=>"display:none"} = content_tag :h1, yield(:title) if show_title? = yield :north .ui-layout-south = yield :south .ui-layout-east = render :partial => 'layouts/sidebar' = yield :east .ui-layout-west = yield :west
Version data entries
15 entries across 8 versions & 1 rubygems