1
0
Fork 0

Fix long line

This commit is contained in:
Alex Kotov 2019-03-27 10:36:39 +05:00
parent ba971b9954
commit e9564031a7
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,8 @@
<% if policy([:staff, :membership_app]).index? %>
<li>
<%= link_to MembershipApp.model_name.human(count: 0), staff_membership_apps_path %>
<%= link_to MembershipApp.model_name.human(count: 0),
staff_membership_apps_path %>
</li>
<% end %>
</ul>