| お知らせ |
|---|
<% @articles.each do |article| %>
<%= article.title %><%= truncate(article.body, length: 80) %> <%= link_to "もっと読む", article %> |
| 最新の投稿記事 |
|---|
<% @entries.each do |entry| %>
<%= entry.title %><%= material_image_tag entry.materials.first, "jpg"%><%= truncate(entry.body, length: 40) %> <%= link_to "もっと読む", entry %> |
| <%= t('views.top.index.materials_title')%> |
|---|
|
<% @materials.each do |material| %>
<%= material.created_at.strftime("%Y/%m/%d") %>
<%= link_to t('views.top.index.show_material'), material %>
<%= link_to material_image_tag(material, "jpg", {width: "100%"}), material %>
<% end %>
<%= t_attr(material, "title") %> |