|
|
|
@@ -35,41 +35,51 @@
|
|
|
|
|
<% end %>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<section class="comments panel center borderless margin">
|
|
|
|
|
<section class="comments panel center borderless margin-block flex flex-column gap">
|
|
|
|
|
<div class="comment flex align-start gap">
|
|
|
|
|
<span class="avatar fill-shade flex-item-no-shrink"><strong>JZ</strong></span>
|
|
|
|
|
<div class="flex-item-grow txt-align-start">
|
|
|
|
|
<header class="full-width flex align-center gap margin-block-start">
|
|
|
|
|
<header class="full-width margin-block">
|
|
|
|
|
Added by <strong>Jason Zimdars</strong> <%= time_ago_in_words @splat.created_at %> ago.
|
|
|
|
|
</header>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="comment flex align-start gap">
|
|
|
|
|
<div class="flex align-center gap">
|
|
|
|
|
<span class="avatar fill-shade flex-item-no-shrink"><strong>JZ</strong></span>
|
|
|
|
|
<header class="full-width flex align-center gap">
|
|
|
|
|
<strong>Jason Zimdars</strong>
|
|
|
|
|
</header>
|
|
|
|
|
<div class="comment__body">
|
|
|
|
|
<p>I'll be speaking in Chicago early next month at the ABA convention and they'll be sharing this resource with all State Bar Presidents. I mentioned Writebook in the intro towards the bottom. The platform is awesome! </p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="comment__body txt-align-start">
|
|
|
|
|
<p class="margin-none-block-start">I'll be speaking in Chicago early next month at the ABA convention and they'll be sharing this resource with all State Bar Presidents. I mentioned Writebook in the intro towards the bottom. The platform is awesome! </p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="comment flex align-start gap">
|
|
|
|
|
<span class="avatar fill-selected flex-item-no-shrink"><strong>JF</strong></span>
|
|
|
|
|
<div class="flex-item-grow txt-align-start">
|
|
|
|
|
<header class="full-width flex align-center gap margin-block-start">
|
|
|
|
|
<div class="flex align-center gap">
|
|
|
|
|
<span class="avatar fill-selected flex-item-no-shrink"><strong>JF</strong></span>
|
|
|
|
|
<header class="full-width flex align-center gap">
|
|
|
|
|
<strong>Jason Fried</strong>
|
|
|
|
|
</header>
|
|
|
|
|
<div class="comment__body">
|
|
|
|
|
<p>Never mind, I nipped home and tried it on Browser Stack. It's working correctly on Windows with Edge, Chrome & Firefox. </p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="comment__body txt-align-start">
|
|
|
|
|
<p class="margin-none-block-start">Never mind, I nipped home and tried it on Browser Stack. It's working correctly on Windows with Edge, Chrome & Firefox. </p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="comment flex align-start gap">
|
|
|
|
|
<span class="avatar fill-black txt-reversed flex-item-no-shrink"><strong>JF</strong></span>
|
|
|
|
|
<div class="flex-item-grow txt-align-start">
|
|
|
|
|
<header class="full-width flex align-center gap margin-block-start">
|
|
|
|
|
<div class="flex align-center gap">
|
|
|
|
|
<span class="avatar fill-black txt-reversed flex-item-no-shrink"><strong>JF</strong></span>
|
|
|
|
|
<header class="full-width flex align-center gap">
|
|
|
|
|
<strong>Kevin McConnell</strong>
|
|
|
|
|
</header>
|
|
|
|
|
<div class="comment__body">
|
|
|
|
|
<p>If this is only happening to one site, and potentially has already resolved itself, then I'll just dig into this on Monday and see if I can find an explanation or a way to reproduce it. Hopefully this isn't a sign of something more common, but so far doesn't sound like it. </p>
|
|
|
|
|
<p>But if you hear about something similar happening to anyone else, please flag it here and I'll look more urgently.</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="comment__body txt-align-start">
|
|
|
|
|
<p class="margin-none-block-start">If this is only happening to one site, and potentially has already resolved itself, then I'll just dig into this on Monday and see if I can find an explanation or a way to reproduce it. Hopefully this isn't a sign of something more common, but so far doesn't sound like it. </p>
|
|
|
|
|
<p>But if you hear about something similar happening to anyone else, please flag it here and I'll look more urgently.</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<button class="btn btn--positive center">
|
|
|
|
|
<%= image_tag "add.svg", aria: { hidden: true }, size: 24 %>
|
|
|
|
|
<span class="for-screen-reader">Add a comment</span>
|
|
|
|
|
</button>
|
|
|
|
|
</section>
|
|
|
|
|