Added basic quote display

This commit is contained in:
Scott
2017-12-03 22:33:24 +01:00
parent d4d7294f4e
commit f9c6711e8e
5 changed files with 93 additions and 0 deletions

15
pages/quote/quote.pixy Normal file
View File

@ -0,0 +1,15 @@
<<<<<<< HEAD
component QuotePage(quote *arn.Quote, character *arn.Character, user *arn.User)
QuoteTabs(quote, user)
.quote-page
.quote-header
h1.quote-name.mountable= quote.Description
h3.mountable Characters
.quote-character.mountable
Character(character)
component QuoteTabs(quote *arn.Quote, user *arn.User)
.tabs
Tab("Quote", "building", quote.Link())
Tab("Edit", "pencil", quote.Link() + "/edit")