Fix long line
This commit is contained in:
parent
ba971b9954
commit
e9564031a7
1 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||
|
|
Reference in a new issue