]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1617358 - Remove extra slash in mydashboard.html.tmpl
authorKWierso <KWierso@users.noreply.github.com>
Mon, 24 Feb 2020 15:48:28 +0000 (07:48 -0800)
committerGitHub <noreply@github.com>
Mon, 24 Feb 2020 15:48:28 +0000 (10:48 -0500)
extensions/MyDashboard/template/en/default/pages/mydashboard.html.tmpl

index 8e2ce95190c5defe268938136363b2056fdbb817..ab4869bb9e62d162996133e140377508d1102600 100644 (file)
 
       [% IF Param('phabricator_enabled') %]
         <h2 class="query_heading requests">
-          <a href="[% Param('phabricator_base_uri') %]/differential">Phabricator Review Requests</a>
+          <a href="[% Param('phabricator_base_uri') %]differential">Phabricator Review Requests</a>
         </h2>
       [% END %]