<% @commits.each do |commit| -%>
  • <%= link_to h(commit.id_abbrev), project_repository_commit_path(@project, @repository, commit.id) -%> by <%=h commit.committer.name -%> <%= format_datetime_ddmmyyhhmm(commit.committed_date) %> (<%=h time_ago_in_words(commit.committed_date) -%> ago)
    <%= simple_format(h(commit.message)) -%>
  • <% end -%>