mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] changelog2012-07-21 02:12 am

[dw-free] make a more direct link to support request from feed profile page

[commit: http://hg.dwscoalition.org/dw-free/rev/e8e3b05be9e3]

http://bugs.dwscoalition.org/show_bug.cgi?id=4254

More direct link to submit a support request on feeds

Patch by [staff profile] denise.

Files modified:
  • htdocs/profile.bml
--------------------------------------------------------------------------------
diff -r 0509339ecc10 -r e8e3b05be9e3 htdocs/profile.bml
--- a/htdocs/profile.bml	Fri Jul 20 19:14:11 2012 -0700
+++ b/htdocs/profile.bml	Fri Jul 20 19:16:20 2012 -0700
@@ -510,7 +510,7 @@
         $bibody .= q{ </div> };
     };
 
-    $bibody .= BML::ml( '.label.feedchange', { aopts => "href='$LJ::SITEROOT/support'" } ) if $u->is_syndicated;
+    $bibody .= BML::ml( '.label.feedchange', { aopts => "href='$LJ::SITEROOT/support/submit'" } ) if $u->is_syndicated;
 
     if ( $bibody ) {
         my $links;
--------------------------------------------------------------------------------