Skip to content
This repository has been archived by the owner on Jun 8, 2018. It is now read-only.

Commit

Permalink
added link for within-a-div example
Browse files Browse the repository at this point in the history
  • Loading branch information
optiminimalist committed Jun 30, 2012
1 parent bff8675 commit 03a149f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example.rails3/app/views/articles/index.html.erb
@@ -1,5 +1,5 @@
<h1 style="color:red;margin-bottom:3em">Listing articles</h1>

<h1 style="color:red;margin-bottom:1em">Listing articles</h1>
<div style="background:#ccc; padding:5px;margin-bottom:3em">For usage within a div - click <%=link_to("here","/within-a-div")%></div>
<%= render(:partial => "article", :collection => @articles) %>

<br />
Expand Down

0 comments on commit 03a149f

Please sign in to comment.