Sha256: 5888c2b28ef456a67bd18271d8938fc8180e164a6fb5ad03ba80c4bd9881a0a3

Contents?: true

Size: 777 Bytes

Versions: 8

Compression:

Stored size: 777 Bytes

Contents

<!-- Meta details. Date, author, category and comment -->
<div class="meta">
	<abbr class="updated published" title="<%= odania_content.created_at.iso8601 %>">
		<i class="glyphicon glyphicon-calendar"></i><%= format_date(odania_content.created_at) %>
	</abbr>
	<i class="glyphicon glyphicon-user"></i> <%= t('authorship_by') %> <%= odania_content.user.name %>
	<i class="glyphicon glyphicon-folder-open"></i>
	<% odania_content.tags.each_with_index do |tag, idx| %>
		<% if idx > 0 %>, <% end %>
		<%= link_to tag.name, tag_url(tag: tag.name.parameterize), {rel: 'tag'} %>
	<% end %>
	<span class="pull-right">
		<i class="glyphicon glyphicon-eye-open"></i><%= odania_content.views %>
		<i class="glyphicon glyphicon-download"></i><%= odania_content.clicks %>
	</span>
</div>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
odania_core-0.0.8 app/views/odania/contents/_content_info.html.erb
odania_core-0.0.7 app/views/odania/contents/_content_info.html.erb
odania_core-0.0.6 app/views/odania/contents/_content_info.html.erb
odania_core-0.0.5 app/views/odania/contents/_content_info.html.erb
odania_core-0.0.4 app/views/odania/contents/_content_info.html.erb
odania_core-0.0.3 app/views/odania/contents/_content_info.html.erb
odania_core-0.0.2 app/views/odania/contents/_content_info.html.erb
odania_core-0.0.1 app/views/odania/contents/_content_info.html.erb