Hash :
e8999ce5
Author :
Thomas de Grivel
Date :
2022-01-22T11:25:48
gravatar in repository show tree commit message
<div class="log1">
<span class="hash">
<%= link String.slice(@git.log1.hash, 0..8), to: Routes.repository_path(@conn, :show, Repository.owner_slug(@repo), Repository.splat(@repo, ["_log", @tree] ++ (if @path, do: String.split(@path, "/"), else: []))) <> "##{@git.log1.hash}" %>
</span>
<span class="author">
<img src={Exgravatar.gravatar_url(@git.log1.author_email, s: 32)} alt={@git.log1.author} title={@git.log1.author} />
</span>
<span class="date">
<%= @git.log1.date |> String.replace("T", " ") |> String.replace("+", " +") %>
</span>
<div class="message" %>
<%= @git.log1.message %>
</div>
</div>