View turbolinks.js.coffee
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
pageCache = {} | |
cacheSize = 10 | |
transitionCacheEnabled = false | |
currentState = null | |
loadedAssets = null | |
htmlExtensions = ['html'] | |
referer = null |
View jQuery Form Styler v1.7.3
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
/* | |
* jQuery Form Styler v1.7.3 | |
* https://github.com/Dimox/jQueryFormStyler | |
* | |
* Copyright 2012-2015 Dimox (http://dimox.name/) | |
* Released under the MIT license. | |
* | |
* Date: 2015.09.05 | |
* | |
*/ |
View rules
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
#modal_reuse.modal.modal_800 | |
.modal__head.clearfix | |
.modal__title.clearfix | |
- if @profile_present | |
| Народная модерация | |
- else | |
| Народная модерация. Режим обучения. | |
.modal__close.arcticmodal-close title="Закрыть" | |
.modal__body.moder.clearfix | |
.modal__content.modal__content_wide.clearfix |