Skip to content

Commit

Permalink
project-cards-without-creator-link
Browse files Browse the repository at this point in the history
One thing you'll notice is that the project cards have a link to the project owner. In general that's quite useful, but in this context it doesn't make much sense. DRYML is very good at favouring context over consistency -- we can remove that link very easily:

SHOW_PATCH
  • Loading branch information
bryanlarsen authored and iox committed Aug 12, 2013
1 parent b4a170b commit b060468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/front/index.dryml
Expand Up @@ -25,7 +25,7 @@

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

Expand Down

0 comments on commit b060468

Please sign in to comment.