Sha256: 998b514dad9b3f2771e1c69ad4acfe28ddf02d44586dc6f12070cdce7b2f23e6

Contents?: true

Size: 1.24 KB

Versions: 7

Compression:

Stored size: 1.24 KB

Contents

<div class="atomentry" id="article-<%= article.id %>">
  <h2 class="title">
    <%= (controller.action_name.include? 'permalink') ? article.title : link_to_permalink(article,article.title) %>
  </h2>

  <div class="author">
    Posted by <cite><%= author_link(article) %></cite>
    <abbr class="published" title="<%= article.published_at.xmlschema %>"><%= js_distance_of_time_in_words_to_now article.published_at %></abbr>
  </div>

  <div class="content">
    <%= article.html(:body) %>

    <% if article.extended? -%>
      <div class="extended">
        <% if controller.action_name == 'index' -%>
          <p><%= link_to_permalink article,"Continue reading..." %></p>
        <% else -%>
          <%= article.html(:extended) %>
        <% end -%>
      </div>
    <% end -%>
  </div>

	<p class="info">
		<%= content_tag(:span, category_links(article) << ' | ', :class => 'categories') unless article.categories.empty? %>  
		<%= comments_link(article) << ' | ' if article.allow_comments? %>
		<% if controller.controller_name == 'articles' and controller.action_name == 'show' %>
			<%= content_tag(:span, tag_links(article) << ' | ', :class => 'tags') unless article.tags.empty? %>
			<a href="<%= @auto_discovery_url_atom %>">atom</a>
		<% end %>
	</p>
</div>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
typo-5.1.1 themes/dirtylicious/views/articles/_article.html.erb
typo-5.1.2 themes/dirtylicious/views/articles/_article.html.erb
typo-5.1.3 themes/dirtylicious/views/articles/_article.html.erb
typo-5.1 themes/dirtylicious/views/articles/_article.html.erb
typo-5.1.98 themes/dirtylicious/views/articles/_article.html.erb
typo-5.2.98 themes/dirtylicious/views/articles/_article.html.erb
typo-5.3 themes/dirtylicious/views/articles/_article.html.erb