Sha256: 10a275e68585b2db958d0748f93d5230de8e4940899fd7d3027019e509e7f2c5

Contents?: true

Size: 274 Bytes

Versions: 3

Compression:

Stored size: 274 Bytes

Contents

<div class="post">
    <h2><%= @article[:title] %></h2>
    <p class="auth">
        <%= _("Posted by") %>
        <%= author_link(@article) %>
        <%= js_distance_of_time_in_words_to_now(@article[:published_at] || Time.now) %>
    </p>

    <%= @article.html %>
</div>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
typo-5.0.1 app/views/admin/content/preview.html.erb
typo-5.0.2 app/views/admin/content/preview.html.erb
typo-5.0 app/views/admin/content/preview.html.erb