gitlabculture
clone your own copy | download snapshot

Snapshots | iceberg

No images in this repository’s iceberg at this time

Inside this repository

commit-list.twig
text/plain

Download raw (244 bytes)

<h2>Commits</h2>


<ul class="repo--commits">
  {% for commit in commits %}
    <li class="repo--commits--item">
      <time>{{ commit.date }}</time>
      <p>{{ commit.msg }}</p>
      <p>{{ commit.author }}</p>
    </li>
  {% endfor %}
</ul>