Sha256: 744053d9d9f678030d022456a30bb0b9ae3117f94824b92540b3f0eba2861cf6
Contents?: true
Size: 505 Bytes
Versions: 50
Compression:
Stored size: 505 Bytes
Contents
<div class='timeline'> <table> <tbody> <tr> <th scope='row'> <%= @attributes[:date] %> </th> <td class='team_news'> <img src='<%= @attributes[:image] %>'> <h4><%= @attributes[:title] %></h4> <span class='name'><%= @attributes[:name] %></span> <span class='position'><%= @attributes[:position] %></span> <% if @attributes[:link] %> <a class='read_more' href='<%= @attributes[:link] %>'>View Profile</a> <% end %> <div class='description'> <p><%= @content %></p> </div> </td> </tr> </tbody> </table> </div>
Version data entries
50 entries across 50 versions & 2 rubygems