Created
February 6, 2010 13:53
-
-
Save JonasNielsen/296729 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%h1 About | |
%p Here are some text about the business! | |
- content_for :client_authorization do | |
= render :partial => 'shared/client_authorization' | |
- content_for :admin_menu do | |
= render :partial => 'shared/admin_menu' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment