예제 #1
0
            ?>
                            <div class="pull-right">
                                <?php 
            echo HHtml::link('<i class="fa fa-pencil-square-o"></i>', $this->createUrl("//mail/mail/editEntry", array('messageEntryId' => $entry->id)), array('data-toggle' => 'modal', 'data-target' => '#globalModal', 'class' => ''));
            ?>
                            </div>
                        <?php 
        }
        ?>

                        <div class="media-body">
                            <h4 class="media-heading" style="font-size: 14px;"><?php 
        echo CHtml::encode($entry->user->displayName);
        ?>
                                <small><?php 
        echo HHtml::timeAgo($entry->created_at);
        ?>
</small>
                            </h4>

                            <span class="content">
                                <?php 
        $this->widget('application.widgets.MarkdownViewWidget', array('markdown' => $entry->content));
        ?>
                            </span>
                        </div>
                    </div>

                    <hr>

                <?php