Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9349019
revision-info.html
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Subscribers
None
revision-info.html
View Options
{% comment %}
Copyright (C) 2020-2021 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 %}
{% if snapshot_context and snapshot_context.revision_info %}
<
div
id
=
"swh-tip-revision"
class
=
"card d-none d-md-block"
>
<
div
class
=
"card-body pt-2 pb-1 d-flex align-items-start justify-content-between"
>
<
i
style
=
"min-width: 36px;"
class
=
"{{ swh_object_icons.revision }} mdi-36px mdi-fw"
aria-hidden
=
"true"
></
i
>
<
div
class
=
"flex-grow-1 pl-3"
>
Tip revision:
<
a
href
=
"{{ snapshot_context.revision_info.revision_url }}"
>
<
b
>
{{ snapshot_context.revision_id }}
</
b
>
</
a
>
authored by
<
b
>
{% if snapshot_context.revision_info.author.name %}
{{ snapshot_context.revision_info.author.name }}
{% else %}
{{ snapshot_context.revision_info.author.fullname }}
{% endif %}
</
b
>
on
<
b
>
{{ snapshot_context.revision_info.date }}
</
b
>
<
br
/>
<
b
>
{{ snapshot_context.revision_info.message_header }}
</
b
>
</
div
>
</
div
>
</
div
>
<
div
class
=
"card d-sm-block d-md-none"
>
<
div
class
=
"card-body pt-1 pb-1 d-flex align-items-center justify-content-between"
>
<
i
class
=
"{{ swh_object_icons.revision }} mdi-24px mdi-fw"
aria-hidden
=
"true"
></
i
>
<
div
class
=
"flex-grow-1 pl-3 align-middle"
>
Tip revision:
<
a
href
=
"{{ snapshot_context.revision_info.revision_url }}"
>
<
b
>
{{ snapshot_context.revision_id|slice:"0:7" }}
</
b
>
</
a
>
</
div
>
</
div
>
</
div
>
{% endif %}
File Metadata
Details
Attached
Mime Type
text/html
Expires
Jul 4 2025, 7:01 PM (6 w, 13 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3239545
Attached To
rDWAPPS Web applications
Event Timeline
Log In to Comment