Skip to content

Instantly share code, notes, and snippets.

@jcode
Created November 23, 2012 19:47
Show Gist options
  • Save jcode/4137015 to your computer and use it in GitHub Desktop.
Save jcode/4137015 to your computer and use it in GitHub Desktop.
Liquid Example #1
45: <img src="/assets/admin/theme_mentor.png" />
46: </div>
47: <div id="current-theme-desc">
48: <p><%= sanitize(@site.current_theme.description) %></p>
49: <span class="meta-info"><%= raw t('admin.customization.themes.last_modificated') %>
50: : <%= time_ago_in_words(@themeship.updated_at) %></span>
51: <%= link_to t('admin.customization.themes.gallery'), main_app.list_customization_themes_path() %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment