1
0
Fork 0

Remove support for screen readers

This commit is contained in:
Alex Kotov 2019-03-27 10:47:52 +05:00
parent 914258ba64
commit b7fe1d4f7e
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08

View file

@ -19,9 +19,6 @@
<li class="nav-item <%= :active if country_states_controller? %>"> <li class="nav-item <%= :active if country_states_controller? %>">
<%= link_to country_states_path, class: 'nav-link' do %> <%= link_to country_states_path, class: 'nav-link' do %>
<%= CountryState.model_name.human count: 0 %> <%= CountryState.model_name.human count: 0 %>
<% if country_states_controller? %>
<span class="sr-only">(<%= translate :current %>)</span>
<% end %>
<% end %> <% end %>
</li> </li>
<% end %> <% end %>
@ -30,7 +27,6 @@
<li class="nav-item <%= :active if staff_controller? %>"> <li class="nav-item <%= :active if staff_controller? %>">
<%= link_to staff_root_path, class: 'nav-link' do %> <%= link_to staff_root_path, class: 'nav-link' do %>
<%= translate :staff_services %> <%= translate :staff_services %>
<span class="sr-only">(<%= translate :current %>)</span>
<% end %> <% end %>
</li> </li>
<% end %> <% end %>