Skip to content

Commit

Permalink
add-your-projects-to-front
Browse files Browse the repository at this point in the history
Finally, let's add a handy list of "Your Projects" to the home page. Edit the content-body section of `app/views/front/index.dryml` to be:

SHOW_PATCH
  • Loading branch information
bryanlarsen committed Feb 19, 2010
1 parent 6350ab1 commit 7724e39
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/views/front/index.dryml
Expand Up @@ -22,7 +22,9 @@
</section>
</header>

<section class="content-body">
<section class="content-body" if="&logged_in?">
<h3>Your Projects</h3>
<collection:projects with="&current_user"/>
</section>
</content:>

Expand Down

0 comments on commit 7724e39

Please sign in to comment.