Sha256: dcdd809dc99b74a7129f340d6eaa07b0488136aec3cf98b675fbcc7f8acc3961
Contents?: true
Size: 1.16 KB
Versions: 1
Compression:
Stored size: 1.16 KB
Contents
<div class="sidebar" style="clear:right"> <div class="box"> <% if @elt.children.count > 0 %> <div class="boxTitle">Titres</div> <% end %> <% for elt in @elt.children.reverse[0..9] %> <div class="boxLine"> <span style="float:right;margin-right:0.5em;font-size:smaller;"> <%= elt.created_on.strftime('%d/%m') %> </span> <%= link_to elt.subject, :id => elt %> </div> <% end %> <br/> <%= link_to image_tag("/images/webfeed.gif"), :action => 'rss', :id => @elt %> </div> <!-- <a href="http://echarp.dyndns.org/perso/image/echarp.jpg" title="Oui oui, je fais mon style ;)"> <img src="/perso/image/echarpSmall.jpg" style="margin-top:1em"/> <img src="http://echarp.dyndns.org/perso/CV/20030520echarp.jpg"/> </a> --> </div> <% @flash.each do |key, value| %> <div class="<%= key %>"><%= value %></div> <% end %> <% if @elt.parent.subject != '' %> <div class="parent"> <%= link_to(textilize_without_paragraph(@elt.parent.subject), :id => @elt.parent) %> </div> <% end %> <%= render :partial => 'elt', :layout => 'top', :locals => { :elt => @elt, :eltTop => true } %> <div class="version">version <%= PARLEMENT_VERSION %></div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
parlement-0.1 | app/views/elt/show.rhtml |