Sha256: 6e60343e783149e54d228650f6b32cd91c6f218f2f1d167f1759e4d581b4cbb3

Contents?: true

Size: 600 Bytes

Versions: 24

Compression:

Stored size: 600 Bytes

Contents

- show_company ||= false
%table.address
  = table_row "First Name", address.first_name
  = table_row "Last Name", address.last_name
  = table_row "Company", address.company if show_company
  = table_row "Address Line 1", address.address1
  = table_row "Address Line 2", address.address2
  = table_row "City", address.city
  = table_row "Province", address.province ? address.province.title : ""
  = table_row "Country", address.country ? address.country.title : ""
  = table_row "Postal Code", address.postal
  = table_row "Email", address.email
  = table_row "Phone", number_to_phone(address.phone)

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
forge-cli-0.1.10 lib/forge/app/views/orders/_display_address.html.haml
forge-cli-0.1.9 lib/forge/app/views/orders/_display_address.html.haml
forge-cli-0.1.8 lib/forge/app/views/orders/_display_address.html.haml
forge-cli-0.1.7 lib/forge/app/views/orders/_display_address.html.haml
forge-cli-0.1.6 lib/forge/app/views/orders/_display_address.html.haml
forge-cli-0.1.5 lib/forge/app/views/orders/_display_address.html.haml
forge-cli-0.1.4 lib/forge/app/views/orders/_display_address.html.haml
forge-cli-0.1.3 lib/forge/app/views/orders/_display_address.html.haml
forge-cli-0.1.2 lib/forge/app/views/orders/_display_address.html.haml
forge-cli-0.1.1 lib/forge/app/views/orders/_display_address.html.haml
forge-cli-0.1.0 lib/forge/app/views/orders/_display_address.html.haml
forge-cli-0.0.18 lib/forge/app/views/orders/_display_address.html.haml
forge-cli-0.0.17 lib/forge/app/views/orders/_display_address.html.haml
forge-cli-0.0.16 lib/forge/app/views/orders/_display_address.html.haml
forge-cli-0.0.15 lib/forge/app/views/orders/_display_address.html.haml
forge-cli-0.0.14 lib/forge/app/views/orders/_display_address.html.haml
forge-cli-0.0.13 lib/forge/app/views/orders/_display_address.html.haml
forge-cli-0.0.12 lib/forge/app/views/orders/_display_address.html.haml
forge-cli-0.0.11 lib/forge/app/views/orders/_display_address.html.haml
forge-cli-0.0.10 lib/forge/app/views/orders/_display_address.html.haml