diff --git a/app/views/home/index.html.erb b/app/views/home/index.html.erb index 660752a..6abf4d3 100644 --- a/app/views/home/index.html.erb +++ b/app/views/home/index.html.erb @@ -71,7 +71,7 @@
<%= link_to article_path(post) do %>
-

<%= post.title %>

+

<%= post.title %>

<%= t("articles.by") %> <%= link_to post.user.username, user_path(post.user.username), class: "link" %> ยท <%= l post.created_at, format: :long_with_day %>.