Guest User

Untitled

a guest
Feb 21st, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. <% if @dealerships.first.listing_type_id == 4 %>
  2. <%= link_to("View Terms and Conditions & Dealer Agreement", {:controller => "common_elements", :action => "dealer_agreement"}, :popup => true, :style=>"color: #ed6e00")%>
  3. <% else %>
  4. <%= link_to("View Terms and Conditions & Dealer Agreement", {:controller => "common_elements", :action => "dealer_agreement"}, :popup => true, :style=>"color: #ed6e00")%>
  5. <% end %>
Add Comment
Please, Sign In to add comment