Campustream 1.0
A social network MQP for WPI
application/views/statuses/_single_question.php
Go to the documentation of this file.
00001 <div id="question-wrap">
00002         <h1><a href="/collaborate/q/<?=$content->short_id?>"><?=$content->title?></a></h1>
00003         <p><?=$content->message?></p>
00004         <? if(count($content->tags) > 0): foreach($content->tags as $tag): ?>
00005                 <span class="question-tag"><?=$tag->tag?></span>        
00006         <? endforeach; endif; ?>
00007         
00008         <div id="question-meta">
00009                 asked by <a href="/user/<?=$status->user->username?>"><?=$status->user->name?></a> &mdash; <?=count($content->responses)?> responses
00010         </div>
00011 </div>