scribe/src
Edward Loveall 561483cf9f
Link to the author's page
Right now this links to the user's medium page. It may link to an
internal page in the future.

Instead of the Page taking the author as a string, it now takes a
PostResponse::Creator object. The Articles::ShowPage then converts the
Creator (a name and user_id) to an author link.

Finally, I did some refactoring of UserAnchor (which I thought I was
going to use for this) to change it's userId attribute to user_id as is
Crystal convention.
2021-09-15 16:03:36 -04:00
..
actions Add home page 2021-09-06 13:38:18 -04:00
classes Link to the author's page 2021-09-15 16:03:36 -04:00
clients Render embedded content 2021-09-15 15:18:08 -04:00
components Fix Blockquotes 2021-09-15 15:25:34 -04:00
css Improve author/timestamp 2021-09-04 22:05:58 -04:00
emails Initial app 2021-05-01 17:03:38 -04:00
js Initial app 2021-05-01 17:03:38 -04:00
models Link to the author's page 2021-09-15 16:03:36 -04:00
operations Initial app 2021-05-01 17:03:38 -04:00
pages Link to the author's page 2021-09-15 16:03:36 -04:00
queries Initial app 2021-05-01 17:03:38 -04:00
serializers Initial app 2021-05-01 17:03:38 -04:00
app.cr First step rendering a page 2021-07-04 16:28:03 -04:00
app_database.cr Initial app 2021-05-01 17:03:38 -04:00
app_server.cr Initial app 2021-05-01 17:03:38 -04:00
constants.cr First step rendering a page 2021-07-04 16:28:03 -04:00
scribe.cr Initial app 2021-05-01 17:03:38 -04:00
shards.cr Render embedded content 2021-09-15 15:18:08 -04:00
start_server.cr Initial app 2021-05-01 17:03:38 -04:00