Skip to content

Instantly share code, notes, and snippets.

View rbrancher's full-sized avatar

Rodrigo Brancher rbrancher

  • Amazon
  • Seattle, WA - USA
View GitHub Profile
<dl class="field">
<dt>status</dt>
<dd><%= f.radio_button :published, false %><%= f.label :published, " #{t('publisher.draft')}", :value => false %></dd>
<dd><%= f.radio_button :published, true %><%= f.label :published, " #{t('publisher.published')}", :value => true %></dd>
</dl>
<dl class="field">
<dt><%= f.label :published_at %></dt>
<dd>
<%= f.text_field :published_at, value: object.published_at.try(:strftime, '%d/%m/%Y'), class: 'datepicker' %>
</dd>
<article class="store-product-show">
<section class="gallery-block">
<div class="gallery">
<%- product.catalog_product.images.each do |image| -%>
<%= image_tag image.grid_6.url, alt: product.name %>
<%- end -%>
</div>
<div class="text-block">
<%= simple_format product.catalog_product.tech_description %>
seção atual categoria atual -> nova seção novo canal
PROJECTS edifício -> ARQUITETURA comercial
PROJECTS casa -> ARQUITETURA residencial
PROJECTS apto -> ARQUITETURA residencial
PROJECTS loja -> ARQUITETURA comercial
PROJECTS office -> ARQUITETURA comercial
PROJECTS club -> ARQUITETURA comercial
PROJECTS eat -> ARQUITETURA comercial
PROJECTS urban -> ARQUITETURA urbanismo
PROJECTS hotel -> ARQUITETURA hotel