All Downloads are FREE. Search and download functionalities are using the official Maven repository.

web-interface.assets.ccde58de5468dd353dbee74d631ebdf0.js Maven / Gradle / Ivy

There is a newer version: 6.0.1
Show newest version
ace.define("ace/snippets/haml",["require","exports","module"],(function(require,exports,t){"use strict";exports.snippetText="snippet t\n\t%table\n\t\t%tr\n\t\t\t%th\n\t\t\t\t${1:headers}\n\t\t%tr\n\t\t\t%td\n\t\t\t\t${2:headers}\nsnippet ul\n\t%ul\n\t\t%li\n\t\t\t${1:item}\n\t\t%li\nsnippet =rp\n\t= render :partial => '${1:partial}'\nsnippet =rpl\n\t= render :partial => '${1:partial}', :locals => {}\nsnippet =rpc\n\t= render :partial => '${1:partial}', :collection => @$1\n\n",exports.scope="haml"})),ace.require(["ace/snippets/haml"],(function(t){"object"==typeof module&&"object"==typeof exports&&module&&(module.exports=t)}));




© 2015 - 2024 Weber Informatics LLC | Privacy Policy