summaryrefslogtreecommitdiff
path: root/app/views/system_messages/show.html.haml
blob: 70be6f257c0169056d17ffa3a422e2d14bbb2fa1 (plain)
1
2
3
4
5
6
7
8
- content_for :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