Sha256: 6b84d5deca32bf88ab1f62530fc79d5558ec5feb88f6f9de3319069e99c76370
Contents?: true
Size: 693 Bytes
Versions: 4
Compression:
Stored size: 693 Bytes
Contents
<% @title = "#{'Revision details'.t} - #{@headline.title(Translator.for(@locale))} (Motiro)" %> <% cache(:action => 'show', :suffix => 'summary', :locale => @locale) do %> <% pagetext('Revision %s' / truncate(@revision_id)) do %> <%= @renderer.render_html(@headline.description(Translator.for(@locale))) %> <div id="summary"> <% @headline.changes.each do |change| %> <%= change.render_summary -%> <br/> <% end %> </div> <% end %> <% end %> <% cache(:action => 'show', :suffix => 'changes', :locale => @locale) do %> <div id="changes"> <% @headline.changes.each do |change| %> <%= change.render_diff %> <% end %> </div> <% end %>
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
motiro-0.6.3 | app/views/report/show.rhtml |
motiro-0.6.4 | app/views/report/show.rhtml |
motiro-0.6.5 | app/views/report/show.rhtml |
motiro-0.6.6 | app/views/report/show.rhtml |