1
0
Fork 0

Remove unnecessary nav tabs

This commit is contained in:
Alex Kotov 2019-07-18 23:20:08 +05:00
parent 22457b287e
commit 10e638f970
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08
4 changed files with 0 additions and 13 deletions

View file

@ -1,7 +0,0 @@
<div class="mb-3">
<%= nav_tabs(
:account,
tab,
overview: account,
) %>
</div>

View file

@ -29,8 +29,6 @@
</div>
<div class="col-md-9">
<%= render partial: 'nav_tabs', locals: { account: @account,
tab: :overview } %>
</div>
</div>
</div>

View file

@ -1,7 +1,5 @@
en:
nav_tabs:
account:
overview: Overview
person:
overview: Overview
person_comments: Comments

View file

@ -1,7 +1,5 @@
ru:
nav_tabs:
account:
overview: Обзор
person:
overview: Обзор
person_comments: Комментарии