This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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 %> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
OlderNewer