app/views/resolve/_help.html.erb in umlaut-3.0.5 vs app/views/resolve/_help.html.erb in umlaut-3.1.0.pre1
- old
+ new
@@ -1,17 +1,20 @@
+ <div class="help-text-icon">?</div>
+ <div class="section_heading"</div>
+ <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>
- <span id="helpicon">?</span>
- <span class="smallText">Question? Problem? Contact:</span>
- <ul style="text-align: right">
- <% 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>
-