Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removes the alert banner announcing Personal Behaviors
  • Loading branch information
CorWatts committed Nov 25, 2019
1 parent f77c92b commit 818991b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions site/views/layouts/main.php
Expand Up @@ -64,9 +64,6 @@
<?= Breadcrumbs::widget([
'links' => isset($this->params['breadcrumbs']) ? $this->params['breadcrumbs'] : [],
]) ?>
<?php if (!Yii::$app->user->isGuest): ?>
<div class="alert alert-info" role="alert">Fully editable Personal Behaviors have arrived. Try them out on <a href="<?=Url::to(['profile/index'])?>">your profile</a> or read more about the feature in <a href="<?=Url::to(['site/blog'])?>">our latest update</a>.</div>
<?php endif; ?>
<div class="row">
<div class="col-md-offset-2 col-md-8">
<?= Alert::widget() ?>
Expand Down

0 comments on commit 818991b

Please sign in to comment.