Skip to content

Commit

Permalink
Closes #9: News titles are now clickable
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Jun 1, 2015
1 parent e0b3a51 commit bb50ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/news.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ <h2>JBoss Forge is <strong>Continually Advancing</strong>.<br>

<!-- Begin News Item Main Content -->
<div class="col-xs-12 news-main-content">
<h1>{{newsItem.title}}</h1>
<h1><a ui-sref="news_detail({newsId: newsItem.id})">{{newsItem.title}}</a></h1>
<h2>Learn More About What's Changed</h2>
<p>{{newsItem.summary}}</p>
</div>
Expand Down

0 comments on commit bb50ea1

Please sign in to comment.