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

Version Path
five-two-nw-olivander-0.2.0.40 app/components/olivander/components/post_component.html.haml
five-two-nw-olivander-0.2.0.39 app/components/olivander/components/post_component.html.haml
five-two-nw-olivander-0.2.0.38 app/components/olivander/components/post_component.html.haml
five-two-nw-olivander-0.2.0.37 app/components/olivander/components/post_component.html.haml
five-two-nw-olivander-0.2.0.36 app/components/olivander/components/post_component.html.haml
five-two-nw-olivander-0.2.0.35 app/components/olivander/components/post_component.html.haml
five-two-nw-olivander-0.2.0.34 app/components/olivander/components/post_component.html.haml
five-two-nw-olivander-0.2.0.33 app/components/olivander/components/post_component.html.haml
five-two-nw-olivander-0.2.0.32 app/components/olivander/components/post_component.html.haml
five-two-nw-olivander-0.2.0.31 app/components/olivander/components/post_component.html.haml
five-two-nw-olivander-0.2.0.30 app/components/olivander/components/post_component.html.haml
five-two-nw-olivander-0.2.0.29 app/components/olivander/components/post_component.html.haml
five-two-nw-olivander-0.2.0.28 app/components/olivander/components/post_component.html.haml
five-two-nw-olivander-0.2.0.27 app/components/olivander/components/post_component.html.haml
five-two-nw-olivander-0.2.0.26 app/components/olivander/components/post_component.html.haml
five-two-nw-olivander-0.2.0.25 app/components/olivander/components/post_component.html.haml
five-two-nw-olivander-0.2.0.24 app/components/olivander/components/post_component.html.haml
five-two-nw-olivander-0.2.0.23 app/components/olivander/components/post_component.html.haml
five-two-nw-olivander-0.2.0.22 app/components/olivander/components/post_component.html.haml
five-two-nw-olivander-0.2.0.19 app/components/olivander/components/post_component.html.haml