Sha256: 3519f5016a72b6eee831d40f6c88693e77784f1a20d5a872bb2830028e26a03d
Contents?: true
Size: 819 Bytes
Versions: 56
Compression:
Stored size: 819 Bytes
Contents
<%= pb_rails "body", props: { classname: "pb_home_address_street_address", size: 4, text: object.address_house_style, dark: object.dark } %> <%= pb_rails "body", props: { classname: "pb_home_address_street_address", size: 4, text: object.address_house_style2, dark: object.dark } %> <%= pb_rails "body", props: { color: "light", text: object.city_state_zip, dark: object.dark } %> <% if object.home_id %> <%= pb_rails("hashtag", props: { text: "#{object.home_id}", url: object.home_url || "#", type: "home", dark: object.dark, classname: "home-hashtag", new_window: object.new_window, target: object.target_option}) %> <% end %> <%= pb_rails "body", props: { color: "light", tag: "span", dark: object.dark } do %> <small><%= object.territory %></small> <% end %>
Version data entries
56 entries across 56 versions & 1 rubygems