我正在使用this sliding menu。我被阻止,无法检测到我可以配置为显示Play商店风格的位置。这可能吗?
<% @top_items.each do |item| %>
<% if item.user_id == current_user.id %>
<p>☐ <%= item.name %></p>
<% end %>
<% end %>
<p class="text-center">
<%= if @my_items.count >= 5 %> <<<<<<THIS IS THE PROBLEM LINE
<%= link_to lists_path do %>See <%= @my_items.count.count - 4 %> More...<% end %>
<% end %>
</p>