summaryrefslogtreecommitdiff
path: root/app/views/system_messages/show.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/system_messages/show.html.haml')
-rw-r--r--app/views/system_messages/show.html.haml8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/views/system_messages/show.html.haml b/app/views/system_messages/show.html.haml
new file mode 100644
index 0000000..694e4c1
--- /dev/null
+++ b/app/views/system_messages/show.html.haml
@@ -0,0 +1,8 @@
+- title t("system_messages.show.page_title")
+
+%p
+ %strong= t('system_messages.show.created_at') + ":"
+ = @system_message.created_at
+%p
+ %strong= t('system_messages.show.content') + ":"
+ = @system_message.content