<%= t("scaffold.pagetitle_index", model: Project.model_name.human(count: 2)) %>

<% @projects.each do |project| %> <% end %>
<%= Project.human_attribute_name(:id) %> <%= Project.human_attribute_name(:name) %>
<%= link_to(project.id, url_for(project)) %> <%= link_to(project.name, url_for(project)) %>
<%= link_to t("scaffold.link_new", model: Project.model_name.human), new_project_path %>