Created
November 23, 2012 19:47
-
-
Save jcode/4137015 to your computer and use it in GitHub Desktop.
Liquid Example #1
This file contains 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
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