Sha256: db00f24a391f1198e9694f37d3e6887826d229fdb45f47b105eab45a4739dbd4

Contents?: true

Size: 505 Bytes

Versions: 20

Compression:

Stored size: 505 Bytes

Contents

<%# encoding: utf-8 %>
<% if element.question? && element.label.present? && !element.hide_label? -%>
  <label for="<%= dom_id(element) %>" class="desc">
    <%= raw element.label %>
    <% if element.required? -%><span class="required">required</span><% end -%>
    <%= image_tag("fe/icons/question-balloon.png", class: "tip", title: element.tooltip) if element.tooltip.present? %>
  </label>
<% end -%>
    
<%= render partial: "fe/questions/" + element.ptemplate, object: element, locals: {col: nil} %>

Version data entries

20 entries across 15 versions & 1 rubygems

Version Path
fe-2.1.6.1 app/views/fe/admin/question_pages/_element_show.html.erb
fe-2.1.6 app/views/fe/admin/question_pages/_element_show.html.erb
fe-2.1.5 app/views/fe/admin/question_pages/_element_show.html.erb
fe-2.1.4 app/views/fe/admin/question_pages/_element_show.html.erb
fe-2.1.3 app/views/fe/admin/question_pages/_element_show.html.erb
fe-2.1.2 app/views/fe/admin/question_pages/_element_show.html.erb
fe-2.1.1 app/views/fe/admin/question_pages/_element_show.html.erb
fe-2.0.8 app/views/fe/admin/question_pages/_element_show.html.erb
fe-2.0.6 app/views/fe/admin/question_pages/_element_show.html.erb
fe-2.0.5 app/views/fe/admin/question_pages/_element_show.html.erb
fe-2.0.4 app/views.current/fe/admin/question_pages/_element_show.html.erb
fe-2.0.4 app/views/fe/admin/question_pages/_element_show.html.erb
fe-2.0.3 app/views/fe/admin/question_pages/_element_show.html.erb
fe-2.0.3 app/views.current/fe/admin/question_pages/_element_show.html.erb
fe-2.0.2 app/views.current/fe/admin/question_pages/_element_show.html.erb
fe-2.0.2 app/views/fe/admin/question_pages/_element_show.html.erb
fe-2.0.1 app/views.current/fe/admin/question_pages/_element_show.html.erb
fe-2.0.1 app/views/fe/admin/question_pages/_element_show.html.erb
fe-2.0.0 app/views.current/fe/admin/question_pages/_element_show.html.erb
fe-2.0.0 app/views/fe/admin/question_pages/_element_show.html.erb