Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9312693
releases.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
releases.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 swh_templatetags %}
{% block swh-browse-content %}
{% if displayed_releases|length > 0 %}
<
div
class
=
"table-responsive mt-3 mb-3"
>
<
table
class
=
"table swh-table swh-table-striped"
>
<
thead
>
<
tr
>
<
th
><
i
class
=
"{{ swh_object_icons|key_value:'release' }} fa-fw"
></
i
>
Name
</
th
>
<
th
>
Target
</
th
>
<
th
>
Message
</
th
>
<
th
>
Date
</
th
>
</
tr
>
</
thead
>
<
tbody
>
{% for release in displayed_releases %}
<
tr
class
=
"swh-origin-release"
>
<
td
><
i
class
=
"{{ swh_object_icons|key_value:'release' }} fa-fw"
></
i
><
a
href
=
"{{ release.release_url }}"
>
{{ release.name }}
</
a
></
td
>
<
td
><
i
class
=
"{{ swh_object_icons|key_value:release.target_type }} fa-fw"
></
i
><
a
href
=
"{{ release.target_url }}"
>
{{ release.target|slice:":7" }}
</
a
></
td
>
<
td
class
=
"swh-log-entry-message swh-table-cell-text-overflow"
title
=
"{{ release.message }}"
>
{{ release.message }}
</
td
>
<
td
>
{{ release.date }}
</
td
>
</
tr
>
{% endfor %}
</
tbody
>
</
table
>
</
div
>
{% else %}
<
i
>
The list of releases is empty !
</
i
>
{% endif %}
{% endblock %}
{% block swh-browse-after-content %}
{% if prev_releases_url or next_releases_url %}
<
ul
class
=
"pagination justify-content-center"
>
{% if prev_releases_url %}
<
li
class
=
"page-item"
><
a
class
=
"page-link"
href
=
"{{ prev_releases_url }}"
>
Previous
</
a
></
li
>
{% else %}
<
li
class
=
"page-item disabled"
><
a
class
=
"page-link"
>
Previous
</
a
></
li
>
{% endif %}
{% if next_releases_url %}
<
li
class
=
"page-item"
><
a
class
=
"page-link"
href
=
"{{ next_releases_url }}"
>
Next
</
a
></
li
>
{% else %}
<
li
class
=
"page-item disabled"
><
a
class
=
"page-link"
>
Next
</
a
></
li
>
{% endif %}
</
ul
>
{% endif %}
{% endblock %}
File Metadata
Details
Attached
Mime Type
text/html
Expires
Thu, Jul 3, 11:03 AM (1 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3362555
Attached To
rDWAPPS Web applications
Event Timeline
Log In to Comment