Sha256: 97dc431a9c670b1c761b8a7818fc334b5911ea1ede10eb0021b09c79d161de1d
Contents?: true
Size: 627 Bytes
Versions: 7
Compression:
Stored size: 627 Bytes
Contents
<div class="hfeed"> <div class='h-entry hentry h-as-note'> <article class=' well well-small'> <% if @reply['user']['profile_image_url'] %> <%= image_tag(@reply['user']['profile_image_url'], class: "alignleft", alt: @reply['user']['name']) %> <% end %> <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
7 entries across 7 versions & 1 rubygems