10 lines
440 B
Plaintext
10 lines
440 B
Plaintext
<div data-action="click->comments#stopPropagation" class="bg-white rounded-lg shadow-xl p-6 w-full max-w-lg">
|
|
<div class="flex justify-between items-center mb-4">
|
|
<h4 class="text-lg font-bold">Add a Comment</h4>
|
|
<button data-action="click->comments#closeWithButton" class="text-slate-500 hover:text-slate-700 text-2xl leading-none">
|
|
×
|
|
</button>
|
|
</div>
|
|
<%= render "entries/comment_form", entry: entry %>
|
|
</div>
|