<%= t(".microposts") %>

<%= link_to t(".new"), new_micropost_path if logged_in? %> <% if @microposts.empty? %>

<%= t(".empty") %>

<% else %> <% end %>