gnucash-htdocs beta: Remove Uservoice link.
John Ralls
jralls at code.gnucash.org
Tue Sep 2 17:03:55 EDT 2025
discards https://github.com/Gnucash/gnucash-htdocs/commit/aacbb240 (commit)
Updated via https://github.com/Gnucash/gnucash-htdocs/commit/deacf4e9 (commit)
This update added new revisions after undoing existing revisions. That is
to say, the old revision is not a strict subset of the new revision. This
situation occurs when you --force push a change and generate a repository
containing something like this:
* -- * -- B -- O -- O -- O (https://github.com/Gnucash/gnucash-htdocs/commit/aacbb240)
\
N -- N -- N (https://github.com/Gnucash/gnucash-htdocs/commit/deacf4e9)
When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.
commit deacf4e96794bdcdacbd408ca5970615e08e6dea
Author: John Ralls <jralls at ceridwen.us>
Date: Tue Sep 2 13:54:35 2025 -0700
Remove Uservoice link.
Nobody is monitoring Uservoice.
diff --git a/externals/gnucash.css b/externals/gnucash.css
index c83c342..25ea135 100644
--- a/externals/gnucash.css
+++ b/externals/gnucash.css
@@ -630,7 +630,7 @@ h2.download-title {
}
#fb-icon{
- left:-50px;
+ left:0px;
width:42px;
}
@@ -644,7 +644,7 @@ h2.download-title {
border-radius: 16px;
box-shadow: 0 0 4px silver;
}
-
+/*
#uservoice-icon{
left:0px;
width:42px;
@@ -660,7 +660,7 @@ h2.download-title {
border-radius: 16px;
box-shadow: 0 0 4px silver;
}
-
+*/
#donation-icon{
left:50px;
width:42px;
diff --git a/externals/header.phtml b/externals/header.phtml
index 61ca38c..9067644 100644
--- a/externals/header.phtml
+++ b/externals/header.phtml
@@ -134,7 +134,7 @@
<div style="float:right;">
<ul id="navlist">
<li id="fb-icon"><a href="https://www.facebook.com/Gnucash" title="<?php echo T_($titlefb);?>"></a></li>
- <li id="uservoice-icon"><a href="https://gnucash.uservoice.com/" title="<?php echo T_($titleuservoice);?>"></a></li>
+ <!-- li id="uservoice-icon"><a href="https://gnucash.uservoice.com/" title="<?php echo T_($titleuservoice);?>"></a></li -->
<li id="donation-icon"><a href="https://gnucash.org/donate.phtml" title="<?php echo T_($titledonation);?>"></a></li>
<li id="rss-icon"><a href="<?=$home?>/atom.php" title="<?php echo T_($titleRSS);?>"></a></li>
</ul>
Summary of changes:
externals/gnucash.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the gnucash-changes
mailing list