Sha256: de5d5147f7f466cc9111434cbd8f78ee20cfce673405fc475624ae1532ed285b
Contents?: true
Size: 663 Bytes
Versions: 2
Compression:
Stored size: 663 Bytes
Contents
<% if @customer.businesses.count>0 then %> <div class="btn-group" id="businesses"> <button class="btn btn-info dropdown-toggle" data-toggle="dropdown"><i class="icon-ok icon-white"></i><%= t("customers.a_customer") %> <span class="caret"></span> </button> <ul class="dropdown-menu"> <% @customer.businesses.each do |b_d| %> <li><a href="#"><%= b_d.business.name %> <em><%= format_date b_d.business_at %></em></a></li> <% end %> </ul> </div> <% else %> <% if @customer.is_customer then %> <span class="badge badge-info"><i class="icon-ok icon-white"></i> <%= t("customers.a_customer") %></span> <% end %> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
guara-0.0.3 | app/views/customers/_businesses_done.html.erb |
guara-0.0.1.rc | app/views/customers/_businesses_done.html.erb |