Sha256: 1b3202f888896cfb3b5251af52e5db00802d30cc02c8cbd58306ad1bef8f9c11
Contents?: true
Size: 774 Bytes
Versions: 1
Compression:
Stored size: 774 Bytes
Contents
<% if @homepage %> <% @homepage.cms_sections.each do |section| %> <%= build_section(section) %> <% end %> <% else %> <div id="missingHomepage" class="container my-5"> <div class="row my-5"> <div class="col-12"> <figure class="logo mx-auto missing-homepage-logo-container"> <%= logo %> </figure> </div> <div class="col-12 mb-5 text-center"> <h1 class="mb-3"><%= Harpiya.t('we_will_be_back') %></h1> <h4 class="text-dark"><%= Harpiya.t('we_are_busy_updating', store_name: current_store.name) %></h4> <h4 class="text-dark"><%= Harpiya.t('please_check_back_soon') %></h4> </div> </div> </div> <% end %> <%= render "harpiya/shared/cms/pages/edit_mode", edit_mode: @edit_mode %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
harpiya_frontend-4.3.0.alpha | app/views/harpiya/home/index.html.erb |