diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2017-06-29 14:53:15 -0400 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2017-06-29 14:53:15 -0400 |
commit | 5ff9457ee3d2f1c636da8d13c47c608543d2e5f7 (patch) | |
tree | 1f573d03fe248a01a420a809a1a3a325c80774f7 /app/views/entries/show.html.haml | |
parent | 5a82b1a0bdf24cdf0a05a84183106ff106f88626 (diff) | |
download | thoughts-5ff9457ee3d2f1c636da8d13c47c608543d2e5f7.tar.gz thoughts-5ff9457ee3d2f1c636da8d13c47c608543d2e5f7.tar.bz2 thoughts-5ff9457ee3d2f1c636da8d13c47c608543d2e5f7.zip |
Worked on style of blog posts
Diffstat (limited to 'app/views/entries/show.html.haml')
-rw-r--r-- | app/views/entries/show.html.haml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/entries/show.html.haml b/app/views/entries/show.html.haml index 8a2a2a9..3a9337c 100644 --- a/app/views/entries/show.html.haml +++ b/app/views/entries/show.html.haml | |||
@@ -1,2 +1,2 @@ | |||
1 | <h1>Entries#show</h1> | 1 | .breadcrumb= link_to "← Back to home page", root_path |
2 | <p>Find me in app/views/entries/show.html.erb</p> | 2 | = render @entry |