Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9349027
revision-log.html
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Subscribers
None
revision-log.html
View Options
{% extends "./browse.html" %}
{% comment %}
Copyright (C) 2017-2018 The Software Heritage developers
See the AUTHORS file at the top-level directory of this distribution
License: GNU Affero General Public License version 3, or any later version
See top-level LICENSE file for more information
{% endcomment %}
{% load render_bundle from webpack_loader %}
{% block header %}
{{ block.super }}
{% render_bundle 'revision' %}
{% endblock %}
{% block swh-browse-content %}
{% if snapshot_context %}
{% include "includes/top-navigation.html" %}
{% else %}
<
div
class
=
"card-header bg-gray-light"
>
<
div
class
=
"card-title float-left"
>
<
h4
>
{{ swh_object_name }}
</
h4
>
</
div
>
<
div
class
=
"clearfix"
></
div
>
</
div
>
{% endif %}
<
div
class
=
"table-responsive"
>
<
table
class
=
"table table-striped"
>
<
thead
>
<
tr
>
<
th
><
i
class
=
"octicon octicon-git-commit fa-fw"
></
i
>
Revision
</
th
>
<
th
>
Author
</
th
>
<
th
>
Message
</
th
>
<
th
>
Date
</
th
>
<
th
></
th
>
</
tr
>
</
thead
>
<
tbody
>
{% for log in revision_log %}
<
tr
class
=
"swh-revision-log-entry"
>
<
td
class
=
"swh-revision-log-entry-id"
><
i
class
=
"octicon octicon-git-commit fa-fw"
></
i
>
{{ log.revision }}
</
td
>
<
td
class
=
"swh-revision-log-entry-author"
>
{{ log.author }}
</
td
>
<
td
class
=
"swh-log-entry-message swh-table-cell-text-overflow"
title
=
"{{ log.message }}"
>
{{ log.message }}
</
td
>
<
td
class
=
"swh-revision-log-entry-date"
>
{{ log.date }}
</
td
>
<
td
>
{{ log.directory }}
</
td
>
</
tr
>
{% endfor %}
</
tbody
>
</
table
>
</
div
>
{% endblock %}
{% block swh-browse-after-content %}
<
ul
class
=
"pagination justify-content-center"
>
{% if next_log_url %}
<
li
class
=
"page-item"
><
a
class
=
"page-link"
href
=
"{{ next_log_url }}"
>
Newer
</
a
></
li
>
{% else %}
<
li
class
=
"page-item disabled"
><
a
class
=
"page-link"
>
Newer
</
a
></
li
>
{% endif %}
{% if prev_log_url %}
<
li
class
=
"page-item"
><
a
class
=
"page-link"
href
=
"{{ prev_log_url }}"
>
Older
</
a
></
li
>
{% else %}
<
li
class
=
"page-item disabled"
><
a
class
=
"page-link"
>
Older
</
a
></
li
>
{% endif %}
</
ul
>
{% endblock %}
File Metadata
Details
Attached
Mime Type
text/html
Expires
Jul 4 2025, 7:02 PM (6 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3290969
Attached To
rDWAPPS Web applications
Event Timeline
Log In to Comment