Created
March 18, 2015 10:36
-
-
Save lislon/d6de2eae6f330e71e4fb to your computer and use it in GitHub Desktop.
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
| script(type="text/html", id="tpl-localSet-item") | |
| button.clear | |
| span {{ title }} | |
| span {{ showMetro }} | |
| {{#if hours}} | |
| {{#if isEveryday }} | |
| div.time | |
| span Ежедневно | |
| span {{ hours.workdays }} | |
| {{else}} | |
| {{#if hours.workdays }} | |
| div.time | |
| span Пн-Пт | |
| span {{ hours.workdays }} | |
| {{/if}} | |
| {{#if hours.weekdays }} | |
| div.time | |
| span Сб-Вс | |
| span {{ hours.weekdays }} | |
| {{/hours.weekdays}} | |
| {{/if}} | |
| {{/if}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment