<% if photo_album.end_node? %> <%= content_tag :span, photo_album.display_name, style: ";font-size:14px;" %>
<%= content_tag :span, photo_album.id, style: "color: #ffba00;" %>
<%= display_publishable_status(photo_album) %> <% else %> <%= link_to raw(" #{photo_album.display_name}"), photo_albums_path(parent_id: photo_album.id), remote: true, style: "font-weight:bold;font-size:14px;" %>
<%= content_tag :span, photo_album.id, style: "color: #cc3f44;" %>
<%= display_publishable_status(photo_album) %> <% end %>
<% if display_manage_links? %>
<%#= display_publishable_links(photo_album) %> <%= link_to raw(""), photo_album_path(photo_album), :remote=>true, style: "color:#373e4a" %> <% if @current_user.has_create_permission?(Dhatu::PhotoAlbum) %> <%= link_to raw(""), new_photo_album_path(parent_id: photo_album.try(:id)), class: "", remote: true, style: "color: #8dc63f" %> <% end %> <%= display_manage_links(photo_album, @current_user, edit_text: "", delete_text: "") %>
<% end %>