Sha256: 818877ea865b30fd10db0bf5b9ae049053308175f55c08a952384c1020e4a966
Contents?: true
Size: 1.47 KB
Versions: 5
Compression:
Stored size: 1.47 KB
Contents
<div id="document_info"> <div class="left"> <div id="date_labels"> <div class="details"> <%= t('document.info.date.created_at') %> </div> <div class="details"> <%= t('document.info.date.updated_at') %> </div> </div> <div id="dates"> <div class="date"> <%= I18n.localize document.created_at, :format => :long %> </div> <div class="date"> <%= I18n.localize document.updated_at, :format => :long %> </div> </div> </div> <div class="right"> <div id="like_count"> <%= document.like_count %> <span class="details">likes</span> </div> </div> <br class="clearfloat" /> <div id="actions"> <%= link_to content_tag(:span,image_tag("btn/download.png") + t('document.actions.download'), :class => :action), download_document_path(document) %> <%= link_to content_tag(:span,image_tag("btn/edit.png") + t('document.actions.edit'), :class => :action, :id => :document_edit_action), "javascript:toggleDocumentEdit();" %> <% if document.post_activity.delete_object_by?(current_subject) %> <%= link_to content_tag(:span,image_tag("btn/error.png") + t('document.actions.delete'), :class => :action), document.post_activity.direct_object , :confirm => t('confirm_delete', :scope => document.post_activity.direct_object.class.to_s.underscore), :method => :delete %> <% end %> </div> </div> <%= render :partial => "common/edit_form", :locals => {:document => document} %>
Version data entries
5 entries across 5 versions & 2 rubygems