Sha256: 0af277ab9e8c316b864ee7877bc23dce08938b819a53eb404f41f0413d91c360
Contents?: true
Size: 1.84 KB
Versions: 6
Compression:
Stored size: 1.84 KB
Contents
<div id="div_promotion_enquiry_show"> <div class="row"> <div class="col-md-8 col-sm-12 col-xs-12" style="border-right:1px solid #f1f1f1;"> <%= theme_panel_heading(@promotion_enquiry.name) %> <%= theme_panel_description(@promotion_enquiry.email) %> <%= theme_panel_description(@promotion_enquiry.phone) %> <%= display_readable_status(@promotion_enquiry) %> <%= clear_tag(10) %> <div class="well"> <% @promotion_enquiry.additional_attributes.each do |k, v| %> <div><strong><%= k %></strong>: <%= v %></div> <% end %> </div> <%= clear_tag(10) %> <% if @current_user.super_admin? %> <div class="table-responsive"> <table class="table table-striped table-condensed table-bordered mb-60"> <tbody> <tr> <th>ID</th><td><%= @promotion_enquiry.id %></td> </tr> <tr> <th></th><td></td> </tr> <tr> <th>Status</th><td><%= @promotion_enquiry.status %></td> </tr> <tr> <th>Created At</th><td><%= @promotion_enquiry.created_at.strftime("%m/%d/%Y - %H:%M:%S") if @promotion_enquiry.created_at %></td> </tr> <tr> <th>Updated At</th><td><%= @promotion_enquiry.updated_at.strftime("%m/%d/%Y - %H:%M:%S") if @promotion_enquiry.updated_at %></td> </tr> </tbody> </table> </div> <% end %> <%= clear_tag(20) %> </div> <% if display_manage_links? %> <div class="col-md-4 col-sm-12 col-xs-12"> <%= display_readable_buttons(@promotion_enquiry) %> </div> <% end %> </div> <%= link_to "Close", "#", onclick: "closeGenericModal();", class: "btn btn-primary pull-right" %> <%= clear_tag %> </div>
Version data entries
6 entries across 6 versions & 1 rubygems