Sha256: 85817fc4365d18f23529dd3c3c623d24e088fa4014100aa628b1d7245082ce91
Contents?: true
Size: 477 Bytes
Versions: 3
Compression:
Stored size: 477 Bytes
Contents
<div class="help-text-icon">?</div> <div class="section_heading"> <h3> Question? Problem? Contact: </h3> </div> <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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
umlaut-3.1.1 | app/views/resolve/_help.html.erb |
umlaut-3.1.0 | app/views/resolve/_help.html.erb |
umlaut-3.1.0.pre2 | app/views/resolve/_help.html.erb |