<%= link_to thingtweets_path do %>
<%= image_tag 'thingtweet.png', :size => '104x104' %>
<%= t(:thingtweet) %>
<% end %>
<%= link_to thinghttp_index_path do %>
<%= image_tag 'thinghttp.png', :size => '104x104' %>
<%= t(:thinghttp) %>
<% end %>
<%= link_to tweetcontrol_index_path do %>
<%= image_tag 'tweetcontrol.png', :size => '104x104' %>
<%= t(:tweetcontrol) %>
<% end %>
<%= link_to reacts_path do %>
<%= image_tag 'react.png', :size => '104x104' %>
<%= t(:react) %>
<% end %>
<%= link_to talkbacks_path do %>
<%= image_tag 'talkback.png', :size => '104x104' %>
<%= t(:talkback) %>
<% end %>
<% if current_admin_user.present? %>
<%= link_to scheduled_thinghttps_path do %>
<%= image_tag 'scheduled_thinghttp.png', :size => '104x104' %>
<%= t(:scheduled_thinghttp) %>
<% end %>
<% end %>