This commit is contained in:
Yan
2017-10-12 18:08:49 +06:30
parent 5df78b10ed
commit 2379079b03
5 changed files with 32 additions and 22 deletions

View File

@@ -27,7 +27,7 @@
</a>
<ul class="dropdown-menu">
<li>
<%= link_to 'Logout',logout_path, method: :delete, data: {confirm: 'Are you sure?'} %>
<%= link_to (t :logout),logout_path, method: :delete, data: {confirm: 'Are you sure?'} %>
<!-- <a href="<%= logout_path %>"><i class="material-icons">input</i>Sign Out</a> -->
</li>
</ul>