<%= t('plugin.store_locator.stores')%>

<%= t('plugin.store_locator.list_stores')%>

<%= link_to raw(" #{t('plugin.store_locator.add_store')}"), {action: :new}, class: "btn btn-primary pull-right" %>
<% @stores.each do |store| %> <% end %>
<%= t('plugin.store_locator.table.store_name') %> <%= t('plugin.store_locator.table.address') %> <%= t('plugin.store_locator.table.latitude') %> <%= t('plugin.store_locator.table.longitude') %> <%= t('plugin.store_locator.table.zipcode') %> <%= t('camaleon_cms.admin.table.actions')%>
<%= store.store_name %> <%= store.address %> <%= store.latitude %> <%= store.longitude %> <%= store.zipcode %> <%= link_to raw(''), {action: :edit, id: store.id }, class: "btn btn-default btn-xs", title: "#{t('camaleon_cms.admin.button.edit')}" %>
<%= content_tag("div", raw(t('camaleon_cms.admin.message.data_found_list')), class: "alert alert-warning") if @stores.empty? %> <%= will_paginate @stores, renderer: BootstrapPagination::Rails %>