Sha256: b4fb3bb62bf179d66b3f97ce07a2d25335e3a5546a78cebedc0e17a3ab522dd5
Contents?: true
Size: 491 Bytes
Versions: 23
Compression:
Stored size: 491 Bytes
Contents
<div class="help-text-icon">?</div> <%= render 'section_heading', :presenter => renderer, :force_render => true %> <ul class="response_list umlaut-help-list"> <% help.each do |help| value_hash = help.view_data %> <li><%= link_to value_hash[:display_text], {:controller=>'link_router', :id=>help.id}, 'target'=>"_blank" %> <% unless value_hash[:note].blank? %> <br /> <%= value_hash[:note] %> <% end %> </li> <% end %> </ul>
Version data entries
23 entries across 23 versions & 1 rubygems