Advertisement
Guest User

Untitled

a guest
Jul 18th, 2011
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Rails 0.39 KB | None | 0 0
  1. Extracted source (around line #16):
  2.  
  3. 13:
  4. 14:         <div id="header">
  5. 15:             <h1>
  6. 16:                 <%= link_to 'Home', :controller=>'posts', :action=>'index' %>
  7. 17:                 <%= link_to 'Add Post', :controller=>'posts', :action=>'new' %>
  8. 18:                 <%= link_to 'Add Category', :controller=>'categories', :action=>'new' %>
  9. 19:     <%= link_to 'Display ategories', :controller=>'categories', :action=>'index' %>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement