Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
APK Vitrine
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Max Rees
APK Vitrine
Commits
7eda19f7
Commit
7eda19f7
authored
Dec 01, 2020
by
Max Rees
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
package: fixup and mark dirty revisions
parent
6595205c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
apkvitrine/templates/package.tmpl
apkvitrine/templates/package.tmpl
+7
-2
No files found.
apkvitrine/templates/package.tmpl
View file @
7eda19f7
...
...
@@ -74,8 +74,13 @@
<tr><th>
Size
</th>
<td>
{{
pkg.size
|
filesizeformat
(
true
)
}}
</td></tr>
<tr><th>
Updated
</th>
<td>
{{
pkg.updated
}}
</td></tr>
# if pkg.revision
# set url = conf["gl_rev_url"].format(revision=pkg.revision)
<tr><th>
Revision
</th>
<td><a
href=
"
{{
url
}}
"
>
{{
pkg.revision
}}
</a></td></tr>
# set revision = pkg.revision
# if revision.endswith("-dirty")
# set revision = revision.replace("-dirty", "", 1)
# set tag = "
<span
class=
'tag is-danger'
>
dirty
</span>
"
# endif
# set url = conf["gl_rev_url"].format(revision=revision)
<tr><th>
Revision
</th>
<td><a
href=
"
{{
url
}}
"
>
{{
revision
~
(
tag
|
safe
)
}}
</a></td></tr>
# endif
# set url = conf["gl_url"].format(startdir=startdir)
<tr><th>
Source files
</th><td><a
href=
"
{{
url
}}
"
>
View git repository
</a></td></tr>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment