+1
app/views/articles/show.html.erb
+1
app/views/articles/show.html.erb
···
8
8
9
9
<div class="article_date">
10
10
<div class="article_date_text"><%= @article.created_at.strftime('%Y %b %d') %></div> <span class="tag_link">| <%= link_to @article.tag.name, @article.tag %></span>
11
+
<button class="tinylytics_kudos"></button>
11
12
</div>
12
13
13
14
<div class="pbody"><%== markdown(@article.body) %></div>
+1
app/views/layouts/application.html.erb
+1
app/views/layouts/application.html.erb