diff --git a/TODO b/TODO index 246dbd5..7718cba 100644 --- a/TODO +++ b/TODO @@ -21,6 +21,7 @@ TODO: * Show layer notes records Later: +* Show count of layers to be reviewed next to review button * Ability for users to edit existing layers * Something to help with compatibility (although maybe this should just be handled using the existing versioned layer dependencies in layer.conf) * Query backend service? i.e. special URL to query information diff --git a/layerindex/detail.html b/layerindex/detail.html index 2ddea1a..c4718c7 100644 --- a/layerindex/detail.html +++ b/layerindex/detail.html @@ -22,132 +22,93 @@
- {{ layeritem.description }} -
-- {% if layeritem.usage_url %} - - Setup information - - {% endif %} -
-The {{ layeritem.name }} layer depends upon:
-+ {{ layeritem.description }} +
++ {% if layeritem.usage_url %} + + Setup information + {% endif %} +
-{{ layeritem.vcs_url }}
- {% if layeritem.vcs_subdir %} -{{ layeritem.vcs_subdir }}
- {% endif %} -- {% if layeritem.vcs_web_url %} - - web repo - - {% endif %} - {% if layeritem.tree_url %} - - tree - - {% endif %} -
+{{ layeritem.vcs_url }} + {% if layeritem.vcs_web_url %} + + web repo + + {% endif %} +
-{{ layeritem.vcs_subdir }} + {% if layeritem.tree_url %} + + web subdirectory + + {% endif %} +
+ {% endif %} -The {{ layeritem.name }} layer depends upon:
+