mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
housekeep: move pkgbase templates to their own dir
Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
7f6c23d4cb
commit
e1a87c3407
9 changed files with 11 additions and 11 deletions
23
templates/pkgbase/index.html
Normal file
23
templates/pkgbase/index.html
Normal file
|
@ -0,0 +1,23 @@
|
|||
{% extends "partials/layout.html" %}
|
||||
|
||||
{% block pageContent %}
|
||||
{% include "partials/packages/search.html" %}
|
||||
<div id="pkgdetails" class="box">
|
||||
<h2>{{ 'Package Base Details' | tr }}: {{ pkgbase.Name }}</h2>
|
||||
|
||||
{% set result = pkgbase %}
|
||||
{% include "partials/packages/actions.html" %}
|
||||
{% include "partials/packages/details.html" %}
|
||||
|
||||
<div id="metadata">
|
||||
{% include "partials/packages/pkgbase_metadata.html" %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- On-the-fly comment editing functions -->
|
||||
<script type="text/javascript" src="/static/js/comment-edit.js"></script>
|
||||
|
||||
{% set pkgname = result.Name %}
|
||||
{% set pkgbase_id = result.ID %}
|
||||
{% include "partials/packages/comments.html" %}
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue