Commit fa281204d20bb9b92121bc241599d60e1a57c53a

Authored by Anastasia
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 141 <div class="button-wr account-save">
142 142  
143 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 145 </div>
146 146 <?php ActiveForm::end()?>
147 147 </div>
... ...