Skip to content

Commit

Permalink
More dense project view
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark committed Feb 21, 2017
1 parent 44c1a8a commit 4cd1eae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/project/view.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
</div>

<div class="row">
<div class="col-xs-6">
<div class="col-xs-12">
<ul class="authors">
<?php foreach ($model->users as $user): ?>
<li>
Expand All @@ -115,7 +115,7 @@
</ul>
</div>

<div class="col-xs-6 pull-right">
<div class="col-xs-12">
<?php if (\app\components\UserPermissions::canManageProject($model)): ?>
<span class="time">
<span class="glyphicon glyphicon-time" aria-hidden="true"></span>
Expand Down

0 comments on commit 4cd1eae

Please sign in to comment.