Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Commit

Permalink
Fix textile remnant
Browse files Browse the repository at this point in the history
  • Loading branch information
weppos committed Sep 7, 2011
1 parent 9002cb9 commit a5ec74f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/rails/design.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ Here's the code for the `pagid` helper.
(@_pagid ||= []).concat(args).compact.join(" ")
end

### How to change the @layout-NAME@ namespace
### How to change the `layout-NAME` namespace

Each layout should have its own layout namespace attached to the layout file itself.

### How to change the @page-NAME@ namespace
### How to change the `page-NAME` namespace

Use the `pagid` Ruby helper at the top of your action file.
For example, to assign the page namespace `page-account` to the `/accounts/index.html.erb` view file, place the following string at the top of the view file.
Expand Down

0 comments on commit a5ec74f

Please sign in to comment.