move buttons below detailview
This commit is contained in:
parent
11794c1b81
commit
d3a6bc2989
@ -62,6 +62,11 @@ $this->params['breadcrumbs'][] = $this->title;
|
||||
],
|
||||
]) ?>
|
||||
|
||||
<p>
|
||||
<?= Html::a('Update <i class="glyphicon glyphicon-chevron-right"></i>', ['update', 'name' => $model->name], ['class' => 'btn btn-sm btn-default']); ?>
|
||||
<?= Html::a('View bower.json <i class="glyphicon glyphicon-chevron-right"></i>', ['bower', 'name' => $model->name], ['class' => 'btn btn-sm btn-default']); ?>
|
||||
</p>
|
||||
|
||||
<?= $model->getScreenshotsHtml(); ?>
|
||||
|
||||
<?php if (!$model->bower) { ?>
|
||||
@ -74,10 +79,6 @@ $this->params['breadcrumbs'][] = $this->title;
|
||||
]); ?>
|
||||
<?php } ?>
|
||||
|
||||
<p>
|
||||
<?= Html::a('Update <i class="glyphicon glyphicon-chevron-right"></i>', ['update', 'name' => $model->name], ['class' => 'btn btn-sm btn-default']); ?>
|
||||
<?= Html::a('View bower.json <i class="glyphicon glyphicon-chevron-right"></i>', ['bower', 'name' => $model->name], ['class' => 'btn btn-sm btn-default']); ?>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user