first commit, largely copied volunteers
This commit is contained in:
9
app/views/stories/show.html.haml
Normal file
9
app/views/stories/show.html.haml
Normal file
@ -0,0 +1,9 @@
|
||||
= render_story @story
|
||||
|
||||
.mx-20.flex.justify-between
|
||||
= link_to edit_story_path(@story) do
|
||||
%button.mt-6.bg-cyan-200.mr-3.inline-block.rounded-lg.px-4.py-3.text-md.font-medium.border.border-gray-400
|
||||
Edit
|
||||
= link_to stories_path do
|
||||
%button.mt-6.mr-3.inline-block.rounded-lg.px-4.py-3.text-md.font-medium.border.border-gray-400
|
||||
Back
|
Reference in New Issue
Block a user