Sha256: 2eac7b212a6f3b15bdbd5579d2bb0bb9bd9e43106346e36b9ca376ba7d2d1c17
Contents?: true
Size: 1.58 KB
Versions: 13
Compression:
Stored size: 1.58 KB
Contents
<div id="div_photo_album_<%= photo_album.id %>" class="col-lg-2 col-md-3 col-sm-6 col-xs-6"> <div style="text-align: center;border: 1px solid #f1f1f1;padding:10px;margin-bottom:15px;"> <div style="height:200px;"> <i class="fa-image" style="font-size:60px;padding:20px;"></i><br> <% if photo_album.end_node? %> <%= content_tag :span, photo_album.display_name, style: ";font-size:14px;" %><br> <%= content_tag :span, photo_album.id, style: "color: #ffba00;" %><br> <%= display_publishable_status(photo_album) %> <% else %> <%= link_to raw("<i class=\"fa fa-caret-right\"></i> #{photo_album.display_name}"), photo_albums_path(parent_id: photo_album.id), remote: true, style: "font-weight:bold;font-size:14px;" %><br> <%= content_tag :span, photo_album.id, style: "color: #cc3f44;" %><br> <%= display_publishable_status(photo_album) %> <% end %><br> </div> <% if display_manage_links? %> <div style="width: 90%;border: 1px solid #e0e0e0;margin:5%;"> <%#= display_publishable_links(photo_album) %> <%= link_to raw("<i class=\"fa-eye mr-5\"></i>"), photo_album_path(photo_album), :remote=>true, style: "color:#373e4a" %> <% if @current_user.has_create_permission?(Dhatu::PhotoAlbum) %> <%= link_to raw("<i class='fa-plus mr-5'></i>"), 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: "") %> </div> <% end %> </div> </div>
Version data entries
13 entries across 13 versions & 1 rubygems