[Blends-commit] [SCM] website branch, master, updated. 6532232fddf9e91b4797c6262c26212bef254a0f
Petter Reinholdtsen
pere at hungry.com
Wed Feb 24 15:46:57 UTC 2016
The following commit has been merged in the master branch:
commit 6532232fddf9e91b4797c6262c26212bef254a0f
Author: Petter Reinholdtsen <pere at hungry.com>
Date: Wed Feb 24 16:46:51 2016 +0100
Correct link to debtags editing web interface.
diff --git a/webtools/templates/packages.xhtml b/webtools/templates/packages.xhtml
index a8d9626..db55faf 100644
--- a/webtools/templates/packages.xhtml
+++ b/webtools/templates/packages.xhtml
@@ -454,7 +454,7 @@ function show_fulldesc(hash) {
<py:if test="project.debtags">
<dt>Tags</dt>
<dd>
- <a class="editlink" title="Edit tags" href="http://debtags.alioth.debian.org/edit.html?pkg=${project.pkg}">
+ <a class="editlink" title="Edit tags" href="https://debtags.debian.org/edit/${project.pkg}">
✏
</a>
<dl class="debtags desc-inline">
@@ -580,7 +580,7 @@ function show_fulldesc(hash) {
</a>
</li>
<li py:if="not project.debtags">
- <a href="http://debtags.alioth.debian.org/edit.html?pkg=${project.pkg}">
+ <a href="https://debtags.debian.org/edit/${project.pkg}">
Create tags
</a>
</li>
diff --git a/webtools/templates/tasks.xhtml b/webtools/templates/tasks.xhtml
index 66f9e8a..32dec2f 100644
--- a/webtools/templates/tasks.xhtml
+++ b/webtools/templates/tasks.xhtml
@@ -125,9 +125,9 @@
</div>
</div>
<div py:choose="">
- <div py:when="project.debtags != []" class="project-info" onmouseover="TagToTip('${project.pkg}-debtags', FIX, ['${project.pkg}', 0, 0])" onmouseout="UnTip()"><a href="http://debtags.alioth.debian.org/edit.html?pkg=${project.pkg}">Edit Debtags</a></div>
+ <div py:when="project.debtags != []" class="project-info" onmouseover="TagToTip('${project.pkg}-debtags', FIX, ['${project.pkg}', 0, 0])" onmouseout="UnTip()"><a href="https://debtags.debian.org/edit/${project.pkg}">Edit Debtags</a></div>
<div py:otherwise="">
- <div class="project-infomissing"><a href="http://debtags.alioth.debian.org/edit.html?pkg=${project.pkg}">Go tagging</a></div>
+ <div class="project-infomissing"><a href="https://debtags.debian.org/edit/${project.pkg}">Go tagging</a></div>
</div>
</div>
</td>
diff --git a/webtools_py3/templates/packages.xhtml b/webtools_py3/templates/packages.xhtml
index e6568a0..dd244e0 100644
--- a/webtools_py3/templates/packages.xhtml
+++ b/webtools_py3/templates/packages.xhtml
@@ -444,7 +444,7 @@ function show_fulldesc(hash) {
<py:if test="project.debtags">
<dt>Tags</dt>
<dd>
- <a class="editlink" title="Edit tags" href="http://debtags.alioth.debian.org/edit.html?pkg=${project.pkg}">
+ <a class="editlink" title="Edit tags" href="https://debtags.debian.org/edit/${project.pkg}">
✏
</a>
<dl class="debtags desc-inline">
@@ -570,7 +570,7 @@ function show_fulldesc(hash) {
</a>
</li>
<li py:if="not project.debtags">
- <a href="http://debtags.alioth.debian.org/edit.html?pkg=${project.pkg}">
+ <a href="https://debtags.debian.org/edit/${project.pkg}">
Create tags
</a>
</li>
diff --git a/webtools_py3/templates/tasks.xhtml b/webtools_py3/templates/tasks.xhtml
index 864ee0c..64edd89 100644
--- a/webtools_py3/templates/tasks.xhtml
+++ b/webtools_py3/templates/tasks.xhtml
@@ -130,9 +130,9 @@
</div>
</div>
<div py:choose="">
- <div py:when="project.debtags != []" class="project-info" onmouseover="TagToTip('${project.pkg}-debtags', FIX, ['${project.pkg}', 0, 0])" onmouseout="UnTip()"><a href="http://debtags.alioth.debian.org/edit.html?pkg=${project.pkg}">Edit Debtags</a></div>
+ <div py:when="project.debtags != []" class="project-info" onmouseover="TagToTip('${project.pkg}-debtags', FIX, ['${project.pkg}', 0, 0])" onmouseout="UnTip()"><a href="https://debtags.debian.org/edit/${project.pkg}">Edit Debtags</a></div>
<div py:otherwise="">
- <div class="project-infomissing"><a href="http://debtags.alioth.debian.org/edit.html?pkg=${project.pkg}">Go tagging</a></div>
+ <div class="project-infomissing"><a href="https://debtags.debian.org/edit/${project.pkg}">Go tagging</a></div>
</div>
</div>
</td>
--
Static and dynamic websites for Debian Pure Blends
More information about the Blends-commit
mailing list