From 928299e6fede94c5304e3341f308c7a927e99a4d Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Mon, 11 Jan 2016 11:37:05 +0000 Subject: [PATCH] Add 'View source' link --- app/templates/views/styleguide.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/templates/views/styleguide.html b/app/templates/views/styleguide.html index 882679452..fadbf0a4c 100644 --- a/app/templates/views/styleguide.html +++ b/app/templates/views/styleguide.html @@ -18,6 +18,8 @@ Styleguide +

View source

+

Banner

Used to show the result of a user’s action.

{{ banner("This is a banner", with_tick=True) }}