svn commit: [2309] branches/stable/templates/core/user: Link the PAUSE id to MetaCPAN (dolmen)

maddingue at free.fr maddingue at free.fr
Sun Jun 2 08:59:18 CEST 2013


Revision: 2309
Author:   maddingue
Date:     2013-06-02 08:59:18 +0200 (Sun, 02 Jun 2013)
Log Message:
-----------
Link the PAUSE id to MetaCPAN (dolmen)

Modified Paths:
--------------
    branches/stable/templates/core/user/change
    branches/stable/templates/core/user/show

Modified: branches/stable/templates/core/user/change
===================================================================
--- branches/stable/templates/core/user/change	2013-06-02 06:58:28 UTC (rev 2308)
+++ branches/stable/templates/core/user/change	2013-06-02 06:59:18 UTC (rev 2309)
@@ -270,9 +270,9 @@
 <tr>
    <td align="right">
       [%- IF pause_id %]
-         <a href="http://search.cpan.org/author/[% pause_id %]/" >
+         <a href="https://metacpan.org/author/[% pause_id %]/" >
       [% END %]
-      Pause id
+      <a href="https://pause.perl.org/">PAUSE</a> id
       [%- IF pause_id %]
          </a>
       [% END %]

Modified: branches/stable/templates/core/user/show
===================================================================
--- branches/stable/templates/core/user/show	2013-06-02 06:58:28 UTC (rev 2308)
+++ branches/stable/templates/core/user/show	2013-06-02 06:59:18 UTC (rev 2309)
@@ -77,11 +77,11 @@
 [%- IF user.pause_id %]
    </tr><tr>
       <td align="right">
-         Pause id
+         <a href="https://pause.perl.org/">PAUSE</a> id
       </td>
       <td>&nbsp;</td>
       <td align="left">
-         <a href="http://search.cpan.org/author/[% user.pause_id %]/" >[% user.pause_id %]</a>
+         <a href="https://metacpan.org/author/[% user.pause_id %]/" >[% user.pause_id %]</a>
       </td>
 [% END %]
 [%- IF user.monk_id %]



More information about the Act-cvs mailing list