mirror of
https://github.com/wassname/talk.git
synced 2026-08-12 12:30:39 +08:00
Add useful links
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@
|
||||
<main>
|
||||
<h1><%= title %></h1>
|
||||
<p><%= body %></p>
|
||||
<p><a href="/admin">Visit the moderation console</a></p>
|
||||
<p><a href="/admin">Admin</a> - <a href="/assets">All Assets</a></p>
|
||||
<div id='coralStreamEmbed'></div>
|
||||
</main>
|
||||
|
||||
|
||||
+6
-12
@@ -1,20 +1,14 @@
|
||||
<html>
|
||||
<head>
|
||||
Asset list
|
||||
</head>
|
||||
<body>
|
||||
<p>
|
||||
Clicking on an asset below will bring you to its comment stream.
|
||||
</p>
|
||||
<p>
|
||||
You may paginate manually using skip and limit query params. (aka, ?skip=100&limit=25)
|
||||
</p>
|
||||
<p>
|
||||
This is intended for developer use only.
|
||||
</p>
|
||||
<h1>
|
||||
Asset list
|
||||
</h1>
|
||||
<% assets.forEach(function (asset) { %>
|
||||
<a href="/assets/id/<%= asset.id %>"><%= asset.url %></a><br />
|
||||
<% }) %>
|
||||
<p>
|
||||
(For dev use only. FYI, you can: ?skip=100&limit=25)
|
||||
</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user