feature: allow overriding signup pitch
This commit is contained in:
parent
6637927e20
commit
ebf0e4428e
11 changed files with 43 additions and 42 deletions
|
|
@ -141,9 +141,9 @@
|
|||
</label>
|
||||
<div class="tab-content">
|
||||
<div id="blurbs-container" class="container">
|
||||
<!-- #include file="./README.md" -->
|
||||
<!-- #include "./README.md" -->
|
||||
|
||||
<!-- #include file="./new_blurb.html" -->
|
||||
<!-- #include "./new_blurb.html" -->
|
||||
|
||||
<div
|
||||
id="blurbs-list"
|
||||
|
|
@ -227,7 +227,7 @@
|
|||
<div class="content-container">${htmlify(md_to_html(context.blurb.data.blurb))}</div>
|
||||
<div class="reactions-container"></div>
|
||||
<button class="icon more" commandfor="eventactionspopover"></button>
|
||||
<!-- #include file="./new_blurb.html" -->
|
||||
<!-- #include "./new_blurb.html" -->
|
||||
<div class="replies-container"></div>
|
||||
</div>
|
||||
</template>
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
</label>
|
||||
<div class="tab-content">
|
||||
<style>
|
||||
<!-- #include file="./chat.css" -->
|
||||
<!-- #include "./chat.css" -->
|
||||
</style>
|
||||
<script src="/js/external/mimetypes.js" type="text/javascript"></script>
|
||||
<script src="/js/external/punycode.js" type="text/javascript"></script>
|
||||
|
|
@ -232,4 +232,4 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- #include file="./channel_sidebar.html" -->
|
||||
<!-- #include "./channel_sidebar.html" -->
|
||||
|
|
|
|||
|
|
@ -109,8 +109,8 @@
|
|||
</label>
|
||||
<div class="tab-content">
|
||||
<div id="essays-container" class="container">
|
||||
<!-- #include file="./README.md" -->
|
||||
<!-- #include file="./new_essay.html" -->
|
||||
<!-- #include "./README.md" -->
|
||||
<!-- #include "./new_essay.html" -->
|
||||
|
||||
<div
|
||||
id="essays-list"
|
||||
|
|
|
|||
|
|
@ -140,7 +140,7 @@
|
|||
<div class="label">Forum</div></label
|
||||
>
|
||||
<div class="tab-content forum-container">
|
||||
<!-- #include file="./README.md" -->
|
||||
<!-- #include "./README.md" -->
|
||||
|
||||
<div
|
||||
id="posts-list"
|
||||
|
|
@ -234,7 +234,7 @@
|
|||
</div>
|
||||
<div class="reactions-container"></div>
|
||||
<button class="icon more" commandfor="eventactionspopover"></button>
|
||||
<!-- #include file="./new_post.html" -->
|
||||
<!-- #include "./new_post.html" -->
|
||||
<div class="replies-container"></div>
|
||||
</div>
|
||||
</template>
|
||||
|
|
@ -251,6 +251,6 @@
|
|||
</template>
|
||||
</div>
|
||||
|
||||
<!-- #include file="./new_post.html" -->
|
||||
<!-- #include "./new_post.html" -->
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -131,9 +131,9 @@
|
|||
</style>
|
||||
|
||||
<div class="tabs">
|
||||
<!-- #include file="./chat/chat.html" -->
|
||||
<!-- #include file="./blurbs/blurbs.html" -->
|
||||
<!-- #include file="./forum/forum.html" -->
|
||||
<!-- #include file="./essays/essays.html" -->
|
||||
<!-- #include file="./map/map.html" -->
|
||||
<!-- #include "./chat/chat.html" -->
|
||||
<!-- #include "./blurbs/blurbs.html" -->
|
||||
<!-- #include "./forum/forum.html" -->
|
||||
<!-- #include "./essays/essays.html" -->
|
||||
<!-- #include "./map/map.html" -->
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue