系统消息
<% @sytem_messages.each do |system_message| %>
<%= image_tag("/images/logo.png", :width => "42", :height => "42",class: "mt3") %>
Trustie平台 发布了系统消息: <%= system_message.subject.nil? ? "系统消息" : system_message.subject %>

<%= system_message.content.nil? ? system_message.description.html_safe : system_message.content.html_safe %>

截止时间:<%= format_time(system_message.created_at) %>

<% end %>