This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, master has been updated
       via  5a0a1bfdce3ed67b73c0aa08da83077d0e4b3d93 (commit)
      from  34384179bc7e8e05fb73a7dae081822b0dc75e02 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=5a0a1bfdce3ed67b73c0aa08da83077d0e4b3d93

commit 5a0a1bfdce3ed67b73c0aa08da83077d0e4b3d93
Author: Franck Villaume <[email protected]>
Date:   Mon Jul 24 14:54:50 2017 +0000

    widget Home Latest File Releases: add link to the /new/ page

diff --git a/src/common/widget/Widget_HomeLatestFileReleases.class.php 
b/src/common/widget/Widget_HomeLatestFileReleases.class.php
index 925319b..5a381af 100644
--- a/src/common/widget/Widget_HomeLatestFileReleases.class.php
+++ b/src/common/widget/Widget_HomeLatestFileReleases.class.php
@@ -79,6 +79,7 @@ class Widget_HomeLatestFileReleases extends Widget {
                } else {
                        $content .= $HTML->information(_('No file releases 
found'));
                }
+               $content .= util_make_link('/new/', _('Browse all file 
releases'));
                return $content;
        }
 

-----------------------------------------------------------------------

Summary of changes:
 src/common/widget/Widget_HomeLatestFileReleases.class.php | 1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to