<% content_for :page_specific_css do -%> <%= stylesheet_link_tag "item" %> <% end -%>

<%= t(:content) %>

<%= t(:all_content) %><%= @module_app_contents_total %>

<%= t(:module) %> <%= t(:quantity) %>
<% @module_app_contents.each do |module_app_content| %> <% end %>
<%= link_to t("dashboard.#{module_app_content[0]}"), get_link(module_app_content[0]) %> <%= module_app_content[1] %>

<%= t(:traffic) %>

<%= t(:total_visitors) %><%= display_visitors %>

<%= t(:item) %> <%= t(:data) %>
<%= t(:visitors_today) %> <%= display_visitors_today %>
<%= t(:visitors_this_week) %> <%= display_visitors_this_week %>
<%= t(:visitors_this_month) %> <%= display_visitors_this_month %>
<%= t(:visitors_this_year) %> <%= display_visitors_this_year %>

<%= t(:recent_update) %>

<%= t(:title) %> <%= t(:module) %>
<% @recent_updated.each do |object| %> <% end %>
<%= link_to ((object[0].title rescue nil) || (object[0].page.title rescue nil)), get_link_to_object(object[0]) %> <%= link_to t("dashboard.#{object[0].class.to_s.underscore}"), get_link(object[0].class.to_s.underscore) %>

<%= t(:most_visited_page) %>

<%= t(:title) %> <%= t(:module) %> <%= t(:hits) %>
<% @most_visited.each do |object| %> <% end %>
<%= link_to ((object[0].title rescue nil) || (object[0].page.title rescue nil)), get_link_to_object(object[0]) %> <%= link_to t("dashboard.#{object[0].class.to_s.underscore}"), get_link(object[0].class.to_s.underscore) %> <%= object[1] %>