<% if current_page?(:action => 'dashboard')%>
  • <% else %>
  • <% end %> <%= link_to (' '+(t "admin_panel.dashboard")).html_safe, admin_dashboard_path %>
  • <% if current_page?(:action => 'posts')%>
  • <% else %>
  • <% end %> <%= link_to (' '+(t "admin_panel.posts")).html_safe, admin_posts_path %>
  • <% if current_page?(:action => 'files')%>
  • <% else %>
  • <% end %> <%= link_to (' '+(t "admin_panel.files")).html_safe, admin_files_path %>
  • <% if current_page?(:action => 'contact_messages')%>
  • <% else %>
  • <% end %> <%= link_to (' '+(t "admin_panel.messages")).html_safe, admin_contact_messages_path %>
  • <% if current_page?(:action => 'users')%>
  • <% else %>
  • <% end %> <%= link_to (' '+(t "admin_panel.users")).html_safe, admin_users_path %>
  • <% if current_page?(:action => 'subscribers')%>
  • <% else %>
  • <% end %> <%= link_to (' '+(t "admin_panel.subscribers")).html_safe, admin_subscribers_path %>
  • <% if current_page?(:action => 'site_config')%>
  • <% else %>
  • <% end %> <%= link_to (' '+(t "admin_panel.configurations")).html_safe, admin_config_path %>