Fix links in badge email (#4006)
This commit is contained in:
parent
57eeceeb74
commit
653a266141
1 changed files with 2 additions and 2 deletions
|
|
@ -21,10 +21,10 @@
|
|||
</p>
|
||||
<hr style="opacity:0.4;width: 150px;margin: 30px auto;" />
|
||||
<p>
|
||||
You also get <strong><a href="<%= ApplicationConfig["APP_DOMAIN"] %>/credits">5 new credits</a></strong> to use for <strong><a href="<%= ApplicationConfig["APP_DOMAIN"] %>/listings">community listings</a></strong><br />
|
||||
You also get <strong><a href="<%= credits_url %>">5 new credits</a></strong> to use for <strong><a href="<%= root_url %>/listings">community listings</a></strong><br />
|
||||
if you have anything you'd like to promote. 🎉
|
||||
</p>
|
||||
<p>
|
||||
<strong><a href="<%= ApplicationConfig["APP_DOMAIN"] %>/about-listings">More information about listings<a></strong>
|
||||
<strong><a href="<%= root_url %>/about-listings">More information about listings<a></strong>
|
||||
</p>
|
||||
</center>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue