Commit fa281204d20bb9b92121bc241599d60e1a57c53a
1 parent
b92755d3
- link to logout
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
frontend/views/author/index.php
@@ -141,7 +141,7 @@ $model = new ChangePassword(); | @@ -141,7 +141,7 @@ $model = new ChangePassword(); | ||
141 | <div class="button-wr account-save"> | 141 | <div class="button-wr account-save"> |
142 | 142 | ||
143 | <button type="submit">зберегти</button> | 143 | <button type="submit">зберегти</button> |
144 | - <a href="#" class="account-cancel"><b>вийти</b></a> | 144 | + <a href="<?=Url::to(['site/logout'])?>" class="account-cancel"><b>вийти</b></a> |
145 | </div> | 145 | </div> |
146 | <?php ActiveForm::end()?> | 146 | <?php ActiveForm::end()?> |
147 | </div> | 147 | </div> |