fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2011-10-31 09:36 am

[dw-free] Revamp /update

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

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

Fix URL to the /betafeatures page from the Create Entries page.

Patch by [personal profile] fu.

Files modified:
  • views/entry.tt
  • views/entry.tt.text
--------------------------------------------------------------------------------
diff -r 49f147d2e036 -r fd9b30fa7e69 views/entry.tt
--- a/views/entry.tt	Mon Oct 31 17:08:33 2011 +0800
+++ b/views/entry.tt	Mon Oct 31 17:37:15 2011 +0800
@@ -118,7 +118,7 @@
 </script>
 [% END %]
 
-<div class="message-box ui-state-highlight">[% ".beta.on" | ml( aopts = "href='$LJ::SITEROOT/betafeatures'", user = betacommunity.ljuser_display ) %]</div>
+<div class="message-box ui-state-highlight">[% ".beta.on" | ml( aopts = "href='$site.root/betafeatures'", user = betacommunity.ljuser_display ) %]</div>
 
 [%- IF warnings.size > 0 -%]
     [%- FOREACH warning IN warnings -%]
diff -r 49f147d2e036 -r fd9b30fa7e69 views/entry.tt.text
--- a/views/entry.tt.text	Mon Oct 31 17:08:33 2011 +0800
+++ b/views/entry.tt.text	Mon Oct 31 17:37:15 2011 +0800
@@ -1,5 +1,5 @@
 ;; -*- coding: utf-8 -*-
-.beta.on=You are beta-testing the new Create Entries page. If you notice any problems, please report them in [[user]]. To turn off beta testing,  visit the <a [[aopts]]>beta features</a> page.
+.beta.on=You are beta-testing the new Create Entries page. If you notice any problems, please report them in [[user]]. To turn off beta testing, visit the <a [[aopts]]>beta features</a> page.
 
 .beta.off=You need to enable beta testing to use the new Create Entries page. <a [[aopts]]>Enable beta testing?</a>.
 
--------------------------------------------------------------------------------