Skip to content

Commit

Permalink
Comment out mock HTML for event summary activities
Browse files Browse the repository at this point in the history
  • Loading branch information
themightychris committed Nov 2, 2016
1 parent 9ab19f4 commit 9eb94dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions html-templates/home.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
<li><a href="/blog" class="btn btn-link">{glyph "file"} {_ "Browse all blog posts"}</a></li>
</ul>

{*
<article class="post panel panel-default ">
<div class="panel-body">
<header class="post-header">
Expand Down Expand Up @@ -145,6 +146,7 @@
<small class="text-muted"><span class="glyphicon glyphicon-time" aria-hidden="true"></span>&nbsp;<a href="/blog/lorem_ipsum_dolor_sit_amet"><time datetime="2016-10-05T19:21:00-04:00" title="Wed 05 Oct 2016 07:21:00 PM EDT">5 Oct 2016</time></a></small>
</footer>
</article>
*}

{foreach item=Article from=$activity}
{projectActivity $Article headingLevel=h3 showProject=true}
Expand Down

0 comments on commit 9eb94dd

Please sign in to comment.