Sha256: bb4c1951c217e54805c29e0f56e37509d412be42cb6ba0010b3c69d4058e21ec
Contents?: true
Size: 791 Bytes
Versions: 61
Compression:
Stored size: 791 Bytes
Contents
.post{ id: @id } - note = @note .user-block %img.img-circle.img-bordered-sm{ alt: "Avatar", src: image_path(user_image_path(@avatar_url)), title: @poster } - if tools? .float-right = tools %span.username - if @poster.present? - if @poster.is_a?(String) = @poster - else = link_to @poster, @poster - else Unknown %span.description %i.fas.fa-clock posted #{@posted.to_fs} - if @updated.present? && @updated != @posted , updated #{time_ago_in_words(@updated)} ago %p - if content? - if content.blank? %i No text entered - else = content - elsif !@text.blank? = simple_format(@text) - else %i No text entered
Version data entries
61 entries across 61 versions & 1 rubygems