From 1f1b1d43aee6042b79869a87c3728dee13042436 Mon Sep 17 00:00:00 2001 From: David Erwin Date: Wed, 25 Jan 2017 15:27:38 -0500 Subject: [PATCH] Add useful links --- views/article.ejs | 2 +- views/articles.ejs | 18 ++++++------------ 2 files changed, 7 insertions(+), 13 deletions(-) diff --git a/views/article.ejs b/views/article.ejs index f5f56420e..de2e1c698 100644 --- a/views/article.ejs +++ b/views/article.ejs @@ -21,7 +21,7 @@

<%= title %>

<%= body %>

-

Visit the moderation console

+

Admin - All Assets

diff --git a/views/articles.ejs b/views/articles.ejs index 688fa85bb..f348ff6bd 100644 --- a/views/articles.ejs +++ b/views/articles.ejs @@ -1,20 +1,14 @@ - - Asset list - -

- Clicking on an asset below will bring you to its comment stream. -

-

- You may paginate manually using skip and limit query params. (aka, ?skip=100&limit=25) -

-

- This is intended for developer use only. -

+

+ Asset list +

<% assets.forEach(function (asset) { %> <%= asset.url %>
<% }) %> +

+ (For dev use only. FYI, you can: ?skip=100&limit=25) +