mirror of
https://github.com/we-promise/sure.git
synced 2026-04-13 17:14:05 +00:00
* Add help articles * Broadcast sync messages as notifications * Lint fixes * more lint fixes * Remove redundant code
8 lines
137 B
Plaintext
8 lines
137 B
Plaintext
<%= drawer do %>
|
|
<div class="prose">
|
|
<%= tag.h1 @article.title %>
|
|
|
|
<%= sanitize(@article.html).html_safe %>
|
|
</div>
|
|
<% end %>
|