Sha256: 208009f044dbb220462f7af5542da093a7d706e9fcbd2b3bb5d9179044351a1b

Contents?: true

Size: 559 Bytes

Versions: 2

Compression:

Stored size: 559 Bytes

Contents

<div class="hfeed">
  <div class='h-entry hentry h-as-note'>
    <article class=' well well-small'>
      <%= image_tag(@reply['user']['profile_image_url'] , class: "alignleft", alt: @reply['user']['name']) %>
      <strong><%= get_reply_context_url(@reply) %></strong>
      <p><%= nofollowify_links(PublifyApp::Textfilter::Twitterfilter.filtertext(@reply['text'])) %></p>
      <p>
      <small>
        <%= get_reply_context_twitter_link(@reply) %>
      </small>
      </p>
    </article>

    <%= render partial: 'note', object: @note %>
  </div>
</div>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
publify_core-9.0.0.pre2 app/views/notes/show_in_reply.html.erb
publify_core-9.0.0.pre1 app/views/notes/show_in_reply.html.erb