Skip to content

Commit

Permalink
Merge pull request #525 from scidsg/message-format
Browse files Browse the repository at this point in the history
Message Formatting
  • Loading branch information
glenn-sorrentino authored Aug 28, 2024
2 parents 4310020 + 7ceae5e commit d43adf8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hushline/templates/inbox.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<h2>Inbox for {{ user.display_name or user.primary_username }}</h2>
{% for message in messages %}
<article
class="message{% if 'BEGIN PGP MESSAGE' in message.content %}encrypted{% endif %}"
class="message {% if 'BEGIN PGP MESSAGE' in message.content %}encrypted{% endif %}"
data-encrypted-content="{{ message.content }}"
aria-label="Message with {{ message.user.primary_username or message.user.display_name }}"
>
Expand Down
2 changes: 1 addition & 1 deletion hushline/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.8"
__version__ = "0.2.9"

0 comments on commit d43adf8

Please sign in to comment.