Renamed helpers to correspond to renamed Controller classes.
[merb_radiant.git] / radiant_specs / test / fixtures / .svn / text-base / layouts.yml.svn-base
blob8dc27068185e169073966d2150b9e75aba8f022d
1 # Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
2 main:
3   id: 1
4   name: Home Page
5   content: |
6     <html>
7       <head>
8         <title><r:title /></title>
9       </head>
10       <body>
11         <r:content />
12       </body>
13     </html>
14 utf8:
15   id: 2
16   name: UTF-8 Layout
17   content_type: text/html;charset=utf8
18   content: |
19     <html>
20       <head>
21         <title><r:title /></title>
22       </head>
23       <body>
24         <r:content />
25       </body>
26     </html>