commit stringlengths 40 40 | old_file stringlengths 7 120 | new_file stringlengths 7 120 | old_contents stringlengths 0 1.87k | new_contents stringlengths 33 2.34k | subject stringlengths 20 137 | message stringlengths 21 1.97k | lang stringclasses 1
value | license stringclasses 9
values | repos stringlengths 10 20k |
|---|---|---|---|---|---|---|---|---|---|
26998a8699b5e24bbecd4c41d926434c43f4d167 | test/fixtures/pages/helpers-demo-collections.hbs | test/fixtures/pages/helpers-demo-collections.hbs | {{#* inline "collection-item"}}
<output test-collection-index="{{@index}}" test-collection-id="{{id}}">
{{url}}
{{name}}
</output>
{{/inline}}
<!-- Iterating over collections -->
{{#each (collections) as |collection|}}
{{> collection-item collection}}
{{/each}}
<!-- Iterating over collections: "components... | {{#* inline "collection-item"}}
<output test-collection-index="{{@index}}" test-collection-id="{{id}}">
{{url}}
{{name}}
</output>
{{/inline}}
<!-- Iterating over collections -->
{{#each (collections) as |collection|}}
{{> collection-item collection}}
{{/each}}
<!-- Iterating over collections: "components... | Tweak test fixture to include collection sorting | Tweak test fixture to include collection sorting
| Handlebars | mit | cloudfour/drizzle-builder |
55661ba274e6c23fc91e91800a612b35d4f9635a | addon/templates/components/power-select-typeahead/selected.hbs | addon/templates/components/power-select-typeahead/selected.hbs | <input type="text" value={{if extra.labelPath (get selection extra.labelPath) selection}} class="ember-power-select-typeahead-input"
oninput={{action "search" value="target.value"}}
onkeydown={{action "handleKeydown"}}
onclick={{action "captureClick"}}>
{{#if hasPendingPromises}}
<span class="ember-power-select... | <input type="text" value={{if extra.labelPath (get selection extra.labelPath) selection}} class="ember-power-select-typeahead-input"
oninput={{action "search" value="target.value"}}
onkeydown={{action "handleKeydown"}}
onclick={{action "captureClick"}}>
{{#if results.isPending}}
<span class="ember-power-select-... | Make compatible with ember-power-select 0.6.3+ | Make compatible with ember-power-select 0.6.3+
| Handlebars | mit | cibernox/ember-power-select-typeahead,cibernox/ember-power-select-typeahead |
90bc509de1b044cc3910b6103c7c8a96e1576b7b | app/subapps/browser/templates/sidebar.handlebars | app/subapps/browser/templates/sidebar.handlebars | <div class="charmbrowser" class="yui3-g">
<div id="bws-sidebar" class="yui3-u-1-4">
<div class="bws-header">
</div>
<div class="bws-left">
<div class="slider"></div>
<h3>New Charms</h3>
<div class="new"></div>
</div>
<div class="bws-deta... | <div class="charmbrowser" class="yui3-g">
<div id="bws-sidebar" class="yui3-u-1-4">
<div class="bws-header">
</div>
<div class="bws-left">
<div class="slider"></div>
<h3>New Charms</h3>
<div class="new"></div>
</div>
</div>
<div class="bw... | Remove details view, not required | Remove details view, not required | Handlebars | agpl-3.0 | jrwren/juju-gui,CanonicalJS/juju-gui,bac/juju-gui,jrwren/juju-gui,mitechie/juju-gui,jrwren/juju-gui,jrwren/juju-gui,bac/juju-gui,mitechie/juju-gui,CanonicalJS/juju-gui,mitechie/juju-gui,mitechie/juju-gui,bac/juju-gui,CanonicalJS/juju-gui,bac/juju-gui |
66f392080ed02c8ef1ca21e0745a486f8a80f2f6 | app/components/filter-sidebar/filter/template.hbs | app/components/filter-sidebar/filter/template.hbs | {{#if (eq type 'button')}}
<div class="btn-group btn-group--auto">
{{#each options as |option|}}
<button
class="btn {{if (eq (get option valuePath) selected) 'active'}}"
{{action (optional on-change) (get option valuePath)}}
>
{{get option labelPath}}
</button>
{{yi... | {{#if (eq type 'button')}}
<div class="btn-group btn-group--auto">
{{#each options as |option|}}
<button
class="btn {{if (eq (get option valuePath) selected) 'active'}}"
{{action (optional on-change) (get option valuePath)}}
>
{{get option labelPath}}
</button>
{{yi... | Add missing class on search filter | Add missing class on search filter
| Handlebars | agpl-3.0 | adfinis-sygroup/timed-frontend,anehx/timed-frontend,adfinis-sygroup/timed-frontend,adfinis-sygroup/timed-frontend,anehx/timed-frontend |
2224485fc2f88b708618498cb504babe9b16610a | app/templates/components/learnergroup-members.hbs | app/templates/components/learnergroup-members.hbs | {{#liquid-if saving class='crossFade'}}
{{wait-saving}}
{{/liquid-if}}
<div class="learnergroup-list">
<div class="learnergroup-list-top">
{{#each proxiedMembers as |userProxy|}}
<div class="form-col-12">
<label class="form-label learnergroup-username">
{{userProxy.fullName}}
... | {{#liquid-if saving class='crossFade'}}
{{wait-saving}}
{{/liquid-if}}
<div class="learnergroup-list">
<div class="learnergroup-list-top">
{{#if members.isFulfilled}}
{{#each proxiedMembers as |userProxy|}}
<div class="form-col-12">
<label class="form-label learnergroup-username">
... | Add loading indicator to learner group members | Add loading indicator to learner group members
Until users are loading show a spinner.
| Handlebars | mit | jrjohnson/frontend,djvoa12/frontend,dartajax/frontend,ilios/frontend,thecoolestguy/frontend,djvoa12/frontend,gboushey/frontend,stopfstedt/frontend,jrjohnson/frontend,thecoolestguy/frontend,stopfstedt/frontend,gabycampagna/frontend,gboushey/frontend,gabycampagna/frontend,ilios/frontend,dartajax/frontend |
7838198bf74174b51fe8c78141c777656be880ca | assets/sass/templates/groups-links.hbs | assets/sass/templates/groups-links.hbs | <div class="hero-sml">
<div class="wrapper">
<div class="links-group">
<h4>Popular links</h4>
<ul class="popular-now">
<li><a href="#">Dates and times</a></li>
<li><a href="#">Tax returns</a></li>
<li><a href="#">Broadband</a></li>
<li><a href="#">Public holid... | <div class="hero-sml">
<div class="wrapper">
<div class="links-group">
<h4>Popular links</h4>
<ul class="popular-now">
<li><a href="#">Dates and times</a></li>
<li><a href="#">Tax returns</a></li>
<li><a href="#">Broadband</a></li>
<li><a href="#">Public holid... | Fix mis-matched heading tag in Group Links examples | Fix mis-matched heading tag in Group Links examples
| Handlebars | mit | AusDTO/gov-au-ui-kit,AusDTO/gov-au-ui-kit,AusDTO/gov-au-ui-kit |
2dfca3ad7c97a59ccc2f37f71c8c9ea94c74b06f | addon/templates/components/power-select-with-create.hbs | addon/templates/components/power-select-with-create.hbs | {{#component powerSelectComponentName
ariaDescribedBy=ariaDescribedBy
ariaInvalid=ariaInvalid
ariaLabel=ariaLabel
ariaLabelledBy=ariaLabelledBy
options=optionsArray
selected=selected
onchange=(action selectOrCreate)
onkeydown=onkeydown
oninput=oninput
onfocus=onfocus
onopen=onopen
onclose=onclos... | {{#component powerSelectComponentName
afterOptionsComponent=afterOptionsComponent
allowClear=allowClear
ariaDescribedBy=ariaDescribedBy
ariaInvalid=ariaInvalid
ariaLabel=ariaLabel
ariaLabelledBy=ariaLabelledBy
beforeOptionsComponent=beforeOptionsComponent
buildSelection=buildSelection
calculatePositio... | Add missing options and sort alphabetically | Add missing options and sort alphabetically
| Handlebars | mit | cibernox/ember-power-select-with-create,cibernox/ember-power-select-with-create |
d11ceb33419d4ba831590bb56a41932d0be58532 | table/templates/html.handlebars | table/templates/html.handlebars | <!DOCTYPE html>
<html>
<head>
<title>Node CLI Options Parsing Review Table</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"/>
<link rel="stylesheet" href="https://code.getmdl.io/1.2.0/material.indigo-pink.min.css"/>
<script defer src="htt... | <!DOCTYPE html>
<html>
<head>
<title>Node CLI Options Parsing Review Table</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"/>
<link rel="stylesheet" href="https://code.getmdl.io/1.3.0/material.indigo-pink.min.css"/>
<script defer src="htt... | Upgrade to mdl version 1.3.0. | Upgrade to mdl version 1.3.0.
| Handlebars | mit | easimonenko/node-cli-options-parsing-review,easimonenko/node-cli-options-parsing-review |
f0666c8c4a20791e30ec5e57901ebe1cd242ad4d | src/pages/tests/promo.hbs | src/pages/tests/promo.hbs | ---
title: Promo Tests
layout: blank
---
<h1 class="drizzle-b-h1">
Promo
</h1>
<div class="sprk-u-mbl">
{{#embed "patterns.components.promo.base" promoIcon=false promoBtnLink=true promoLink=false promoImg=true}}{{/embed}}
</div>
<div class="sprk-u-mbl">
{{#embed "patterns.components.promo.base" promoIcon=true pr... | ---
title: Promo Tests
layout: blank
---
<h1 class="drizzle-b-h1">
Promo
</h1>
<div class="sprk-u-mbl">
{{#embed "patterns.components.promo.base" promoIcon=false promoBtnLink=true promoLink=false promoImg=true}}{{/embed}}
</div>
<div class="sprk-u-mbl">
{{#embed "patterns.components.promo.base" promoIcon=true pr... | Add is reversed version to test page | Add is reversed version to test page
| Handlebars | mit | sparkdesignsystem/spark-design-system,sparkdesignsystem/spark-design-system,sparkdesignsystem/spark-design-system,sparkdesignsystem/spark-design-system |
c622b1d3de40387f49221399f6917c7e12640722 | app/templates/component.hbs | app/templates/component.hbs | <div class="header">
<span class="name">Scale</span>
<span class="arrow"></span>
<i class="fa fa-times-circle remove"></i>
<div class="separator"></div>
</div>
<label for="type">Type</label>
<select class="type-input" name="type">
<option value="scale" selected>Scale</option>
<option value="translate">Trans... | <div class="header">
<span class="name">Scale</span>
<span class="arrow"></span>
<i class="fa fa-times-circle remove"></i>
<div class="separator"></div>
</div>
<label for="type">Type</label>
<select class="type-input" name="type">
<option value="scale" selected>Scale</option>
<option value="translate">Trans... | Make duration, delay and bounces number inputs too | Make duration, delay and bounces number inputs too
| Handlebars | mit | usapla1/bounce.js,zyj1022/bounce.js,gdseller/bounce.js,loki315zx/bounce.js,skulbrane/bounce.js |
b98805b4ee26f1e02cd3f880b2c22d705008304a | app/templates/components/sl-simple-modal.hbs | app/templates/components/sl-simple-modal.hbs | <div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button {{action "close"}} class="close" data-dismiss="modal" type="button">
<span aria-hidden="true">×</span>
<span class="sr-only">Close</span>
</button>
... | <div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button {{action "close"}} class="close" data-dismiss="modal" type="button">
<span aria-hidden="true">×</span>
<span class="sr-only">Close</span>
</button>
... | Use theme="hover" for Cancel button | Use theme="hover" for Cancel button
| Handlebars | mit | theoshu/sl-ember-components,juwara0/sl-ember-components,softlayer/sl-ember-components,Suven/sl-ember-components,notmessenger/sl-ember-components,SpikedKira/sl-ember-components,alxyuu/sl-ember-components,erangeles/sl-ember-components,alxyuu/sl-ember-components,theoshu/sl-ember-components,juwara0/sl-ember-components,aziz... |
3ac6aade2b14cc62f68218ec96402315c7661c41 | tests/dummy/app/templates/components/footer-main.hbs | tests/dummy/app/templates/components/footer-main.hbs | <p class="m-0">Maintained by <b><a target="_blank" rel="noopener" href="https://github.com/sandydoo">Sander Melnikov</a> @ <a target="_blank" rel="noopener" href="https://www.campusboard.co.uk">campusboard</a></b>.</p>
<p class="m-0">Follow the addon on <b><a target="_blank" rel="noopener" href="https://github.com/san... | <p class="m-0">Maintained by <b><a target="_blank" rel="noopener" href="https://github.com/sandydoo">Sander Melnikov</a> @ <a target="_blank" rel="noopener" href="https://www.campusboard.co.uk">campusboard</a></b>.</p>
<p class="m-0">Follow the addon on <b><a target="_blank" rel="noopener" href="https://github.com/san... | Hide incorrect ember observer score | Hide incorrect ember observer score
| Handlebars | mit | ryanholte/ember-google-maps,ryanholte/ember-google-maps,ryanholte/ember-google-maps |
e3861c11cea62aade876eff169e5e8902de9273b | default.hbs | default.hbs | <!DOCTYPE html>
<html>
<head>
<!--[if IE 9]>
<script type="text/javascript">
window.location = "/browser-compatibility";
</script>
<![endif]-->
<title>{{meta_title}}</title>
{{> meta}}
<link rel="stylesheet" type="text/css" href="{{asset "css/caffe... | <!DOCTYPE html>
<html>
<head>
<!--[if lte IE 9]>
<script type="text/javascript">
window.location = "/browser-compatibility";
</script>
<![endif]-->
<title>{{meta_title}}</title>
{{> meta}}
<link rel="stylesheet" type="text/css" href="{{asset "css/c... | Fix conditional comments to target IE <= 9 | Fix conditional comments to target IE <= 9
| Handlebars | mit | andrewlock/caffeine-theme,kelyvin/caffeine-theme,newgene/caffeine-theme,kelyvin/kelyvin-ghost-theme,newgene/caffeine-theme,andrewlock/caffeine-theme,kelyvin/kelyvin-ghost-theme |
19ad99c0b71b912ef603fd7f9d8748f7f481dfc2 | app/templates/application.hbs | app/templates/application.hbs | <div class="container-fluid">
{{application-menu search=search showSearch=showSearch}}
{{outlet}}
<!-- Footer -->
<br/><br/>
<footer class="footer">
<div>©2017 Eric Fehr - <a href="http://nextdeploy.io" target="_blank">NextDeploy</a> v1.10</div>
</footer>
</div>
| <div class="container-fluid">
{{application-menu search=search showSearch=showSearch}}
{{outlet}}
<!-- Footer -->
<br/><br/>
<footer class="footer">
<div>©2017 Eric Fehr - <a href="http://nextdeploy.io" target="_blank">NextDeploy</a> v1.11</div>
</footer>
</div>
| Update release version in footer | Update release version in footer
| Handlebars | mit | ricofehr/nextdeploy-webui,ricofehr/nextdeploy-webui |
550d3bca299665bc094adfa6ceeea7c0862b2ddf | src/views/layouts/home.handlebars | src/views/layouts/home.handlebars | Home page
<br />
{{ placeholderData }}
<br />
<a href="/account">Account page</a>
<a href="/scheduler">Scheduler page</a>
| Home page
<br />
{{ placeholderData }}
<br />
<a href="/account">Account page</a><br />
<a href="/scheduler">Scheduler page</a>
| Add links for other pages | Add links for other pages
| Handlebars | mit | CS546/final,CS546/final |
27bb59250d7a1b8a935b5d466636de0e59272d2b | app/views/partials/tweet.hbs | app/views/partials/tweet.hbs | <div class="ui card">
<div class="content">
<div class="right floated meta">{{timeAgo createdAt}}</div>
<img class="ui avatar image" src="{{generateGravatar creator.email}}">
{{creator.firstName}} {{creator.lastName}}
</div>
{{#if image}}
<div class="image">
<img src="{{image}}">
</div>
... | <div class="ui card">
<div class="content">
<div class="right floated meta">{{timeAgo createdAt}}</div>
<img class="ui avatar image" src="{{generateGravatar creator.email}}">
{{creator.firstName}} {{creator.lastName}}
</div>
<div class="content">
<p>{{message}}</p>
</div>
{{#if image}}
<di... | Swap image and message position in posts | Swap image and message position in posts
| Handlebars | mit | FritzFlorian/true-parrot,FritzFlorian/true-parrot |
97285354675399b8b4e7ed889a36cf925fb9ed2f | app/components/isp-jam-auth/template.hbs | app/components/isp-jam-auth/template.hbs | <div class="well">
<div class="form">
<div class="form-group">
<label for="participant">{{t 'login.studyID'}}</label>
<div class="form-input">
{{input value=password}}
</div>
</div>
<div class="form-group">
<label for="participant">{{t 'login.participantID... | <div class="well">
<div class="form">
<div class="form-group">
<label for="participant">{{t 'login.studyID'}}</label>
<div class="form-input">
{{input value=password}}
</div>
</div>
<div class="form-group">
<label for="participant">{{t 'login.participantID... | Rename disabled property to disableLogin | Rename disabled property to disableLogin
| Handlebars | apache-2.0 | CenterForOpenScience/isp,CenterForOpenScience/isp,CenterForOpenScience/isp |
27fa5abee8616eb9970bf0d05a75b16a7aeb68d6 | ember/app/components/fix-table.hbs | ember/app/components/fix-table.hbs | <div ...attributes>
<table local-class="fix-table" class="table table-condensed">
<tbody>
{{#each data as |row|}}
<FixTableRow
@row={{row}}
@selectable={{selectable}}
@selected={{and selectable (eq row.id selection)}}
@onSelect={{this.select}}
@onRem... | <div ...attributes>
<table local-class="fix-table" class="table table-condensed">
<tbody>
{{#each this.data as |row|}}
<FixTableRow
@row={{row}}
@selectable={{this.selectable}}
@selected={{and this.selectable (eq row.id @selection)}}
@onSelect={{this.select}}
... | Add missing `this.` and `@` prefixes | FixTable: Add missing `this.` and `@` prefixes
| Handlebars | agpl-3.0 | skylines-project/skylines,skylines-project/skylines,skylines-project/skylines,skylines-project/skylines |
4dd1e1188c2685312d4d9ab60f966dd22841b601 | src/templates/index.hbs | src/templates/index.hbs | <!DOCTYPE html>
<!-- build:[manifest] offline.appcache -->
<html>
<!-- /build -->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<!-- Standardised web app manifest -->
<link rel="manifest" href="app.manifest">
{{> icons }}
<title>My Phaser Temp... | <!DOCTYPE html>
<!-- build:[manifest] offline.appcache -->
<html>
<!-- /build -->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<!-- Standardised web app manifest -->
<link rel="manifest" href="app.manifest">
{{> icons }}
<title>My Phaser Temp... | Fix style sheet name in template | Fix style sheet name in template
| Handlebars | mit | mrheault/thegame,mrheault/thegame |
e38cff670f7c3d291d146840ef4b5ff5f31d62db | ui/app/templates/components/app-breadcrumbs.hbs | ui/app/templates/components/app-breadcrumbs.hbs | {{#each breadcrumbs as |breadcrumb index|}}
<li class="{{if (eq (inc index) breadcrumbs.length) "is-active"}}">
{{#link-to
params=breadcrumb.args
data-test-breadcrumb=breadcrumb.args.firstObject}}
{{breadcrumb.label}}
{{/link-to}}
</li>
{{/each}}
| {{#each breadcrumbs as |breadcrumb index|}}
<li class="{{if (eq (inc index) breadcrumbs.length) "is-active"}}">
{{#if breadcrumb.isPending}}
…
{{else}}
{{#link-to
params=breadcrumb.args
data-test-breadcrumb=breadcrumb.args.firstObject}}
{{breadcrumb.label}}
{{/... | Support promise proxies as breadcrumbs | Support promise proxies as breadcrumbs
| Handlebars | mpl-2.0 | burdandrei/nomad,burdandrei/nomad,hashicorp/nomad,burdandrei/nomad,nak3/nomad,hashicorp/nomad,dvusboy/nomad,dvusboy/nomad,dvusboy/nomad,nak3/nomad,dvusboy/nomad,dvusboy/nomad,burdandrei/nomad,nak3/nomad,nak3/nomad,hashicorp/nomad,nak3/nomad,burdandrei/nomad,dvusboy/nomad,nak3/nomad,hashicorp/nomad,dvusboy/nomad,hashico... |
69e5aef72323fa2ba353bfff8e0ef8cc8e7844e2 | src/main/web/templates/handlebars/filter-label.handlebars | src/main/web/templates/handlebars/filter-label.handlebars | {{!-- Not structure nicely as it adds an extra space to text unless everything is in one line--}}
{{#if_eq this "bulletin"}}statistical bulletins{{/if_eq}}{{#if_eq this "article"}}articles{{/if_eq}}{{#if_eq this "compendia"}}compendia{{/if_eq}}{{#if_eq this "single_time_series"}}time series{{/if_eq}}{{#if_eq this "larg... | {{!-- Not structure nicely as it adds an extra space to text unless everything is in one line--}}
{{#if_eq this "bulletin"}}statistical bulletins{{/if_eq}}{{#if_eq this "article"}}articles{{/if_eq}}{{#if_eq this "compendia"}}compendia{{/if_eq}}{{#if_eq this "single_time_series"}}time series{{/if_eq}}{{#if_eq this "larg... | Update commissioned data to user requested data | Update commissioned data to user requested data
| Handlebars | mit | ONSdigital/babbage,ONSdigital/babbage,ONSdigital/babbage,ONSdigital/babbage |
41e27b26dabdea1540cfa3d99eb0749d82754cb4 | create-neon/data/templates/Cargo.toml.hbs | create-neon/data/templates/Cargo.toml.hbs | [package]
name = "{{package.name}}"
version = "{{package.version}}"
{{#if package.description}}
description = {{package.quotedDescription}}
{{/if}}
{{#if package.author}}
authors = [{{package.quotedAuthor}}]
{{/if}}
{{#if package.license}}
license = "{{package.license}}"
{{/if}}
edition = "2018"
exclude = ["index.node"... | [package]
name = "{{package.name}}"
version = "{{package.version}}"
{{#if package.description}}
description = {{package.quotedDescription}}
{{/if}}
{{#if package.author}}
authors = [{{package.quotedAuthor}}]
{{/if}}
{{#if package.license}}
license = "{{package.license}}"
{{/if}}
edition = "2018"
exclude = ["index.node"... | Add empty dependencies section and link to cargo manifest format (same as `cargo init`) | doc(create-neon): Add empty dependencies section and link to cargo manifest format (same as `cargo init`)
| Handlebars | apache-2.0 | neon-bindings/neon,neon-bindings/neon,neon-bindings/neon,neon-bindings/neon |
b263a8ae5c4f6f0517737f0f435b070b22cf1979 | src/pages/team/you/index.hbs | src/pages/team/you/index.hbs | ---
layout: coworker
name: You
email: yourname@iteam.se
job: Awesome at something
page-color: black
top-color:
texts:
about:
-
title: Fork this page to apply for a job in the most epic way!
position: left
content: "Go to <a href='http://github.com/iteam1337/iteam.se/tree/master/src/pages/cont... | ---
layout: coworker
name: You
email: yourname@iteam.se
job: Awesome at something
page-color: black
top-color:
texts:
about:
-
title: Fork this page to apply for a job in the most epic way!
position: left
content: "Go to <a href='http://github.com/iteam1337/iteam.se/tree/master/src/pages/team... | Remove /team -> /contact, fix broken link on You to Github | Remove /team -> /contact, fix broken link on You to Github
| Handlebars | mit | Iteam1337/docpad-gulp,Iteam1337/docpad-gulp,Iteam1337/iteam.se,Iteam1337/iteam.se |
4322978d0800deb66152729faa26b4678cc53f06 | addon/templates/components/validated-input.hbs | addon/templates/components/validated-input.hbs | {{#if hasBlock}}
{{component labelComponent label=label required=required isValid=isValid isInvalid=isInvalid inputId=inputId}}
{{yield (hash
value=_val
update=(action "update")
setDirty=(action "setDirty")
model=model
name=name
inputId=inputId
)}}
{{#if hint}}
{{component hintComp... | {{#if hasBlock}}
{{component labelComponent label=label required=required isValid=isValid isInvalid=isInvalid inputId=inputId}}
{{yield (hash
value=_val
update=(action "update")
setDirty=(action "setDirty")
model=model
name=name
inputId=inputId
isValid=isValid
isInvalid=isInvalid
... | ADD more properties to yield | ADD more properties to yield
We could add all properties but I don't want to
pollute the namespace/yield too much.
Better to add more properties as they are needed.
| Handlebars | mit | adfinis-sygroup/ember-validated-form,adfinis-sygroup/ember-validated-form,adfinis-sygroup/ember-validated-form |
c8adf9387e6339cfa2718b0416c740141dc60c33 | app/templates/components/instructor-selection-manager.hbs | app/templates/components/instructor-selection-manager.hbs | {{#if sortedInstructorGroups.length}}
<h3>{{t 'general.instructorGroups'}}</h3>
<ul class='removable-list tag-list'>
{{#each sortedInstructorGroups as |instructorGroup|}}
<li {{action 'removeInstructorGroup' instructorGroup}}>
{{instructorGroup.title}} {{fa-icon 'times'}}
</li>
{{/each}}... | {{#if sortedInstructorGroups.length}}
<ul class='removable-list tag-list'>
{{#each sortedInstructorGroups as |instructorGroup|}}
<li {{action 'removeInstructorGroup' instructorGroup}}>
{{fa-icon 'group'}} {{instructorGroup.title}} {{fa-icon 'times'}}
</li>
{{/each}}
</ul>
{{/if}}
{{#if ... | Improve display of instructor selection manager | Improve display of instructor selection manager
| Handlebars | mit | gboushey/frontend,thecoolestguy/frontend,stopfstedt/frontend,gabycampagna/frontend,djvoa12/frontend,stopfstedt/frontend,dartajax/frontend,jrjohnson/frontend,gabycampagna/frontend,ilios/frontend,djvoa12/frontend,jrjohnson/frontend,gboushey/frontend,dartajax/frontend,ilios/frontend,thecoolestguy/frontend |
b345f55933b95c3e2f3cde666cb03e4416a9480b | tests/dummy/app/templates/snippets/custom-position-1.hbs | tests/dummy/app/templates/snippets/custom-position-1.hbs | {{#basic-dropdown as |dd|}}
{{#dd.trigger class="trigger-bootstrap-feel"}}Click me{{/dd.trigger}}
{{#dd.content class="content-bootstrap-feel arrow-left-content"}}
Hello from the right!
<br>
See? It wasn't that hard.
{{/dd.content}}
{{/basic-dropdown}} | {{#basic-dropdown calculatePosition=calculatePosition as |dd|}}
{{#dd.trigger class="trigger-bootstrap-feel"}}Click me{{/dd.trigger}}
{{#dd.content class="content-bootstrap-feel arrow-left-content"}}
Hello from the right!
<br>
See? It wasn't that hard.
{{/dd.content}}
{{/basic-dropdown}} | Fix missing parameter in custom position example | Fix missing parameter in custom position example
| Handlebars | mit | cibernox/ember-basic-dropdown,cibernox/ember-basic-dropdown,cibernox/ember-basic-dropdown,cibernox/ember-basic-dropdown |
4db5c8d6178c5bd78dbe362132b79aef67da223a | app/assets/javascripts/admin/templates/logs.js.handlebars | app/assets/javascripts/admin/templates/logs.js.handlebars | <div class='admin-controls'>
<div class='span15'>
<ul class="nav nav-pills">
<li>{{#link-to 'adminLogs.staffActionLogs'}}{{i18n admin.logs.staff_actions.title}}{{/link-to}}</li>
<li>{{#link-to 'adminLogs.screenedEmails'}}{{i18n admin.logs.screened_emails.title}}{{/link-to}}</li>
<li>{{#link-to '... | <div class='admin-controls'>
<div class='span15'>
<ul class="nav nav-pills">
<li>{{#link-to 'adminLogs.staffActionLogs'}}{{i18n admin.logs.staff_actions.title}}{{/link-to}}</li>
<li>{{#link-to 'adminLogs.screenedEmails'}}{{i18n admin.logs.screened_emails.title}}{{/link-to}}</li>
<li>{{#link-to '... | Add data-auto-route=true to Logster link | Add data-auto-route=true to Logster link
| Handlebars | mit | natefinch/discourse,natefinch/discourse |
445a1025c46cbb5b0280d03e52ef1945124fd8da | app/assets/javascripts/map/queries/as_it_happens_hybrid_raster.sql.hbs | app/assets/javascripts/map/queries/as_it_happens_hybrid_raster.sql.hbs | SELECT the_raster_webmercator, 0 as y FROM borneo_day2015_1
UNION ALL
SELECT the_raster_webmercator, 0 as y FROM peru_day2015_1
UNION ALL
SELECT the_raster_webmercator, 0 as y FROM roc_day2015_1
UNION ALL
SELECT the_raster_webmercator, 1 as y FROM borneo_day2016_2
UNION ALL
SELECT the_raster_webmercator, 1 as y... | SELECT the_raster_webmercator, 0 as y FROM borneo_day2015_1
UNION ALL
SELECT the_raster_webmercator, 0 as y FROM peru_day2015_1
UNION ALL
SELECT the_raster_webmercator, 0 as y FROM roc_day2015_1
UNION ALL
SELECT the_raster_webmercator, 1 as y FROM borneo_day2016
UNION ALL
SELECT the_raster_webmercator, 1 as y F... | Update GLAD raster table names | Update GLAD raster table names
| Handlebars | mit | Vizzuality/gfw,Vizzuality/gfw |
4faa35e9bf614ad7bbcb0ec8facab2f014980f1a | ghost/admin/templates/-publish-bar.hbs | ghost/admin/templates/-publish-bar.hbs | <footer id="publish-bar">
<nav>
{{view "editor-tags" tagName="section" id="entry-tags" class="left"}}
<div class="right">
<section id="entry-controls">
{{#gh-popover-button popoverName="post-settings-menu" tagName="a" href="#" classNames="post-settings" title="Post Sett... | <footer id="publish-bar">
<nav>
{{view "editor-tags" tagName="section" id="entry-tags" class="left"}}
<div class="right">
<section id="entry-controls" {{bind-attr class="isNew:unsaved"}}>
{{#gh-popover-button popoverName="post-settings-menu" tagName="a" href="#" classNa... | Remove "Delete This Post" option from New Post publish bar menu items | Remove "Delete This Post" option from New Post publish bar menu items
closes #3025
- adds 'unsaved' class to entry-controls when the post model/controller isNew evaluates to true
| Handlebars | mit | TryGhost/Ghost,TryGhost/Ghost,TryGhost/Ghost |
7498344d466b28e5275579b0e61a8b7e35ee0301 | src/backend/email-templates/admin-event-invitation/text.hbs | src/backend/email-templates/admin-event-invitation/text.hbs | ---------- Forwarded message ----------
From: {{senderAddress}}
Subject: Fwd: HELP! I need more people to come to my phonebank
To: Sam Briggs <sambriggs@berniesanders.com>
Cc: Zack Exley <zack@berniesanders.com>, Saikat Chakrabarti <saikat@berniesanders.com>
{{senderMessage}}
---------- Forwarded message ----------
F... | {{senderMessage}}
---------- Forwarded message ----------
From: {{hostAddress}}
Subject: Re: HELP! I need more people to come to my phonebank
To: {{recipientAddress}}
{{hostMessage}}
| Remove example cruft from email template | Remove example cruft from email template
| Handlebars | agpl-3.0 | Bernie-2016/ground-control,Bernie-2016/ground-control,Bernie-2016/ground-control,Bernie-2016/ground-control |
6914ea8affcdc8235d64443448ffcf80a48a1233 | app/templates/components/learnergroup-members.hbs | app/templates/components/learnergroup-members.hbs | {{#each userProxy in proxiedMembers}}
<div class="form-col-6-right learnergroup-username">
<div class="form-data">{{userProxy.fullName}}</div>
</div>
<div class="form-col-6-left learnergroup-group-membership">
<div class="form-data">
{{inplace-select
value=userProxy.lowestGroupInTree.id
... | {{#each userProxy in proxiedMembers}}
<div class="form-col-6 learnergroup-username">
<div class="form-data">{{userProxy.fullName}}</div>
</div>
<div class="form-col-6 learnergroup-group-membership">
<div class="form-data">
{{inplace-select
value=userProxy.lowestGroupInTree.id
options... | Use a better class for alignment of users in learner groups | Use a better class for alignment of users in learner groups
| Handlebars | mit | jrjohnson/frontend,thecoolestguy/frontend,djvoa12/frontend,dartajax/frontend,stopfstedt/frontend,jrjohnson/frontend,gabycampagna/frontend,ilios/frontend,thecoolestguy/frontend,djvoa12/frontend,gabycampagna/frontend,gboushey/frontend,ilios/frontend,stopfstedt/frontend,dartajax/frontend,gboushey/frontend |
b016498f988bd6165cbb4e73e3aec7a3be465f2a | src/website/theme-base/partials/analytics.hbs | src/website/theme-base/partials/analytics.hbs | {{#if gallery.googleAnalytics}}
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www... | {{#if gallery.googleAnalytics}}
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id={{gallery.googleAnalytics}}"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gta... | Switch to Google Analytics 4 (global) tags for tracking. | Switch to Google Analytics 4 (global) tags for tracking.
| Handlebars | mit | thumbsup/node-thumbsup,thumbsup/thumbsup,thumbsup/thumbsup,thumbsup/node-thumbsup,thumbsup/node-thumbsup |
f6ae49dd66e15a455b180f75d8c311d4090ba29f | generators/filter/test.js.hbs | generators/filter/test.js.hbs | describe('{{#lowercamelize}}{{name}}{{/lowercamelize}} filter', function() {
var {{#lowercamelize}}{{name}}{{/lowercamelize}}Filter;
beforeEach(function() {
module('app.filters');
inject(function($filter) {
{{#lowercamelize}}{{name}}{{/lowercamelize}}Filter = $filter('{{#lowercamelize}}{{name}}{{/low... | describe('{{#lowercamelize}}{{name}}{{/lowercamelize}} filter', function() {
var {{#lowercamelize}}{{name}}{{/lowercamelize}};
beforeEach(function() {
module('app.filters');
inject(function($filter) {
{{#lowercamelize}}{{name}}{{/lowercamelize}} = $filter('{{#lowercamelize}}{{name}}{{/lowercamelize}}... | Remove suffix from test filter generator | Remove suffix from test filter generator
| Handlebars | mit | jupl/btc-angular |
505d66b3f6ec023200f8819b8560d23b8173da2c | resources/frontend/app/pods/league/template.hbs | resources/frontend/app/pods/league/template.hbs | {{#with model as |league|}}
<div class="row">
<div class="col md12">
<h3>{{league.name}}</h3>
{{#md-tabs}}
{{#link-to 'league.teams'}}
{{md-tab value='teams' title='Teams'}}
{{/link-to}}
{{/md-tabs}}
{{outlet}}
</div>
</div>
{{/with}} | {{#with model as |league|}}
<div class="row">
<div class="col m12">
<h3>{{league.name}}</h3>
{{#md-tabs}}
{{#link-to 'league.teams'}}
{{md-tab value='teams' title='Teams'}}
{{/link-to}}
{{/md-tabs}}
{{outlet}}
</div>
</div>
{{/with}} | Fix CSS for league teams | Fix CSS for league teams
| Handlebars | mit | nixsolutions/ggf,nixsolutions/ggf,nixsolutions/ggf,nixsolutions/ggf |
6a3c849067f636c7c69a4357a46dd2ddb5737352 | app/assets/javascripts/admin/templates/logs/_site_customization_change_details.js.handlebars | app/assets/javascripts/admin/templates/logs/_site_customization_change_details.js.handlebars | <section class="field">
<b>{{i18n admin.customize.css}}</b>: ({{i18n character_count count=stylesheet.length}})<br/>
{{textarea value=stylesheet class="plain"}}
</section>
<section class="field">
<b>{{i18n admin.customize.header}}</b>: ({{i18n character_count count=header.length}})<br/>
{{textarea value=header ... | <section class="field">
<b>{{i18n admin.customize.css}}</b>:
{{#if stylesheet}}
({{i18n character_count count=stylesheet.length}})
{{/if}}
<br/>
{{textarea value=stylesheet class="plain"}}
</section>
<section class="field">
<b>{{i18n admin.customize.header}}</b>:
{{#if header}}
({{i18n character_c... | Fix [object Object] in staff logs details modal | Fix [object Object] in staff logs details modal
| Handlebars | mit | tadp/learnswift,natefinch/discourse,natefinch/discourse,tadp/learnswift,tadp/learnswift |
b5963ba31db99be70a39cbccc0cf00abc9d9c6c5 | assets/scripts/app/templates/insufficient_oauth_permissions.hbs | assets/scripts/app/templates/insufficient_oauth_permissions.hbs | <div id="insufficient-permissions">
<img src="/images/travis-crying.png" class="sad-travis" width="150">
<p class="insufficient-permissions-head">
Oops, looks like something went wrong!
</p>
<p class="insufficient-permissions-more">
It looks like we don't have authorization to access your GitHub account.... | <div id="insufficient-permissions">
<img src="/images/travis-crying.png" class="sad-travis" width="150">
<p class="insufficient-permissions-head">
Oops, looks like something went wrong!
</p>
<p class="insufficient-permissions-more">
It looks like we don't have authorization to access your GitHub account.... | Remove the rest of text stubs in insufficient oauth permissions | Remove the rest of text stubs in insufficient oauth permissions
| Handlebars | mit | Tiger66639/travis-web,mjlambert/travis-web,travis-ci/travis-web,mjlambert/travis-web,travis-ci/travis-web,2947721120/travis-web,travis-ci/travis-web,fauxton/travis-web,fauxton/travis-web,jlrigau/travis-web,Tiger66639/travis-web,fotinakis/travis-web,Tiger66639/travis-web,fotinakis/travis-web,fotinakis/travis-web,jlrigau... |
8d9f0aa1c897b3f9ea625162595e10239005209e | addon/templates/components/data-table.hbs | addon/templates/components/data-table.hbs | {{yield (hash
menu=(component 'data-table-menu' selection=selection data-table=this)
content=(component 'data-table-content' rows=rows noDataMessage=noDataMessage enableSelection=enableSelection fields=parsedFields data-table=this)
)
this}}
| {{#if hasBlock}}
{{yield (hash
menu=(component 'data-table-menu' selection=selection data-table=this)
content=(component 'data-table-content' rows=rows noDataMessage=noDataMessage enableSelection=enableSelection fields=parsedFields data-table=this)
)
this}}
{{else}}
{{component 'data-table-content' ... | Make data table body optional | Make data table body optional
When the data-table body is not supplied, it only receives the default
content block (no actions). This is sufficient for quickly rendering a
list of information.
| Handlebars | mit | mu-semtech/ember-data-table,erikap/ember-data-table,erikap/ember-data-table,mu-semtech/ember-data-table |
a41f90d697672234dab923800dace3f6f920179a | blueprints/flexberry-list-form/files/__root__/templates/__name__.hbs | blueprints/flexberry-list-form/files/__root__/templates/__name__.hbs | <h3><%=caption%></h3>
<div class="row">
{{
flexberry-objectlistview
modelName = "<%=modelName%>"
modelProjection = modelProjection
content = model
createNewButton = true
refreshButton = true
sorting = computedSorting
orderable = true
sortByColumn = (action "sortByColumn")
addColumnToSorting = (act... | <h3><%=caption%></h3>
<div class="row">
{{
flexberry-objectlistview
modelName = "<%=modelName%>"
modelProjection = modelProjection
content = model
createNewButton = true
refreshButton = true
sorting = computedSorting
orderable = true
sortByColumn = (action "sortByColumn")
addColumnToSorting = (act... | Fix flexberry-objectlistview remove action rowClick | Fix flexberry-objectlistview remove action rowClick
TFS #105899
| Handlebars | mit | Flexberry/ember-flexberry,Flexberry/ember-flexberry,Flexberry/ember-flexberry,Flexberry/ember-flexberry |
dee2ffab2fccff323d8e50ada598971f59b3ad53 | app/templates/box.hbs | app/templates/box.hbs | <p>box Template</p>
{{#each links}}
<div>{{ this.name }}</div>
{{/each}}
| <p>box Template</p>
{{#each links}}
<div>{{ this }}</div>
{{/each}}
| Revert "feat: print name of links" | Revert "feat: print name of links"
This reverts commit 552e1557beced87a307f23e18a22b1d1f1641cd2.
| Handlebars | mit | ethanmuller/launchbox-old,ethanmuller/launchbox-old |
3ef1b7844d4c997ae159deade1ca45c91044b102 | src/main/resources/templates/greeting/show.html.hbs | src/main/resources/templates/greeting/show.html.hbs | {{#partial "content"}}
<p>{{greeting}}</p>
{{/partial}}
{{> layouts/base title="A greeting"}}
| {{#partial "content"}}
<p>{{greeting}}</p>
<a href="/greeting">Back</a>
{{/partial}}
{{> layouts/base title="A greeting"}}
| Add a "back" link to the greeting display page. | Add a "back" link to the greeting display page.
| Handlebars | bsd-3-clause | hainesr/mvc-dev,hainesr/mvc-dev |
68e6e88b65e8528c1b0dc2d5755e0c21817d98b4 | content/themes/ghostium-starkandwayne-videos/partials/post/list.hbs | content/themes/ghostium-starkandwayne-videos/partials/post/list.hbs | <article itemscope itemtype="http://schema.org/BlogPosting"
role="article" class="post-item {{post_class}}">
<header class="post-item-header">
<h2 itemprop="name" class="post-item-title">
<a href="{{url}}" itemprop="url" data-pjax title="{{{title}}}">
{{{title}}}
</a>
</h2>
</header>
... | <article itemscope itemtype="http://schema.org/BlogPosting"
role="article" class="post-item {{post_class}}">
<header class="post-item-header">
<h2 itemprop="name" class="post-item-title">
<a href="{{url}}" itemprop="url" data-pjax title="{{{title}}}">
{{{title}}}
</a>
</h2>
</header>
... | Revert "show meta description for a post (which defaults to start of post) to allow custom intros/summaries" | Revert "show meta description for a post (which defaults to start of post) to allow custom intros/summaries"
This reverts commit a2e243f1ae25c35a455081627195a7009097c019.
| Handlebars | mit | dingotiles/ghost-for-cloudfoundry,dingotiles/ghost-for-cloudfoundry,dingotiles/ghost-for-cloudfoundry,dingotiles/ghost-for-cloudfoundry |
411eb66917b431dbe7cdbb0ded1106861b21cff5 | visual-tests/src/test-fixtures/indicators/relativeStrengthIndex.hbs | visual-tests/src/test-fixtures/indicators/relativeStrengthIndex.hbs | ---
title: Relative Strength Index
description: "Demonstrates the RSI component on a static OHLC chart."
categories: indicators
tags:
- indicator
- rsi
testScripts:
- relativeStrengthIndex.js
---
<div id="rsi"></div> | ---
title: Relative Strength Index
description: "Demonstrates the RSI component."
categories: indicators
tags:
- indicator
- rsi
testScripts:
- relativeStrengthIndex.js
---
<div id="rsi"></div>
| Update description of visual test. | Update description of visual test.
| Handlebars | mit | bjedrzejewski/d3fc,fxcebx/d3fc,djmiley/d3fc,alisd23/d3fc-d3v4,janakerman/d3-financial-components,bjedrzejewski/d3fc,djmiley/d3fc,fxcebx/d3fc,alisd23/d3fc-d3v4,alisd23/d3fc-d3v4,djmiley/d3fc,fxcebx/d3fc,janakerman/d3-financial-components,bjedrzejewski/d3fc |
6ba4a601f449728756d5229f6b34bbee9c85efc3 | priv/ember_riak_explorer/app/templates/components/crumb-trail.hbs | priv/ember_riak_explorer/app/templates/components/crumb-trail.hbs | <div class="container">
<div class="row">
<div class="col-md-1">
</div>
<div class="col-md-11">
in
{{#link-to 'cluster' (query-params cluster_id=model.clusterId)}}
{{model.clusterId}}{{/link-to}} cluster
{{#if model.bucketTypeId}}
... | <div class="container">
<div class="row">
<div class="col-md-1">
</div>
<div class="col-md-11">
in
{{#link-to 'cluster' model.cluster}}
{{model.clusterId}}{{/link-to}} cluster
{{#if model.bucketTypeId}}
/
{{#... | Fix link to cluster in crumb trail | Fix link to cluster in crumb trail
| Handlebars | apache-2.0 | travisbhartwell/riak_explorer,travisbhartwell/riak_explorer,basho-labs/riak_explorer,basho-labs/riak_explorer,basho-labs/riak_explorer,travisbhartwell/riak_explorer |
9164b48316c1d95766b7597a583175b224961b1d | templates/rustdoc.hbs | templates/rustdoc.hbs | <!DOCTYPE html>
<html lang="en">
<head>
{{{content.rustdoc_head}}}
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/pure/0.6.0/menus-min.css" type="text/css" media="all" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/pure/0.6.0/grids-min.css" type="text/css" media=... | <!DOCTYPE html>
<html lang="en">
<head>
{{{content.rustdoc_head}}}
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/pure/0.6.0/menus-min.css" type="text/css" media="all" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/pure/0.6.0/grids-min.css" type="text/css" media=... | Fix Chrome, and Safari scrolling + anchor in docs | Fix Chrome, and Safari scrolling + anchor in docs
| Handlebars | mit | onur/cratesfyi |
46ba4ba42669ec7a94ced271b76ed9ef187bd564 | app/assets/javascripts/discourse/templates/components/small-action.hbs | app/assets/javascripts/discourse/templates/components/small-action.hbs | <div class='topic-avatar'>{{fa-icon icon}}</div>
<div class='small-action-desc'>
{{#if post}}
<button {{action "edit"}} title="{{i18n "post.controls.edit"}}">{{fa-icon "pencil"}}</button>
<a href={{post.usernameUrl}} data-user-card={{post.username}}>
{{avatar post imageSize="small"}}
</a>
{{/if}}
... | <div class='topic-avatar'>{{fa-icon icon}}</div>
<div class='small-action-desc'>
{{#if post}}
{{#if post.can_edit}}
<button {{action "edit"}} title="{{i18n "post.controls.edit"}}">{{fa-icon "pencil"}}</button>
{{/if}}
<a href={{post.usernameUrl}} data-user-card={{post.username}}>
{{avatar post... | Edit controls should only show when you can edit | FIX: Edit controls should only show when you can edit
| Handlebars | mit | natefinch/discourse,natefinch/discourse |
4b08ef077893fe09d2e5c949dbc20614770eeeff | src/readme.hbs | src/readme.hbs | # Rieussec
A Node.js lib for making stopwatch timers.
Rieussec does not have "split" functionality at this time.
## API Reference
{{#class name="Rieussec"}}{{>docs}}{{/class}}
| # Rieussec
A Node.js lib for making stopwatch timers.
[](https://travis-ci.org/GamesDoneQuick/rieussec)
Rieussec does not have "split" functionality at this time.
## API Reference
{{#class name="Rieussec"}}{{>docs}}{{/class}}
| Add Travis badge to README.md :cop: | Add Travis badge to README.md :cop:
| Handlebars | mit | GamesDoneQuick/rieussec |
cd67c8305fef7f4f240c964237823ff5596e966e | static/templates/typing_notification.hbs | static/templates/typing_notification.hbs | <li data-email="{{this.email}}" class="typing_notification">{{this.full_name}} is typing...</li>
| <li data-email="{{this.email}}" class="typing_notification">{{#tr this}}__full_name__ is typing...{{/tr}}</li>
| Add missing translation tags to typing notifications. | i18n: Add missing translation tags to typing notifications.
Thanks to Andrea Soc for the report.
| Handlebars | apache-2.0 | punchagan/zulip,shubhamdhama/zulip,timabbott/zulip,rht/zulip,showell/zulip,hackerkid/zulip,timabbott/zulip,zulip/zulip,eeshangarg/zulip,zulip/zulip,synicalsyntax/zulip,hackerkid/zulip,hackerkid/zulip,hackerkid/zulip,punchagan/zulip,timabbott/zulip,zulip/zulip,punchagan/zulip,synicalsyntax/zulip,synicalsyntax/zulip,show... |
6b9535c942e1e8f84a355ca1d4a4893ee22f89d6 | addon/templates/components/sy-sidenav-item.hbs | addon/templates/components/sy-sidenav-item.hbs | {{#if link}}
{{#link-to link}}
{{#if icon}}<i class="fa fa-{{icon}}"></i>{{/if}}
{{#if hasBlock}}
{{yield}}
{{else}}
{{text}}
{{/if}}
{{/link-to}}
{{else}}
{{#if icon}}<i class="fa fa-{{icon}}"></i>{{/if}}
{{#if hasBlock}}
{{yield}}
{{else}}
{{text}}
{{/if}}
{{/if}}
| {{#if link}}
{{#link-to link title=text}}
{{#if icon}}<i class="fa fa-{{icon}}"></i>{{/if}}
{{#if hasBlock}}
{{yield}}
{{else}}
{{text}}
{{/if}}
{{/link-to}}
{{else}}
{{#if icon}}<i class="fa fa-{{icon}}"></i>{{/if}}
{{#if hasBlock}}
{{yield}}
{{else}}
{{text}}
{{/if}}
{{... | Add text in sidenav-item as title | Add text in sidenav-item as title
| Handlebars | mit | adfinis-sygroup/ember-sy,adfinis-sygroup/ember-sy |
c27b6fbfa6467241f13599f960d601c00ccb1519 | app/templates/editor/share.hbs | app/templates/editor/share.hbs | <div class="container-narrow u-spacing-page-top">
<h4 class="text-logo u-text-center">{{t "/web/editor/share/header" credentials null}}</h4>
<p class="u-text-center">{{t "/web/editor/share/instruction" credentials null}}</p>
<div class="form-narrow">
{{> flash}}
<form class="login-forms" method="post" act... | <div class="container-narrow u-spacing-page-top">
<h4 class="text-logo u-text-center">{{t "/web/editor/share/header" credentials null}}</h4>
<p class="u-text-center">{{t "/web/editor/share/instruction" credentials null}}</p>
<div class="form-narrow">
{{> flash}}
<form class="login-forms" method="post" act... | Fix submit button hindi issue | Fix submit button hindi issue
| Handlebars | mit | hks-epod/paydash |
84b9b34196abb7c20002f6645a10c453e26a9e2c | src/main/web/templates/handlebars/base/base.handlebars | src/main/web/templates/handlebars/base/base.handlebars | {{!-- This is the base template, all other templates inherits from this base template --}}
{{!-- Resolve parents of current uri for and assign to variable breadcrumb for building breadcrumb --}}
{{resolveParents uri assign="breadcrumb"}}
{{!-- Resolve navigation fetching children of root uri "/" with depth 2 --}}
{{re... | {{!-- This is the base template, all other templates inherits from this base template --}}
{{!-- Resolve parents of current uri for and assign to variable breadcrumb for building breadcrumb --}}
{{resolveParents uri assign="breadcrumb"}}
{{!-- Resolve navigation fetching children of root uri "/" with depth 2 --}}
{{re... | Remove feedback link from all pages | Remove feedback link from all pages
| Handlebars | mit | ONSdigital/babbage,ONSdigital/babbage,ONSdigital/babbage,ONSdigital/babbage |
2523adad9583ade237c132648210139746ba5816 | visual-tests/src/site/templates/includes/header.hbs | visual-tests/src/site/templates/includes/header.hbs | <meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{#if title}}{{ title }} - {{/if}}d3fc Visual Tests</title>
<link href="{{ assets }}/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="{{ assets }}/d3-fi... | <meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{#if title}}{{ title }} - {{/if}}d3fc Visual Tests</title>
<link href="{{ assets }}/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="{{ assets }}/d3fc.... | Fix css path in visual tests | Fix css path in visual tests
| Handlebars | mit | janakerman/d3-financial-components,fxcebx/d3fc,fxcebx/d3fc,bjedrzejewski/d3fc,alisd23/d3fc-d3v4,djmiley/d3fc,alisd23/d3fc-d3v4,djmiley/d3fc,djmiley/d3fc,fxcebx/d3fc,bjedrzejewski/d3fc,janakerman/d3-financial-components,bjedrzejewski/d3fc,alisd23/d3fc-d3v4 |
abd4b9a8897d04a18e81d12460d00b4eda4bdef2 | app/templates/components/taxonomy-top-list.hbs | app/templates/components/taxonomy-top-list.hbs | {{#each sortedList as |pair|}}
<div class="subject row m-b-sm">
{{#each pair as |subject|}}
<div class="col-sm-6 subject-item {{if (get subjectTooltips subject.text) 'hint--bottom'}}" aria-label={{get subjectTooltips subject.text}}>
{{#link-to 'discover' (query-params subjectFilt... | {{#each sortedList as |pair|}}
<div class="subject row m-b-sm">
{{#each pair as |subject|}}
<div class="col-sm-6 subject-item {{if (get subjectTooltips subject.text) 'hint--bottom hint--large'}}" aria-label={{get subjectTooltips subject.text}}>
{{#link-to 'discover' (query-params... | Add size to hint.css tooltips that works with existing window widths | Add size to hint.css tooltips that works with existing window widths
| Handlebars | apache-2.0 | CenterForOpenScience/ember-preprints,laurenrevere/ember-preprints,pattisdr/ember-preprints,caneruguz/ember-preprints,baylee-d/ember-preprints,baylee-d/ember-preprints,CenterForOpenScience/ember-preprints,caneruguz/ember-preprints,pattisdr/ember-preprints,laurenrevere/ember-preprints |
bfe834c6aa22d1d66a796f8a4fadedf521b500b5 | app/assets/javascripts/templates/overlays/ad_hoc_template_overlay.hbs | app/assets/javascripts/templates/overlays/ad_hoc_template_overlay.hbs | {{inline-edit-h1 title=title setTitle="setTitle"}}
<div class="task-body">
{{#each block in template}}
{{#inline-edit-body-part
block=block
cancel="resetBlock"
save="saveBlock"
delete="deleteBlock"
addItem="addCheckboxItem"}}
{{#each item in block}}
{{inlineEdit item
... | {{inline-edit-h1 title=title setTitle="setTitle"}}
<div class="task-body">
{{#each block in template}}
{{#inline-edit-body-part
block=block
cancel="resetBlock"
save="saveBlock"
delete="deleteBlock"
addItem="addCheckboxItem"}}
{{#each item in block}}
{{inlineEdit item a... | Correct arity of inline-edit helper on template | Correct arity of inline-edit helper on template
| Handlebars | mit | johan--/tahi,johan--/tahi,johan--/tahi,johan--/tahi |
4fb3b58592bbfc32d8f4f8770b77255cbffc80f0 | app/assets/javascripts/admin/templates/reports/per_day_counts_report.js.handlebars | app/assets/javascripts/admin/templates/reports/per_day_counts_report.js.handlebars | <tr>
<td class="title"><a {{bindAttr href="reportUrl"}}>{{title}}</a></td>
<td class="value">{{valueAtDaysAgo data 0}}</td>
<td class="value">{{valueAtDaysAgo data 1}}</td>
<td class="value">{{valueAtDaysAgo data 7}}</td>
<td class="value">{{valueAtDaysAgo data 30}}</td>
<td class="value">{{total}}</td>
</t... | <tr>
<td class="title"><a {{bindAttr href="reportUrl"}}>{{title}}</a></td>
<td class="value">{{valueAtDaysAgo data 0}}</td>
<td class="value">{{valueAtDaysAgo data 1}}</td>
<td class="value">{{valueAtDaysAgo data 7}}</td>
<td class="value">{{valueAtDaysAgo data 30}}</td>
</tr> | Remove the extra column from per_day_counts_report | Remove the extra column from per_day_counts_report
| Handlebars | mit | natefinch/discourse,tadp/learnswift,tadp/learnswift,natefinch/discourse,tadp/learnswift |
8fb5fe75c875efb0d89a29c9a557fd7ef3dfa627 | app/assets/javascripts/discourse/templates/notifications.js.handlebars | app/assets/javascripts/discourse/templates/notifications.js.handlebars | <section class="d-dropdown" id="notifications-dropdown">
{{#if content}}
<ul>
{{#each}}
<li {{bind-attr class="read"}}>{{unbound boundI18n scope linkBinding="link" usernameBinding="username"}}</li>
{{/each}}
<li class="read last">
<a {{bind-attr href="currentUser.path"}}>{{i18n n... | <section class="d-dropdown" id="notifications-dropdown">
{{#if content}}
<ul>
{{#each}}
<li {{bind-attr class="read"}}>{{i18n scope linkBinding="link" usernameBinding="username"}}</li>
{{/each}}
<li class="read last">
<a {{bind-attr href="currentUser.path"}}>{{i18n notifications.... | Simplify usage of unbound i18n helper | Simplify usage of unbound i18n helper | Handlebars | mit | natefinch/discourse,natefinch/discourse |
7709dad1554d79fe239c370920fbf0e82e2affe4 | app/templates/application.hbs | app/templates/application.hbs | <div id="application" class="ui text">
<!--
<h1>{{#link-to 'podcasts'}}{{t "app.title"}}{{/link-to}}</h1>
-->
{{outlet}}
</div>
<div class="ui top labeled icon fixed item menu">
{{#link-to 'podcasts' class="item"}}
<i class="sound icon"></i>
<!-- {{t "tabs.myPodcasts"}} -->
{{/link-to}}
{{#link-... | <div id="application" class="ui text">
<!--
<h1>{{#link-to 'podcasts'}}{{t "app.title"}}{{/link-to}}</h1>
-->
{{outlet}}
</div>
<div class="ui top labeled icon fixed item menu">
{{#link-to 'podcasts' class="item"}}
<i class="sound icon"></i>
<!-- {{t "tabs.myPodcasts"}} -->
{{/link-to}}
{{#link-... | Revert search link to podcasts.new | Revert search link to podcasts.new
| Handlebars | mit | mozilla/high-fidelity,mozilla/high-fidelity |
789a180523a1753fced5f646f75884b8eb622918 | src/api-umbrella/admin-ui/app/templates/components/stats/logs/results-facet-table.hbs | src/api-umbrella/admin-ui/app/templates/components/stats/logs/results-facet-table.hbs | <div class="toggle-facet-table"><a {{action "toggleFacetTable"}}>{{label}}</a></div>
<table class="table table-condensed facet-table" style="display: none;">
<thead>
<tr>
<th>User</th>
<th class="value">Hits</th>
<th></th>
</tr>
</thead>
<tbody>
{{#each facets as |facet|}}
<tr>... | <div class="toggle-facet-table"><a {{action "toggleFacetTable"}}>{{label}}</a></div>
<table class="table table-condensed facet-table" style="display: none;">
<thead>
<tr>
<th>User</th>
<th class="value">Hits</th>
<th></th>
</tr>
</thead>
<tbody>
{{#each facets as |facet|}}
<tr>... | Fix stats display after admin-ui package upgrades. | Fix stats display after admin-ui package upgrades.
The handlebar helper name changed in ember-cli-format-number.
| Handlebars | mit | apinf/api-umbrella,NREL/api-umbrella,NREL/api-umbrella,apinf/api-umbrella,apinf/api-umbrella,apinf/api-umbrella,NREL/api-umbrella,apinf/api-umbrella,NREL/api-umbrella |
ce8e06b293b62dba9aec63f4258ca3c3d98a2677 | client/app/templates/components/ui-dropdown-remote.hbs | client/app/templates/components/ui-dropdown-remote.hbs | <input type="hidden">
<i class="search icon"></i>
<input type="text" class="search">
<div class="default text">{{placeholder}}</div>
| <input type="hidden" hidden data-validate="{{data-validate}}">
<i class="search icon"></i>
<input type="text" class="search">
<div class="default text">{{placeholder}}</div>
| Add attribute for validation & bind to data-validate property | Add attribute for validation & bind to data-validate property
| Handlebars | mit | Turistforeningen/Hytteadmin,Turistforeningen/Hytteadmin |
cda58c27e2b26a5d659533ed64b9c8d35ca54e8c | ember/app/templates/index.hbs | ember/app/templates/index.hbs | <div>
<p>Welcome! Free Music Ninja is designed to help you find Creative Commons-licensed music.</p>
</div>
| <div class="jumbotron">
<h1>Find Free Music!</h1>
<p>The free music ninja will help you find Creative Commons-licensed music.</p>
<p>This website is currently under active development. Feel free to try it out, but <b>be warned</b> that things will be broken.</p>
<p>{{#link-to 'artists' class='btn btn-primary b... | Add explanation of project to homepage | Add explanation of project to homepage
Fixes gh-20.
| Handlebars | bsd-3-clause | FreeMusicNinja/freemusic.ninja,FreeMusicNinja/freemusic.ninja |
aabc6f8118e5674e94c66d8313ba0f04ea7a1c83 | templates/partials/header.hbs | templates/partials/header.hbs | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Scroll Rack | {{ title }}</title>
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<link href="{{ relative_path path 'theme.css' }}" rel="stylesheet">
<link href="{{ relative_path path 'style.css' }}" rel="styleshe... | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="theme-color" content="#814d7c">
<title>Scroll Rack | {{ title }}</title>
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<link href="{{ relative_path path 'theme.css' }}" rel="stylesheet">
<link href="{{... | Add theme color meta tag. | Add theme color meta tag.
| Handlebars | mit | sebald/scroll-rack |
535f7aab8887aaaa1350049c844976e4fc7fc874 | app/assets/javascripts/admin/templates/badges-index.hbs | app/assets/javascripts/admin/templates/badges-index.hbs | <div class='span13'>
<p>{{i18n 'admin.badges.none_selected'}}</p>
<div>
{{#link-to 'adminBadges.show' 'new' class="btn"}}
{{fa-icon "plus"}} {{i18n 'admin.badges.new'}}
{{/link-to}}
</div>
</div>
| <div class='current-badge span13'>
<p>{{i18n 'admin.badges.none_selected'}}</p>
<div>
{{#link-to 'adminBadges.show' 'new' class="btn"}}
{{fa-icon "plus"}} {{i18n 'admin.badges.new'}}
{{/link-to}}
</div>
</div>
| Fix admin badge UI style when no badge selected | Fix admin badge UI style when no badge selected | Handlebars | mit | natefinch/discourse,natefinch/discourse |
c29236952dd6324ba7a336b9ad0a574a36b40583 | app/templates/admin/scoring-manager.hbs | app/templates/admin/scoring-manager.hbs | {{bread-crumbs tagName="ol" outputStyle="bootstrap" linkable=true}}
<section>
<div class='table-responsive'>
<table class='table'>
<caption>Current Assignments</caption>
<thead>
<tr>
<th>Name</th>
<th>Convention</th>
<th>Date</th>
<th>Status</th>
... | {{bread-crumbs tagName="ol" outputStyle="bootstrap" linkable=true}}
<section>
<div class='table-responsive'>
<table class='table'>
<caption>Current Assignments</caption>
<thead>
<tr>
<th>Name</th>
<th>Convention</th>
<th>Date</th>
<th>Status</th>
... | Fix links on scoring manager | Fix links on scoring manager
| Handlebars | bsd-2-clause | barberscore/barberscore-web,barberscore/barberscore-web,barberscore/barberscore-web |
9de08abfbfc1cb0cd88546869e4ccebadd68242e | app/templates/components/formgroup/form-group-control.hbs | app/templates/components/formgroup/form-group-control.hbs | <b>ASD</b>
{{#if controlWrapper}}
<div class="{{controlWrapper}}">
{{view controlView viewName=controlViewName property=propertyName id=cid}}
</div>
{{else}}
{{view controlView viewName=controlViewName property=propertyName id=cid}}
{{/if}}
| {{#if controlWrapper}}
<div class="{{controlWrapper}}">
{{view controlView viewName=controlViewName property=propertyName id=cid}}
</div>
{{else}}
{{view controlView viewName=controlViewName property=propertyName id=cid}}
{{/if}}
| Revert "add nonsenical data for test purposes" | Revert "add nonsenical data for test purposes"
This reverts commit 3e9805534f5b860b1b922cd68cb362e0dd154375.
| Handlebars | apache-2.0 | Szeliga/ember-forms,Szeliga/ember-forms |
2ff289855cf68080d241904c45ca48389518ded3 | app/assets/javascripts/species/templates/_tabs.handlebars | app/assets/javascripts/species/templates/_tabs.handlebars | {{#if nomenclatureChangesHappened}}
<div id="nomenclature_banner" class="banner">
<p>
<i class="fa fa-info-circle"></i>
Changes to nomenclature have been made following changes adopted at the Seventeenth meeting of the Conference of the Parties to CITES
</p>
</div>
{{/if}}
<ul class="tabset top... | {{#if nomenclatureChangesHappened}}
<div id="nomenclature_banner" class="banner">
<p>
<i class="fa fa-info-circle"></i>
Changes to nomenclature have been made following changes adopted at the Seventeenth meeting of the Conference of the Parties to CITES
</p>
</div>
{{/if}}
<ul class="tabset top... | Remove new flag from documents tab in main page | Remove new flag from documents tab in main page
| Handlebars | bsd-3-clause | unepwcmc/SAPI,unepwcmc/SAPI,unepwcmc/SAPI,unepwcmc/SAPI |
e37d993ea2154ec44354b993c08c6d0bed9b5f8c | views/layouts/main.hbs | views/layouts/main.hbs | <!DOCTYPE html>
<html>
<head>
<title>Share</title>
<link rel="stylesheet" href="/dropzone/css/dropzone.css">
<link rel="stylesheet" href="/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="/share.css">
<script src="/dropzone/dropzone.min.js"></script>
<script src="/jquery/jquery-2.0.3.min.js"><... | <!DOCTYPE html>
<html>
<head>
<title>Share</title>
<link rel="stylesheet" href="/dropzone/css/dropzone.css">
<link rel="stylesheet" href="/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="/share.css">
<script src="/dropzone/dropzone.min.js"></script>
<script src="/jquery/jquery-2.0.3.min.js"><... | Add 'View on GitHub' link | Add 'View on GitHub' link
| Handlebars | unlicense | briangreenery/share,claudyus/share,briangreenery/share |
239a793c21f2c155f4bc5dbabd2e8c0191e6d44c | app/templates/serviceOverview.handlebars | app/templates/serviceOverview.handlebars | <div class="view-container">
{{#unless subordinate}}
<div class="view-content unit-scaling">
<div class="units-input">
<div class="unit-label">of</div>
<input type="text" class="num-units-control" value="{{unit_count}}"/>
<span class="text-in-input">Units</span>
</div>
<d... | <div class="view-container">
{{#unless subordinate}}
<div class="view-content unit-scaling">
<div class="units-input">
<div class="unit-label">of</div>
<input type="text" class="num-units-control" value="{{unit_count}}"/>
<span class="text-in-input">Units</span>
</div>
<d... | Remove heading per UX request (bug 1261347) | Remove heading per UX request (bug 1261347)
| Handlebars | agpl-3.0 | jrwren/juju-gui,mitechie/juju-gui,mitechie/juju-gui,bac/juju-gui,bac/juju-gui,mitechie/juju-gui,jrwren/juju-gui,bac/juju-gui,jrwren/juju-gui,jrwren/juju-gui,bac/juju-gui,mitechie/juju-gui |
b8aadfb0f54c9b21d9921e49f95d76fccf941403 | frontend/app/templates/components/release-list.hbs | frontend/app/templates/components/release-list.hbs | <table class="table table-hover table-striped">
<thead>
<tr>
<th>Date Arrived</th>
<th>Artist</th>
<th>Title</th>
<th>Country</th>
</tr>
</thead>
<tbody>
{{#each model as |release|}}
<tr {{action 'releaseSelected' release}}>
<td>{{pretty-date release.a... | <table class="table table-hover table-striped">
<thead>
<tr>
<th>Date Arrived</th>
<th>Artist</th>
<th>Title</th>
<th>Country</th>
<th>Tags</th>
</tr>
</thead>
<tbody>
{{#each model as |release|}}
<tr {{action 'releaseSelected' release}}>
<td>{... | Add labels to release list. | Add labels to release list.
| Handlebars | mit | ThreeDRadio/playlists,ThreeDRadio/playlists,ThreeDRadio/playlists |
70961149254d24f9c685847feb62a73b039e18e2 | public/views/choose-an-avatar.hbs | public/views/choose-an-avatar.hbs | <div class="avatar">
<div class="avatar__text">
<h2 class="avatar__title">Choose your character</h2>
</div>
<div class="carousel">
<a class="carousel-item lion" href="{{ next }}"><img src="assets/lion.svg"></a>
<a class="carousel-item bear" href="{{ next }}"><img src="assets/bear2.svg"></a>
<a cla... | <div class="avatar">
<div class="avatar__text">
<h2 class="avatar__title">Choose your character</h2>
</div>
<div class="carousel">
<a class="carousel-item lion" href="{{ next }}"><img src="assets/lion.svg"></a>
<a class="carousel-item bear" href="{{ next }}"><img src="assets/bear.svg"></a>
<a clas... | Remove buttons, when clicked on avatar display next page | Remove buttons, when clicked on avatar display next page
related #121
| Handlebars | mit | CYPIAPT-LNDSE/welcome-to-camhs,CYPIAPT-LNDSE/welcome-to-camhs |
537e9b1e749f9d198a85b1b4b0303975542753f1 | static/templates/confirm_dialog/confirm_deactivate_bot.hbs | static/templates/confirm_dialog/confirm_deactivate_bot.hbs | <p>
{{#tr}}
When you deactivate <z-user></z-user>.
{{#*inline "z-user"}}<strong>{{username}}</strong>{{#if email}} <{{email}}>{{/if}}{{/inline}}
{{/tr}}
</p>
<p>{{t "They will not send messages or take any other actions." }}</p>
| <p>
{{#tr}}
When you deactivate <z-user></z-user>.
{{#*inline "z-user"}}<strong>{{username}}</strong>{{#if email}} <{{email}}>{{/if}}{{/inline}}
{{/tr}}
</p>
<p>{{t "A deactivated bot cannot send messages, access data, or take any other action." }}</p>
| Improve wording for deactivate bot modal. | settings: Improve wording for deactivate bot modal.
| Handlebars | apache-2.0 | zulip/zulip,rht/zulip,rht/zulip,zulip/zulip,andersk/zulip,andersk/zulip,zulip/zulip,andersk/zulip,rht/zulip,zulip/zulip,zulip/zulip,zulip/zulip,rht/zulip,andersk/zulip,andersk/zulip,andersk/zulip,rht/zulip,andersk/zulip,zulip/zulip,rht/zulip,rht/zulip |
044a1bbedfd6284624ca313ffe6dba5b0567adbc | local/views/artists.hbs | local/views/artists.hbs | {{#each artists}}
<a href="local/artist" class="artist-thumbnail" data-id="{{ name }}">
<div class="thumbnail">
{{#if picture}}
<img src="{{ picture }}">
{{else}}
{{g 'user'}}
{{/if}}
</div>
<span class="title">{{ name }}</span>
</div>
{{/each}}
<div class="clearer"><... | {{#each artists}}
<a href="local/artist" class="artist-thumbnail" data-id="{{ name }}">
<div class="thumbnail">
{{#if picture}}
<img src="{{ picture }}">
{{else}}
{{g 'user'}}
{{/if}}
</div>
<span class="title">{{ name }}</span>
</a>
{{/each}}
<div class="clearer"></d... | Fix an error in the mark-up of artist-thumbnail | Fix an error in the mark-up of artist-thumbnail
| Handlebars | agpl-3.0 | daplayer/daplayer,daplayer/daplayer |
cb2a7f005cd7821747b85d47160b7e5ec703f80b | addon/templates/components/place-autocomplete-field.hbs | addon/templates/components/place-autocomplete-field.hbs | {{#if hasBlock}}
{{yield this}}
{{else}}
{{input value=value
classBinding="inputClass"
tabindex=tabindex
disabled=disabled
focus-out='focusOut'
placeholder=placeholder
bubbles=true}}
{{/if}} | {{#if hasBlock}}
{{yield this}}
{{else}}
{{input value=value
classBinding="inputClass"
tabindex=tabindex
disabled=disabled
focus-out=(action 'focusOut')
placeholder=placeholder
bubbles=true}}
{{/if}}
| Use action helper to set focus-out action | fix: Use action helper to set focus-out action
| Handlebars | mit | dmuneras/ember-place-autocomplete,dmuneras/ember-place-autocomplete |
2c9de3278699f957513290493ff0a74073a6d8b1 | src/main/web/templates/handlebars/partials/local-box.handlebars | src/main/web/templates/handlebars/partials/local-box.handlebars | <div class="tiles__item tiles__item--image-type-fixed-31-rows flush clickable-wrap print--hide">
<h3 class="tiles__title tiles__title-h2"><a href="/about/localstatistics">{{labels.local-stats-header}}<span class="image-holder"><img src="/img/t1-local.png" alt="" class="no-border"></span></a></h3>
<div class="ti... | <div class="clickable-wrap">
<div class="tiles__item tiles__item--image-type-fixed-31-rows flush clickable-wrap print--hide">
<h3 class="tiles__title tiles__title-h2"><a href="/about/localstatistics">{{labels.local-stats-header}}<span class="image-holder"><img src="/img/t1-local.png" alt="" class="no-border... | Fix hover on local stats box | Fix hover on local stats box
| Handlebars | mit | ONSdigital/babbage,ONSdigital/babbage,ONSdigital/babbage,ONSdigital/babbage |
115f0ab9354c18bccdacaa8f3168517d3b7eaf0f | app/templates/file-uploader.hbs | app/templates/file-uploader.hbs | <div class="file-uploader">
<form action="" method="POST" enctype="multipart/form-data" class="file-uploader-form">
<h3>Upload a file from your computer or drop a file here</h3>
<input type="hidden" name="key">
<input type="hidden" name="AWSAccessKeyId">
<input type="hidden" name="acl" value="public-r... | <div class="file-uploader">
<form action="" method="POST" enctype="multipart/form-data" class="file-uploader-form">
<h3>Upload a file from your computer or drop a file here</h3>
<input type="hidden" name="key">
<input type="hidden" name="AWSAccessKeyId">
<input type="hidden" name="acl" value="private"... | Use private ACL for file uploads | Use private ACL for file uploads | Handlebars | agpl-3.0 | jessamynsmith/boards-web,jessamynsmith/boards-web,GetBlimp/boards-web |
5f3fbdf5ef625474c6ee9f17621288986e8ef54e | share/spice/gulp/footer.handlebars | share/spice/gulp/footer.handlebars | {{#if licenses}}
<div>{{licenses}} Licence</div>
{{else}}
<div> </div>
{{/if}}
<div class="tx-clr--grey-light">Updated {{time}}</div>
| {{#if licenses}}
<div>{{licenses}} Licence</div>
{{else}}
<div> </div>
{{/if}}
<div class="tx-clr--grey-light"><span class="ddgsi ddgsi-clock"></span> Updated {{time}}</div>
| Add clock to the tile. | Add clock to the tile.
| Handlebars | apache-2.0 | deserted/zeroclickinfo-spice,lernae/zeroclickinfo-spice,lernae/zeroclickinfo-spice,TomBebbington/zeroclickinfo-spice,kevintab95/zeroclickinfo-spice,MoriTanosuke/zeroclickinfo-spice,bigcurl/zeroclickinfo-spice,kevintab95/zeroclickinfo-spice,deserted/zeroclickinfo-spice,marianosimone/zeroclickinfo-spice,mr-karan/zeroclic... |
3e97f6b3df49800ba45244056eda3433e9c7ae46 | app/views/jst/jquery/ModuleSequenceFooter.handlebars | app/views/jst/jquery/ModuleSequenceFooter.handlebars | <div class='module-sequence-padding'></div>
<div class='module-sequence-footer'>
<div class="module-sequence-footer-content">
{{#if previous.show}}
<a
href="{{previous.url}}"
role="button"
class="Button module-sequence-footer-button--previous"
data-tooltip="right"
d... | <div class='module-sequence-padding'></div>
<div class='module-sequence-footer' role="navigation" aria-label="{{#t}}Module Navigation{{/t}}">
<div class="module-sequence-footer-content">
{{#if previous.show}}
<a
href="{{previous.url}}"
role="button"
class="Button module-sequence-foot... | Add aria role to module sequence footer | Add aria role to module sequence footer
Makes this much nicer for SR users to find the footer.
Note: There are no automated tests because this is a relatively
minor markup change.
closes CNVS-32319
Test Plan:
- Go to the modules page
- Go to a module item that has multiple other items in the
same module.
-... | Handlebars | agpl-3.0 | grahamb/canvas-lms,instructure/canvas-lms,instructure/canvas-lms,venturehive/canvas-lms,sfu/canvas-lms,sfu/canvas-lms,instructure/canvas-lms,venturehive/canvas-lms,matematikk-mooc/canvas-lms,SwinburneOnline/canvas-lms,HotChalk/canvas-lms,sfu/canvas-lms,SwinburneOnline/canvas-lms,HotChalk/canvas-lms,SwinburneOnline/canv... |
089bf39abb036ebda44eecb387f69bd2bad84093 | client/app/pods/components/friends-list/template.hbs | client/app/pods/components/friends-list/template.hbs | <li class="dropdown-header">Contacts:</li>
{{#each friend in sortedFriends}}
<li class="main-friend-item">
<div class="main-friend-chat" {{action "startChat" friend.userId}} data-toggle="tooltip" data-placement="top" title="Start 1-on-1 chat"><i class="fa fa-comments"></i></div>
<div class="main-fr... | <li class="dropdown-header">Contacts:</li>
{{#each friend in sortedFriends}}
<li class="main-friend-item">
<div class="main-friend-chat" {{action "startChat" friend.userId}} data-toggle="tooltip" data-placement="top" title="Start 1-on-1 chat"><i class="fa fa-comments"></i></div>
<div class="main-fr... | Add a tooltip for the remove user from the contacs list button | Add a tooltip for the remove user from the contacs list button
| Handlebars | apache-2.0 | ilkkao/mas,ilkkao/mas,ilkkao/mas,ilkkao/mas |
674ac069cc9ffd7f27caac0db5a543dbc8c37c21 | app/templates/common/footer.hbs | app/templates/common/footer.hbs | <div class="ui inverted basic blue segment" style="margin:0;">
<div style="text-align: center">
<p style="font-size: 140%">© WholeTale (Build: {commit})</p>
<p style="font-size: 100%">
This material is based upon work supported by the National Science Foundation under
Grant ... | <div class="ui centered grid">
<div class="ui inverted basic blue segment row">
<div class="three wide column"></div>
<div class="ten wide column">
<div style="text-align: center">
<p style="font-size: 140%">© WholeTale (Build: {commit})</p>
<p style="font-size: 100%">
Thi... | Add report issue button to every page | Add report issue button to every page
| Handlebars | mit | whole-tale/dashboard,whole-tale/dashboard,whole-tale/dashboard |
e2dd6f344659979b24058e24144b2e55148558c8 | js/app/templates/index.hbs | js/app/templates/index.hbs | <div id="index">
<nav>
<h3>Link-sf</h3>
</nav>
<h3 class="title">What are you looking for?</h3>
<span>Service</span>
<ul class="categories">
<li><button class="btn" data-category="housing"><i class="icon-briefcase"></i>Housing</button></li>
<li><button class="btn" data-category="food"><i class="... | <div id="index">
<nav>
<h3>Link-sf</h3>
</nav>
<h3 class="title">What are you looking for?</h3>
<span>Service</span>
<ul class="categories">
<li><button class="btn" data-category="housing"><i class="icon-briefcase"></i>Housing</button></li>
<li><button class="btn" data-category="food"><i class="... | Hide search button for now | Hide search button for now
| Handlebars | apache-2.0 | zendesk/copenhelp,lcomito/linksf,lcomito/linksf,zendesk/linksf,sfbrigade/linksf,zendesk/copenhelp,ISMAELMARTINEZ/linkuk,lcomito/linksf,ISMAELMARTINEZ/linkuk,sfbrigade/linksf,zendesk/copenhelp,zendesk/linksf,sfbrigade/linksf |
53891e4fe7b04cd47ca941a4db45a54f3ab8a1a6 | generators/view-test/view-test.coffee.hbs | generators/view-test/view-test.coffee.hbs | {{#camelize}}{{name}}{{/camelize}}View = require 'views/{{name}}-view'
describe '{{#camelize}}{{name}}{{/camelize}}View', ->
beforeEach ->
@view = new {{#camelize}}{{name}}{{/camelize}}View()
| {{#camelize}}{{name}}{{/camelize}}View = require 'views/{{name}}-view'
describe '{{#camelize}}{{name}}{{/camelize}}View', ->
beforeEach ->
@view = new {{#camelize}}{{name}}{{/camelize}}View()
afterEach ->
@view.dispose()
| Add afterEach method to dispose the view after each test | Add afterEach method to dispose the view after each test
| Handlebars | apache-2.0 | despairblue/scegratoo |
ff974887f49b7dc1eeb71e9db263960c590a5d7e | app/index/template.hbs | app/index/template.hbs | <h2>Welcome to Traffic Tracker</h2>
<div class="homepageMap">
<iframe src="https://www.google.com/maps/d/u/0/embed?mid=1XtWfbE9K4hH7WMbojvhOeFsBY2M" width="640" height="480"></iframe>
</div>
<div class="wrapperTwitter">
<div class="homepageTwitter">
<a class="twitter-timeline" data-theme="light" da... | <h2>Welcome to Traffic Tracker</h2>
<div class="homepageMap">
<iframe src="https://www.google.com/maps/d/u/0/embed?mid=1XtWfbE9K4hH7WMbojvhOeFsBY2M" width="640" height="480"></iframe>
</div>
<div class="wrapperTwitter">
<div class="homepageTwitter">
<a class="twitter-timeline" data-theme="light" da... | Remove extra closing div tag | Remove extra closing div tag
| Handlebars | mit | mwerumuchai/traffic-tracker,mwerumuchai/traffic-tracker |
6582a12663ced804821f56e93aa9e812402043ba | share/spice/songkick/geteventid/songkick_geteventid.handlebars | share/spice/songkick/geteventid/songkick_geteventid.handlebars | <div class="songkick-event">
<a href="{{uri}}">{{artist}}</a><br/>
<small><span class="songkick-event-kicker">{{venue}} - {{dateString start.date}}{{#if start.time}} @ {{start.time}}{{/if}}</span></small>
</div>
| <a href="{{uri}}">{{artist}}</a> at {{venue}} on {{dateString start.date}}{{#if start.time}} ({{start.time}}){{/if}} | Change the format of the list. | Songkick: Change the format of the list.
| Handlebars | apache-2.0 | Faiz7412/zeroclickinfo-spice,gautamkrishnar/zeroclickinfo-spice,shyamalschandra/zeroclickinfo-spice,dheeraj143/zeroclickinfo-spice,Faiz7412/zeroclickinfo-spice,ScreapDK/zeroclickinfo-spice,toenu23/zeroclickinfo-spice,levaly/zeroclickinfo-spice,ColasBroux/zeroclickinfo-spice,timeanddate/zeroclickinfo-spice,lw7360/zerocl... |
2cfa424693249224b0a08b31df38790eba5c14fd | app/templates/user/index.hbs | app/templates/user/index.hbs |
{{#each badge in model.badges}}
{{badge-box badge=badge}}
{{/each}}
| <h3>Badges</h3>
{{#each badge in model.badges}}
{{badge-box badge=badge}}
{{/each}}
| Add title to info area | Add title to info area
| Handlebars | mit | wordset/wordset-ui,BryanCode/wordset-ui,BryanCode/wordset-ui,wordset/wordset-ui,kaelig/wordset-ui,kaelig/wordset-ui,BryanCode/wordset-ui,wordset/wordset-ui |
9e8906177105d9f885479f8f84087cbfb31d4267 | www/templates/monuments_list.hbs | www/templates/monuments_list.hbs | <ul>
{{#each monuments}}
<li>
<a href="https://fr.wikipedia.org/wiki/{{monument_article}}">
<aside class="pack-end">
<img src={{image}}>
</aside>
<p>{{name}}</p>
<p>{{address}}</p>
</a>
</li>
{{/each}}
</ul>
| <ul>
{{#each monuments}}
<li>
{{#if monument_article}}
<a href="https://fr.wikipedia.org/wiki/{{monument_article}}">
{{else}}
<a>
{{/if}}
<aside class="pack-end">
{{#if image}}
<img src={{image_thumb}}>
{{/if}}
</aside>
<p>{{name}}</p>
<p>{{address}}</p>
<... | Update the main list template | Update the main list template | Handlebars | mit | miniwark/Monuments |
19c745c82d5d6e316797e00ae8adaa416836b518 | app/templates/head.hbs | app/templates/head.hbs | <title>{{model.title}}</title>
<meta name="description" content={{model.description}}>
<meta property="og:site_name" content="Ship Shape">
<meta property="og:title" content={{model.title}} />
<meta property="og:description" content={{model.description}}>
<meta property="og:type" content={{model.type}}>
<meta property=... | <title>{{model.title}}</title>
<meta name="description" content={{model.description}}>
<meta property="og:site_name" content="Ship Shape">
<meta property="og:title" content={{model.title}} />
<meta property="og:description" content={{model.description}}>
<meta property="og:type" content={{model.type}}>
<meta property=... | Use shipshape code twitter for og | Use shipshape code twitter for og
| Handlebars | mit | shipshapecode/shipshape.io,shipshapecode/website,shipshapecode/website,shipshapecode/shipshape.io |
b6651c1599826f0986fd8b485c5f3eed49098a76 | src/main/web/templates/handlebars/highcharts/config/base/simple-chart-config.handlebars | src/main/web/templates/handlebars/highcharts/config/base/simple-chart-config.handlebars | {{!-- Charts with an array of series data inherits from this base template --}}
{{!-- NOTE: the data output needs to be a continous string and whitespace (line returns) break it --}}
{{#partial "chart-config"}}
{{#if isStacked }}// reverse legend order for stacked bars with a descending order{{/if}}
options.series=[{... | {{!-- Charts with an array of series data inherits from this base template --}}
{{!-- NOTE: the data output needs to be a continous string and whitespace (line returns) break it --}}
{{#partial "chart-config"}}
{{#if isStacked }}// reverse legend order for stacked bars with a descending order{{/if}}
options.series=[{... | Add toggle to reverse bar chart legend order | Add toggle to reverse bar chart legend order
| Handlebars | mit | ONSdigital/babbage,ONSdigital/babbage,ONSdigital/babbage,ONSdigital/babbage |
147f2d6c1f814b6b46e6c1daa8dd44ff4ac0f922 | app/templates/components/em-modal.hbs | app/templates/components/em-modal.hbs | <div class="em--modal-content">
{{yield}}
</div>
| <div class="em--modal-content">
{{yield}}
<button class="mdl-button mdl-js-button mdl-button--icon em--close-modal">
<i class="material-icons">clear</i>
</button>
</div>
| Move button html to bottom of the element | refactor: Move button html to bottom of the element
No change in layout other than it is not being focused first | Handlebars | mit | pe1te3son/spendings-tracker,pe1te3son/spendings-tracker |
b0ffebcbada0c50bb004d508a90e6ed466f979d9 | app/templates/github/PullRequestReviewCommentEvent-template.handlebars | app/templates/github/PullRequestReviewCommentEvent-template.handlebars | {{#view ActorView}}
reviewed on commit
<a href="https://github.com/{{unbound event.repo.name}}/commit/{{unbound event.payload.comment.commit_id}}#commitcomment-{{unbound event.payload.comment.id}}">
{{trim event.payload.comment.commit_id length=7}}
</a>
{{/view}}
<div class="additional-info" >
{{event.paylo... | {{#view ActorView}}
reviewed on commit
<a {{bindAttr href="event.payload.comment._links.html.href"}}>
{{trim event.payload.comment.commit_id length=7}}
</a>
{{/view}}
<div class="additional-info" >
{{event.payload.comment.body}}
</div> | Update link to comment on code in Pull Request | Update link to comment on code in Pull Request
| Handlebars | isc | pangratz/ember.js-dashboard,greyhwndz/ember.js-dashboard,pangratz/ember.js-dashboard,greyhwndz/ember.js-dashboard,greyhwndz/ember.js-dashboard |
973f00177e2956fc9e0f4d5f764f1f7c3a575e90 | lib/templates/gl-table/gl-row.hbs | lib/templates/gl-table/gl-row.hbs | {{#if indexed}}
<td class='index'>{{index}}</td>
{{/if}}
{{#each columns}}
{{view cellView width=width row=content column=this}}
{{/each}}
| {{#if indexed}}
<td class='index'>{{index}}</td>
{{/if}}
{{#each columns}}
{{view view.cellView width=width row=content column=this}}
{{/each}}
| Fix the context of cellView. | Fix the context of cellView.
| Handlebars | mit | gloit/gloit-component,gloit/gloit-component |
7676cfe4ca440299636443d2c8c14f1845f8e84a | app/about/template.hbs | app/about/template.hbs | <div class="well">
<h3>About</h3>
<p>FunSquare is a search-and-discovery web application that displays personalized recommendation of places near the location of a user according to the category of place chosen. </p>
<p>It uses Foursquare API to access their data. Foursqure is an app that helps you find the perfect ... | <div class="well">
<h3>About</h3>
<p>FunSquare is a search-and-discovery web application that displays personalized recommendations of venues such as restaurants according to the category of place and location chosen. Upon choosing a result, more details about it are shown and reviews are listed. A user then has the ... | Add content to the about page. | Add content to the about page.
| Handlebars | mit | marynganga/FunSquare,marynganga/FunSquare |
7c86d067a0b50689565b5b3eadbb9987acaa6086 | partials/loop.hbs | partials/loop.hbs | {{! Previous/next page links - only displayed on page 2+ }}
<div class="extra-pagination inner">
{{pagination}}
</div>
{{! This is the post loop - each post will be output using this markup }}
{{#foreach posts}}
<article class="{{post_class}}">
<span class="notepad-post-meta">
<div class="DairyDate">
... | {{! Previous/next page links - only displayed on page 2+ }}
<div class="extra-pagination inner">
{{pagination}}
</div>
{{! This is the post loop - each post will be output using this markup }}
{{#foreach posts}}
<article class="{{post_class}}">
<span class="notepad-post-meta">
<div class="DairyDate">
... | Revert "Revert "Revert "Revert "sc"""" | Revert "Revert "Revert "Revert "sc""""
This reverts commit 340ff215f76ef32b329e3006c417df173cd5ae45.
| Handlebars | mit | SiliCAT/Casper,SiliCAT/Casper |
92832e870276efa23408ce861e9c88ac2afa8def | views/email/forgot_password.hbs | views/email/forgot_password.hbs | Reset password for TimeOff.Management
=====
{{# with user ~}}
<p>Hello <strong>{{this.name}}</strong>,</p>
<p>Somebody just requested a reset password link for your account at {{> email/link href=(get_application_domain) text='TimeOff.Management' }}</p>
{{# if company.ldap_auth_enabled }}
<p>The company your account ... | Reset password for TimeOff.Management
=====
{{# with user ~}}
<p>Hello <strong>{{this.name}}</strong>,</p>
<p>Somebody just requested a reset password link for your account at {{> email/link href=(get_application_domain) text='TimeOff.Management' }}</p>
{{# if company.ldap_auth_enabled }}
<p>The company your account ... | Add alternative link itno reset password eamil | Add alternative link itno reset password eamil
| Handlebars | mit | timeoff-management/application,timeoff-management/application |
444ff0cb43d915cf0c212a56812e51440cf42172 | templates/rustdoc.hbs | templates/rustdoc.hbs | <!DOCTYPE html>
<html lang="en">
<head>
{{{content.rustdoc_head}}}
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/pure/0.6.0/menus-core.css" type="text/css" media="all" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/pure/0.6.0/menus-horizontal.css" type="text/c... | <!DOCTYPE html>
<html lang="en">
<head>
{{{content.rustdoc_head}}}
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/pure/0.6.0/menus-min.css" type="text/css" media="all" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css" t... | Use menus-min.css to get all purecss menu bundle | Use menus-min.css to get all purecss menu bundle
| Handlebars | mit | onur/cratesfyi |
e75bd935b0197be728a53891b36cda4e1b1d446e | addon/components/form-controls/ff-radio.hbs | addon/components/form-controls/ff-radio.hbs | {{#each @values as |item|}}
<div class="form-controls-ff-radio">
{{#let (compute this.idFor item) as |id|}}
<input
type="radio"
name="{{@for}}"
value="{{id}}"
id="{{@for}}-{{id}}"
...attributes
data-test-ff-control-radio
data-test-ff-control-radio-opti... | {{#each @values as |item|}}
<div class="form-controls-ff-radio">
{{#let (compute this.idFor item) as |id|}}
<input
type="radio"
name="{{@for}}"
value="{{id}}"
id="{{@for}}-{{id}}"
...attributes
data-test-ff-control-radio
data-test-ff-control-radio-opti... | Add disabled to radio button | Add disabled to radio button
| Handlebars | mit | Foodee/ember-foxy-forms,Foodee/ember-foxy-forms |
738999aa3e0813cb85a6133b72c488999078f778 | app/templates/admin.hbs | app/templates/admin.hbs | <header id="chest">
<div class="inner">
<nav>
{{#link-to "admin.index"}}Dashboard{{/link-to}}
{{#link-to "admin.pages"}}Pages{{/link-to}}
{{#link-to "admin.media"}}Media{{/link-to}}
<a href="#">Settings</a>
</nav>
<a href="#" class="logo" {{action "logout"}}></a>
{{#toggle-nav}}
<span>
<b... | <header id="chest">
<div class="inner">
<nav>
{{#link-to "admin.index"}}Dashboard{{/link-to}}
{{#link-to "admin.pages"}}Pages{{/link-to}}
{{#link-to "admin.media"}}Media{{/link-to}}
<a href="#">Settings</a>
</nav>
<a href="#" class="logo" {{action "logout"}}></a>
{{#toggle-nav}}
<span>
<b... | Set class using a property | Set class using a property
| Handlebars | mit | kunni80/server,muffin/server |
6a32e6d6994ae099de4fb6455608ef93d0b5ac9e | partials/loop.hbs | partials/loop.hbs | {{! Previous/next page links - only displayed on page 2+ }}
<div class="extra-pagination inner">
{{pagination}}
</div>
{{! This is the post loop - each post will be output using this markup }}
{{#foreach posts}}
<article class="{{post_class}}">
<header class="post-header">
<h2 class="post-title"><a hre... | {{! Previous/next page links - only displayed on page 2+ }}
<div class="extra-pagination inner">
{{pagination}}
</div>
{{! This is the post loop - each post will be output using this markup }}
{{#foreach posts}}
<article class="{{post_class}}">
<header class="post-header">
<h2 class="post-title"><a hre... | Set post excerpt to 30 words. | Set post excerpt to 30 words.
| Handlebars | mit | faizmokhtar/Fatso,faizmokhtar/Fatso |
6197ffb69ebeb33ad8c4a6e3c541ed74dcf57df1 | public/views/sleep.hbs | public/views/sleep.hbs | <div class="sleep">
<div class="sleep__text">
<h2 class="sleep__title">How well have<br>you been sleeping?</h2>
</div>
<div class="sleep__sleeping-lion"></div>
<div class="sleep__slider">
<div class="slider__labels">
<label class="slider__label slider__label--bad">Not at all</label>
<label c... | <div class="sleep">
<div class="sleep__text">
<h2 class="sleep__title">How well have<br>you been sleeping?</h2>
</div>
<div class="sleep__sleeping-lion"></div>
<div class="sleep__slider">
<div class="slider__labels">
<label class="slider__label slider__label--bad">No sleep</label>
<label cla... | Change label names after user testing | Change label names after user testing
related #135
| Handlebars | mit | CYPIAPT-LNDSE/welcome-to-camhs,CYPIAPT-LNDSE/welcome-to-camhs |
d92d870a191bd247de721508efb8615e6bc5428b | app/components/container-subpod/template.hbs | app/components/container-subpod/template.hbs | <div class="container-subpod">
<div class="subpod-name clip">
<i class="{{model.stateIcon}} {{model.stateColor}} dot "></i>
<a class="{{if showEllipsis 'tiny-hellip'}}" href="{{href-to (if model.isVm "virtualmachine" "container") model.id}}">
{{#tooltip-element tagName="span" inlineBlock=false type="too... | <div class="container-subpod">
<div class="subpod-name clip">
<i class="{{model.stateIcon}} {{model.stateColor}} dot "></i>
<a class="{{if showEllipsis 'tiny-hellip'}}" href="{{href-to (if model.isVm "virtualmachine" "container") model.id}}">
{{#tooltip-element tagName="span" inlineBlock=false type="too... | Add actions to sidekick tooltips | Add actions to sidekick tooltips | Handlebars | apache-2.0 | lvuch/ui,vincent99/ui,rancher/ui,vincent99/ui,westlywright/ui,rancherio/ui,vincent99/ui,pengjiang80/ui,rancherio/ui,lvuch/ui,rancher/ui,pengjiang80/ui,westlywright/ui,rancher/ui,rancherio/ui,lvuch/ui,pengjiang80/ui,westlywright/ui |
66ef0de2c0f3f6cf3b6dc183f89243c6a1be0543 | app/scripts/templates/sidebar.hbs | app/scripts/templates/sidebar.hbs | <header>
<h1 class="sidebar__title">b2pick</h1>
<p class="sidebar__subtitle">Picking Bouding Boxes in an easy manner</p>
<div class="social">
<a
href="https://twitter.com/share"
class="twitter-share-button"
data-url="http://sergioalvarezsuarez.com"
data-via="varezHH">Tweet</a>
<sc... | <header>
<h1 class="sidebar__title">b2pick</h1>
<p class="sidebar__subtitle">Picking Bouding Boxes in an easy manner</p>
<div class="social">
<a
href="https://twitter.com/share"
class="twitter-share-button"
data-url="https://sergio-alvarez.github.io/b2pick"
data-via="varezHH">Tweet</a... | Update the Twitter's widget URL | Update the Twitter's widget URL
| Handlebars | apache-2.0 | sergioalvz/b2pick,sergio-alvarez/b2pick,sergioalvz/b2pick,sergioalvz/b2pick,sergio-alvarez/b2pick,sergio-alvarez/b2pick |
2ca1dd4aeb25f2a483020b7ef37d77c819f9629f | partials/learn/sidebar.handlebars | partials/learn/sidebar.handlebars | <div class="siteSidebar pageNavListBounder">
<div class="mainSidebar">
<ul class="pageNavList">
{{#sidebarSubMenu "Get Started"}}
{{>sidebarSubItems glob="learn/get-started/index.html"}}
{{>sidebarSubItems glob="learn/get-started/!(index).html"}}
{{/sidebarSubMenu}}
{{#sidebarSu... | <div class="siteSidebar pageNavListBounder">
<div class="mainSidebar">
<ul class="pageNavList">
{{#sidebarSubMenu "Get Started"}}
{{>sidebarSubItems glob="learn/get-started/index.html"}}
{{>sidebarSubItems glob="learn/get-started/!(index).html"}}
{{/sidebarSubMenu}}
{{>sidebarSu... | Rearrange content in guides section. | Rearrange content in guides section.
| Handlebars | apache-2.0 | stellar/developers,stellar/developers |
1b196d441169b8ceba41c96de3aa959e34821c65 | public/js/templates/edit-verse.hbs | public/js/templates/edit-verse.hbs | <header>
<a class="left" href="#verse/{{id}}">
Cancel
</a>
<h1>New Verse</h1>
<a class="right" id="save-verse" href="javascript:void(0)">
Save
</a>
</header>
<div class="body edit-verse">
<input type="text" name="reference" placeholder="Reference" value="{{reference}}" />
<input type="hidden" nam... | <header>
<a class="left" href="#verse/{{id}}">
Cancel
</a>
<h1>Edit Verse</h1>
<a class="right" id="save-verse" href="javascript:void(0)">
Save
</a>
</header>
<div class="body edit-verse">
<input type="text" name="reference" placeholder="Reference" value="{{reference}}" />
<input type="hidden" na... | Fix header on edit verse template | Fix header on edit verse template
| Handlebars | mit | ismyrnow/BibleVerses,ismyrnow/BibleVerses |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.