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