[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
denise.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=4254
More direct link to submit a support request on feeds
Patch by
![[staff profile]](https://www.dreamwidth.org/img/silk/identity/user_staff.png)
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; --------------------------------------------------------------------------------