1234567891011 |
- # #{ticket.title}
- _<#{config.http_type}://#{config.fqdn}/#티켓/줌/#{티켓.id}|티켓##{티켓.번호}>: 현재_사용자.긴이름}이 #{티켓.업데이트된_시간}_에서 업데이트했습니다.
- <% if @objects[:changes].present? %>
- <% @objects[:changes].each do |키, 값| %>
- * <%= t 키 %>: <%= h 값[0] %> -> <%= h 값[1] %>
- <% end %>
- <% end %>
- <% if @objects[:article] %>
- #{article.body_as_text}
- <% end %>
|