Sha256: 32d0930430d3b1587c846e3a40ddd5e579edd8dcc5dbb20965764567cac65446
Contents?: true
Size: 436 Bytes
Versions: 1
Compression:
Stored size: 436 Bytes
Contents
<div class="timeline-<%= @portlet.id %>"> <h2>@<%= h @items.first.user.screen_name %></h2> <h4>Location: <%= h @items.first.user.location %></h4> <h4>Description: <%= h @items.first.user.description %></h4> <p> <%= image_tag @items.first.user.profile_image_url %> </p> <ul> <% @items.each do |item| %> <li><%= item.text %> <small><%= time_ago_in_words(item.created_at) %></small></li> <% end %> </ul> </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bcms_twitter_module-1.1.3 | app/views/portlets/twitter_user_timeline/render.html.erb |