orbit4-5/app/templates/orbit_classic/modules/announcement/show.html.erb

7 lines
114 B
Plaintext
Raw Normal View History

2014-04-01 07:10:21 +00:00
<article>
<h1>{{title}}</h1>
2014-05-01 09:27:01 +00:00
<img src="{{image}}">
2014-04-01 07:10:21 +00:00
<section>
<div>{{body}}</div>
</section>
</article>