about summary refs log tree commit diff stats
path: root/data/maps/the_impressive/rooms
Commit message (Expand)AuthorAgeFilesLines
* Added the_impressiveStar Rauchenberger2025-08-147-0/+90
rd and back links to blog posts' href='/thoughts/commit/app/views/blogs/show.html.haml?id=65808633a2e0259b54cefb268ebf79418b49e67c'>6580863 ^
e09aa80 ^
835af69 ^
1
2
3
4
5
6
7
8
                   




                                                 
                            
                      
- title @blog.title
- unless @prev.nil?
  .back-post= link_to "← #{@prev.title}", @prev
- unless @next.nil?
  .next-post= link_to "#{@next.title} →", @next
.clear
= render @blog, short: false
= show_comments(@blog)