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 |
|---|---|---|---|---|---|---|---|---|---|
76b7308ce4ef3134ee3a4f80ac37aee4512656b9 | app/partials/html/html-start.hbs | app/partials/html/html-start.hbs | <!doctype html>
<html lang="en" class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>{{title}} - {{helper_config 'projectName'}}</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="descr... | <!doctype html>
<html lang="en" class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>{{title}} - {{helper_config 'projectName'}}</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="descr... | Use helper_absolute_url for canonical link in html head | Use helper_absolute_url for canonical link in html head
| Handlebars | mit | oksana-khristenko/assemble-starter,oksana-khristenko/assemble-starter |
7cc7f84b8903ffc3574693e8d6901883596aeeb1 | addon/templates/components/data-table-content-body.hbs | addon/templates/components/data-table-content-body.hbs | {{#if data-table.isLoading}}
<tr><td colspan="100%" class="is-loading-data">Loading...</td></tr>
{{else}}
{{#if content}}
{{#each wrappedItems as |wrapper index|}}
<tr class="{{if (contains wrapper.item data-table.selection) 'selected'}}" {{action (optional onClickRow) wrapper.item}}>
{{#if enable... | {{#if data-table.isLoading}}
<tr><td colspan="100%" class="is-loading-data">Loading...</td></tr>
{{else}}
{{#if content}}
{{#each wrappedItems as |wrapper index|}}
<tr class="{{if (contains wrapper.item data-table.selection) 'selected'}} {{if onClickRow 'clickable'}}" onclick={{action (optional onClickRow... | Allow nested ember actions on data table row | Allow nested ember actions on data table row
See https://medium.com/square-corner-blog/deep-dive-on-ember-events-cf684fd3b808
| Handlebars | mit | erikap/ember-data-table,mu-semtech/ember-data-table,mu-semtech/ember-data-table,erikap/ember-data-table |
ce8589f7e62b31d796983f3530981c5706f1d874 | app/templates/components/modals/login-signup-modal.hbs | app/templates/components/modals/login-signup-modal.hbs | <i class="black close icon"></i>
<div class="header">
{{t 'Login or Signup'}}
</div>
<div class="content">
<h4 class="ui header">{{t 'Login or Signup before you can access this'}}</h4>
<div>
{{#link-to 'login' class='ui teal button' invokeAction=(action 'toggleView')}}
{{t 'Login'}}
{{/link-to}}
... | <i class="black close icon"></i>
<div class="header">
{{t 'Login or Signup'}}
</div>
<div class="content">
<h4 class="ui header">{{t 'Please Login or Signup before you can submit a proposal.'}}</h4>
<div>
{{#link-to 'login' class='ui teal button' invokeAction=(action 'toggleView')}}
{{t 'Login'}}
{{... | Change modal message for call for speakers | Change modal message for call for speakers
| Handlebars | apache-2.0 | CosmicCoder96/open-event-frontend,ritikamotwani/open-event-frontend,ritikamotwani/open-event-frontend,CosmicCoder96/open-event-frontend,ritikamotwani/open-event-frontend,CosmicCoder96/open-event-frontend |
0e622eab2fb0a70906e708b5702a8337ba727537 | app/templates/components/bd-quick-favorite.hbs | app/templates/components/bd-quick-favorite.hbs | {{#link-to 'stop' stop class="unstyled"}}
{{ bd-toggle-favorite stop=stop class="stop-item__toggle-favorite" }}
<h1 class="list-item__title truncate">{{stop.name}}</h1>
{{/link-to}}
| {{#link-to 'stop' stop class="unstyled"}}
{{ bd-toggle-favorite stop=stop class="stop-item__toggle-favorite" }}
<h1 class="list-item__title truncate">{{stop.name}}<small class="light">{{stop.direction}}</small></h1>
{{/link-to}}
| Add direction of bus to quick favorites | Add direction of bus to quick favorites | Handlebars | mit | bus-detective/web-client,bus-detective/web-client |
0e96a611a94ef527a1db2ce387f4765fffd2fdf1 | src/main/web/templates/handlebars/partials/related/datasets.handlebars | src/main/web/templates/handlebars/partials/related/datasets.handlebars | {{#if relatedDatasets}}
<div class="tiles__item tiles__item--nav-type flush-col">
<h3 class="tiles__title-h3 tiles__title-h3--nav">Related data</h3>
<div class="tiles__content tiles__content--nav">
<ul class="list--neutral">
{{#each relatedDatasets}}
{{#resolve this.uri filter="title"}}
<li><a h... | {{#if_any relatedDatasets (eq type "dataset") (eq type "timeseries_dataset")}}
<div class="tiles__item tiles__item--nav-type flush-col print--hide">
<h3 class="tiles__title-h3 tiles__title-h3--nav">Related data</h3>
{{#if relatedDatasets}}
<div class="tiles__content tiles__content--nav">
... | Update to show on all dataset pages with correct parent name | Update to show on all dataset pages with correct parent name
| Handlebars | mit | ONSdigital/babbage,ONSdigital/babbage,ONSdigital/babbage,ONSdigital/babbage |
f04cb206b6bc59d0f577e55fa27b32ea04307576 | modules/distribution/src/repository/jaggeryapps/iotserver/pages/policies/index.hbs | modules/distribution/src/repository/jaggeryapps/iotserver/pages/policies/index.hbs | {{authorized}}
{{layout "fluid"}}
{{#zone "title"}}
Policies
{{/zone}}
{{#zone "body"}}
{{unit "appbar" link="policies" title="My Policies"}}
{{unit "extended-search-box"}}
<div class="wr-device-list row">
<div class="wr-hidden-operations wr-advance-operations">
</div>
<div cla... | {{authorized}}
{{layout "fluid"}}
{{#zone "title"}}
Policies
{{/zone}}
{{#zone "body"}}
{{unit "appbar" link="policies" title="My Policies"}}
{{unit "extended-search-box" item="Policie"}}
<div class="wr-device-list row">
<div class="wr-hidden-operations wr-advance-operations">
</div>
... | Add policies to extended search | Add policies to extended search
| Handlebars | apache-2.0 | charithag/product-iot-server,Megala21/product-iots,Shabirmean/product-iots,amalhub/product-iots,Shabirmean/product-iots,GPrathap/product-iots,madhawap/product-iots,madhawap/product-iots,charithag/product-device-cloud,rasika90/product-iot-server,madhawap/product-iots,Shabirmean/product-iots,sameeragunarathne/product-iot... |
1586ed0977d12be95c2d5094437d1baa072e8bd6 | app/hosts/new/template.hbs | app/hosts/new/template.hbs | <section class="horizontal-form" style="background-color: white;">
<h2>Add Host</h2>
<div class="container-fluid">
<div class="row">
<div class="col-sm-12 col-md-2 form-label">
<label class="form-control-static">Provider</label>
</div>
<div class="col-sm-12 col-md-8">
<ul clas... | <section class="horizontal-form" style="background-color: white;">
<h2>Add Host</h2>
<div class="container-fluid">
<div class="row">
<div class="col-sm-12 col-md-2 form-label">
<label class="form-control-static">Provider</label>
</div>
<div class="col-sm-12 col-md-8">
<ul clas... | Add href to host icons, possibly making them keyboard-focusable and screen reader-accessible | Add href to host icons, possibly making them keyboard-focusable and screen reader-accessible
| Handlebars | apache-2.0 | kaos/ui,jjperezaguinaga/ui,rancher/ui,lvuch/ui,pengjiang80/ui,ubiquityhosting/rancher_ui,westlywright/ui,rancherio/ui,pengjiang80/ui,rancherio/ui,rancher/ui,kaos/ui,pengjiang80/ui,nrvale0/ui,rancher/ui,lvuch/ui,vincent99/ui,ubiquityhosting/rancher_ui,kaos/ui,rancherio/ui,nrvale0/ui,nrvale0/ui,ubiquityhosting/rancher_ui... |
0169a06cebc478444ce22a907b10e4deba2a5155 | views/email/add_new_user.hbs | views/email/add_new_user.hbs | New TimeOff.Management account for {{#with new_user }}{{this.full_name}}{{/with}}
=====
Hello {{new_user.name}},
{{#with admin_user}}{{this.full_name}}{{/with}} just registered new account for you as an employ of {{company.name}}.
Please contact {{admin_user.name}} about your new password and login at http://timeoff.... | New TimeOff.Management account for {{#with new_user }}{{this.full_name}}{{/with}}
=====
Hello {{new_user.name}},
{{#with admin_user}}{{this.full_name}}{{/with}} just registered new account for you as an employee of {{company.name}}.
Please contact {{admin_user.name}} about your new password and login at http://timeof... | Fix a typo in email. | Fix a typo in email.
| Handlebars | mit | YulioTech/timeoff,timeoff-management/application,timeoff-management/application,YulioTech/timeoff |
f5573a2dd6b840d9c3415f7e8849717c85992b48 | app/assets/javascripts/templates/sign_in/show.hbs | app/assets/javascripts/templates/sign_in/show.hbs | <div class="row justify-content-center">
<form>
<h2>Sign In</h2>
<label for="email" class="sr-only">Email address</label>
<input id="email" type="email" class="form-control" placeholder="Email address" autofocus required>
<label for="password" class="sr-only">Password:</label>
... | <div class="row justify-content-center">
<form>
<h2>Sign In</h2>
<label for="email" class="sr-only">Email address</label>
<input id="email" type="email" class="form-control" placeholder="Email address" autofocus required>
<label for="password" class="sr-only">Password:</label>
... | Add link to login via EveOnline SSO | Add link to login via EveOnline SSO
| Handlebars | mit | biow0lf/evemonk,biow0lf/evemonk,biow0lf/evemonk |
3969cc87f18fc481b87145355beea7a4d81dc826 | templates/_ds-dashboard-tag.hbs | templates/_ds-dashboard-tag.hbs | <span class="badge badge-neutral"
{{#if color}}
style="background-color: {{color}};"
{{/if}}>{{name}}
</span>
| <span class="badge badge-neutral" data-ds-tag="{{name}}"
{{#if color}}
style="background-color: {{color}};"
{{/if}}>{{name}}
</span>
| Apply data attribute with tag name to tag spans | Apply data attribute with tag name to tag spans
| Handlebars | apache-2.0 | Slach/tessera,tessera-metrics/tessera,urbanairship/tessera,aalpern/tessera,jmptrader/tessera,tessera-metrics/tessera,urbanairship/tessera,urbanairship/tessera,aalpern/tessera,filippog/tessera,jmptrader/tessera,filippog/tessera,Slach/tessera,section-io/tessera,urbanairship/tessera,Slach/tessera,aalpern/tessera,Slach/tes... |
88a6838098b91fd85903f631341c5a22d0f19b0f | app/components/locale-chooser.hbs | app/components/locale-chooser.hbs | <div
class="locale-chooser"
data-test-locale-chooser
{{handle-click-outside this.close}}
>
<button
type="button"
class="toggle"
aria-haspopup="true"
aria-expanded={{if this.isOpen "true" "false"}}
aria-labelledby="{{this.uniqueId}}-locale-chooser-title"
data-level="toggle"
data-test-... | <div
class="locale-chooser"
data-test-locale-chooser
{{on-click-outside this.close}}
>
<button
type="button"
class="toggle"
aria-haspopup="true"
aria-expanded={{if this.isOpen "true" "false"}}
aria-labelledby="{{this.uniqueId}}-locale-chooser-title"
data-level="toggle"
data-test-togg... | Switch to community supported click outside | Switch to community supported click outside
handle-click-outside is being removed from common in favor of this
community solution.
| Handlebars | mit | ilios/frontend,dartajax/frontend,ilios/frontend,dartajax/frontend,jrjohnson/frontend,jrjohnson/frontend |
d147d8e271ef221844f76c040d5cfeda4e6beacb | app/templates/components/session-details.hbs | app/templates/components/session-details.hbs | <section>
<div class='row'>
<div class='col-md-4'>
<p>Invitational: {{boolean-helper model.isInvitational}}</p>
<ul class="list-group">
<li class="list-group-item">
<h5>Counts</h5>
</li>
<li class="list-group-item">
<span class="badge">{{model.newEntriesCoun... | <section>
<div class='row'>
<div class='col-md-4'>
<p>Invitational: {{boolean-helper model.isInvitational}}</p>
<p>Number of Rounds: {{model.numRounds}}</p>
<ul class="list-group">
<li class="list-group-item">
<h5>Counts</h5>
</li>
<li class="list-group-item">
... | Add number of rounds to session details | Add number of rounds to session details
| Handlebars | bsd-2-clause | barberscore/barberscore-web,barberscore/barberscore-web,barberscore/barberscore-web |
129d4f63b98a23c1a7c7d5b315e686670fa1b6ea | source/javascripts/app/examples/routing/templates/application.hbs | source/javascripts/app/examples/routing/templates/application.hbs | <div class="url">URL: {{target.url}}</div>
<aside>
<ul>
<li><h2>Mailboxes</h2></li>
{{#each}}
<li>
{{#link-to "mailbox" this}}
<span class="count">
{{messages.length}}
</span>
{{name}... | <div class="url">URL: {{target.url}}</div>
<aside>
<ul>
<li><h2>Mailboxes</h2></li>
{{#each}}
<li>
{{#link-to "mailbox" this currentWhen="mailbox"}}
<span class="count">
{{messages.length}}
</span>
... | Maintain mailbox highlight when message is selected | Maintain mailbox highlight when message is selected | Handlebars | mit | greyhwndz/website,workmanw/ember-website,workmanw/ember-website,kkenan/website,cllns/emberjs-website,datajohnny/website,datajohnny/website,MinxianLi/ember,balupton/ember-website,AaronSikes/website,zeppelin/emberjs-website,kpfefferle/website,zeppelin/emberjs-website,Eric-Guo/website,elwayman02/website,davidpett/website,... |
89c58e4a6091ff2495b427231812a4f160497b7e | src/templates/search.html.hbs | src/templates/search.html.hbs | <h2>{{filterlabel}} search results: <span>{{query}}</span></h2>
{{#if noResults}}
<section class="noresults">Your query didn't match anything...</section>
{{/if}}
{{#if games.length}}
<section class="search-games">
{{#if notFiltered}}<h3>Games</h3>{{/if}}
<ul class="content-list">
{{#each games as |game|}}
{{game-item ... | <h2>{{filterlabel}} search results: <span>{{query}}</span></h2>
{{#if noResults}}
<section class="noresults">Your query didn't match anything...</section>
{{/if}}
{{#if games.length}}
<section class="search-games">
{{#if notFiltered}}<h3>Games</h3>{{/if}}
<ul class="content-list">
{{#each games as |game|}}
{{game-item ... | Fix stream item bindings in search route | Fix stream item bindings in search route
| Handlebars | mit | streamlink/streamlink-twitch-gui,bastimeyer/livestreamer-twitch-gui,Klaudit/livestreamer-twitch-gui,Klaudit/livestreamer-twitch-gui,Klaudit/livestreamer-twitch-gui,arclupin/livestreamer-twitch-gui,chhe/livestreamer-twitch-gui,streamlink/streamlink-twitch-gui,arclupin/livestreamer-twitch-gui,streamlink/streamlink-twitch... |
5240d84a70ef60e03c86e777f44ebed07c5d6c41 | app/templates/podcasts.hbs | app/templates/podcasts.hbs | <ul class="my-podcasts">
{{#collection content=controller}}
<li>
{{#link-to 'podcast' this class="cover"}}
{{#if this.coverImage}}
<img {{bind-attr src=this.coverImage}} {{bind-attr alt=this.title}}>
{{else}}
<span class="no... | {{#if controller}}
<ul class="my-podcasts">
{{#each content=controller tagName=ul className="my-podcasts"}}
<li>
{{#link-to 'podcast' this class="cover"}}
{{#if this.coverImage}}
<img {{bind-attr src=this.coverImage}} {{bind-attr alt=this.title}}>
{{else}}
... | Use each instead of collection helper | Use each instead of collection helper
| Handlebars | mit | mozilla/high-fidelity,prateekjadhwani/high-fidelity,lmorchard/high-fidelity,prateekjadhwani/high-fidelity,lmorchard/high-fidelity,mozilla/high-fidelity |
89e37ab0a128894fa21f4464aefd2097f20bb04a | ghost/admin/templates/modals/delete-post.hbs | ghost/admin/templates/modals/delete-post.hbs | {{#gh-modal-dialog action="closeModal" showClose=true type="action" style="wide,centered" animation="fade"
title="Are you sure you want to delete this post?" confirm=confirm}}
<p>This is permanent! No backups, no restores, no magic undo button. <br /> We warned you, ok?</p>
{{/gh-modal-dialog}}
| {{#gh-modal-dialog action="closeModal" showClose=true type="action" style="wide,centered" animation="fade"
title="Are you sure you want to delete this post?" confirm=confirm}}
<p>You're about to delete "<strong>{{model.title}}</strong>".<br />This is permanent! No backups, no restores, no magic undo button. <b... | Include post title in 'delete post' modal | Include post title in 'delete post' modal
Closes #2971
| Handlebars | mit | TryGhost/Ghost,TryGhost/Ghost,TryGhost/Ghost |
e2ae383510c689692e3d88f62800392bcb2a9b96 | resources/views/layouts/main.hbs | resources/views/layouts/main.hbs | <!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>{{ metaTitle }}</title>
<meta name="description" content="{{ metaDescription }}">
<meta name="viewport" content="width=device-width, initial-scale=1">
{{{ css }}}
</hea... | <!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>{{ metaTitle }}</title>
<meta name="description" content="{{ metaDescription }}">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-c... | Add theme color meta tag. | Add theme color meta tag.
| Handlebars | mit | maoberlehner/markus-oberlehner-net,maoberlehner/markus-oberlehner-net |
a474ab44a3c1e7a22bb4fe4c4102acc3ca95bea4 | app/templates/listitem.hbs | app/templates/listitem.hbs | <li class="single-talkoot">
<a href="{{detailsPage}}">
<div class="img-talkoot">
<img src="{{iconUrl type.name}}" class="img-responsive" />
</div>
<div class="talkoot-info">
<h3>{{name}}</h3>
<div class="talkoot-type">{{type.name}}</div>
<div class="talkoot-desc">{{description}}</d... | <li class="single-talkoot">
<a href="{{detailsPage}}">
<div class="img-talkoot">
<img src="{{iconUrl type.name}}" class="img-responsive" />
</div>
<div class="talkoot-info">
<h3>{{name}}</h3>
<div class="talkoot-type">{{type.name}}</div>
<div class="talkoot-desc">{{description}}</d... | Add white space after location marker in list-item | Add white space after location marker in list-item
| Handlebars | mit | talkoopaiva/talkoohakemisto-www,talkoopaiva/talkoohakemisto-www |
35219f16c75b30e5e74f4c45f123b5196166451a | lib/shared/addon/components/metrics-summary/template.hbs | lib/shared/addon/components/metrics-summary/template.hbs | {{#accordion-list-item
grafanaUrl=grafanaUrl
title=title
detail=(t 'metricsAction.description')
expandAll=expandAll
expand=(action expandFn)
expanded=expanded
componentName='sortable-table'
as | parent |
}}
{{yield this}}
{{/accordion-list-item}} | {{#accordion-list-item
grafanaUrl=grafanaUrl
title=title
detail=(t 'metricsAction.description')
expandAll=expandAll
expand=(action expandFn)
expanded=expanded
componentName='sortable-table'
as | parent |
}}
{{#if expanded}}
{{yield this}}
{{/if}}
{{/accordion-list-item}} | Stop auto refresh for monitoring graph if the view is collapsed | Stop auto refresh for monitoring graph if the view is collapsed
| Handlebars | apache-2.0 | lvuch/ui,westlywright/ui,westlywright/ui,rancher/ui,rancher/ui,rancherio/ui,westlywright/ui,lvuch/ui,lvuch/ui,vincent99/ui,vincent99/ui,rancherio/ui,vincent99/ui,rancherio/ui,rancher/ui |
b8fea3487be47b6e2874753f865e60bed2a5d2b9 | app/templates/application.hbs | app/templates/application.hbs | <div class="ui container very padded text">
<h1 class='ui header' id="title">Participate</h1>
<div class="ui secondary menu">
{{#link-to 'dashboard' class='item'}}Dashboard{{/link-to}}
{{#link-to 'proposals.new' class='item'}}New proposal{{/link-to}}
<div class="right menu">
<div class="ui item"... | <div class="ui container very padded text">
<h1 class='ui header' id="title">Participate</h1>
<div class="ui secondary menu">
{{#if session.isAuthenticated}}
{{#link-to 'dashboard' class='item'}}Dashboard{{/link-to}}
{{#link-to 'proposals.new' class='item'}}New proposal{{/link-to}}
{{else}}
... | Hide menu items when not logged in | Hide menu items when not logged in
| Handlebars | mit | pixelhandler/participate,pixelhandler/participate |
dbb69f76fa1cc94eb71d58224f64be46d8357d6a | static/templates/settings/muted_topics_settings.hbs | static/templates/settings/muted_topics_settings.hbs | <div id="muted-topic-settings" class="settings-section" data-name="muted-topics">
<input id="muted_topics_search" class="search" type="text" placeholder="{{t 'Search muted topics...' }}" aria-label="{{t 'Search muted topics...' }}"/>
<div class="progressive-table-wrapper" data-simplebar data-list-widget="muted-... | <div id="muted-topic-settings" class="settings-section" data-name="muted-topics">
<input id="muted_topics_search" class="search" type="text" placeholder="{{t 'Search muted topics...' }}" aria-label="{{t 'Search muted topics...' }}"/>
<div class="progressive-table-wrapper" data-simplebar data-list-widget="muted-... | Fix message not shown in empty muted topics list. | settings: Fix message not shown in empty muted topics list.
This commit fixes a small bug in the
settings/muted-topics pane.
When there are zero muted topics, the
"You have not muted any topics yet." message
was not shown.
This is fixed by adding the `required-text`
class to the table body.
The bug was introduced in ... | Handlebars | apache-2.0 | hackerkid/zulip,kou/zulip,eeshangarg/zulip,rht/zulip,rht/zulip,hackerkid/zulip,eeshangarg/zulip,zulip/zulip,eeshangarg/zulip,punchagan/zulip,rht/zulip,punchagan/zulip,kou/zulip,hackerkid/zulip,andersk/zulip,kou/zulip,zulip/zulip,zulip/zulip,zulip/zulip,rht/zulip,andersk/zulip,andersk/zulip,rht/zulip,punchagan/zulip,ees... |
bc72eaf0ca4d79175b175a08c6df85a8bc74a362 | app/templates/components/job-infrastructure-notification.hbs | app/templates/components/job-infrastructure-notification.hbs | {{#unless config.enterprise}}
{{#if auth.signedIn}}
{{#if isDeprecatedOrRetiredMacImage}}
{{#notice-banner}}
{{{deprecatedOrRetiredMacImageMessage}}}
{{/notice-banner}}
{{/if}}
{{#if isPreciseEOL}}
{{#notice-banner}}
This job {{conjugatedRun}} on our <b>Precise</b> enviro... | {{#unless config.enterprise}}
{{#if auth.signedIn}}
{{#if isDeprecatedOrRetiredMacImage}}
{{#notice-banner}}
{{{deprecatedOrRetiredMacImageMessage}}}
{{/notice-banner}}
{{/if}}
{{#if isPreciseEOL}}
{{#notice-banner}}
This job {{conjugatedRun}} on our <b>Precise</b> enviro... | Update notification message for Trusty updates Q4. | Update notification message for Trusty updates Q4.
| Handlebars | mit | travis-ci/travis-web,travis-ci/travis-web,travis-ci/travis-web,travis-ci/travis-web |
8769e86c4543ddc667428ac9ca1ab47281232bf6 | generators/controller/test.js.hbs | generators/controller/test.js.hbs | describe('{{#camelize}}{{name}}{{/camelize}}Ctrl', function() {
var $scope;
var {{#lowercamelize}}{{name}}{{/lowercamelize}}Ctrl;
beforeEach(function() {
module('app.controllers');
inject(function($rootScope, $controller) {
$scope = $rootScope.new();
{{#camelize}}{{name}}{{/camelize}}Ctrl = $... | describe('{{#camelize}}{{name}}{{/camelize}}Ctrl', function() {
var $scope;
var {{#lowercamelize}}{{name}}{{/lowercamelize}}Ctrl;
beforeEach(function() {
module('app.controllers');
inject(function($rootScope, $controller) {
$scope = $rootScope.new();
{{#lowercamelize}}{{name}}{{/lowercamelize... | Fix test generator for controller | Fix test generator for controller
| Handlebars | mit | jupl/btc-angular |
330cf84d6c8dd988717dab5fb97672a10a3f3185 | app/places/templates/busrti.handlebars | app/places/templates/busrti.handlebars | {{#if messages}}
<table>
{{#messages}}
<tr>{{ this }}</tr>
{{/messages}}
</table>
{{/if}}
{{#if services}}
<img src="images/preloader.gif" id="rti-load" class="preloader" width="15" height="15">
<table id="bus-rti">
<tbody>
{{#services}}
<tr>
<td rowspan="2"><span class="service... | {{#if messages}}
<table>
{{#messages}}
<tr>{{ this }}</tr>
{{/messages}}
</table>
{{/if}}
{{#if services}}
<img src="images/preloader.gif" id="rti-load" class="preloader" width="15" height="15">
<table id="bus-rti">
<tbody>
{{#services}}
<tr>
<td rowspan="2"><span class="service... | Include last updated time regardless of any services | Include last updated time regardless of any services
| Handlebars | apache-2.0 | ox-it/moxie-js-client,ox-it/moxie-js-client,ox-it/moxie-js-client,ox-it/moxie-js-client |
a0deb7182d2073e84398130b4780c2719a524803 | views/partials/facebook-meta.hbs | views/partials/facebook-meta.hbs | <meta property="og:title" content="{{title}} Conference">
<meta property="og:url" content="http://enviroecon.org/">
<meta property="og:image" content="http://enviroecon.org/img/logo-sq.png">
<meta property="og:image:width" content="600">
<meta property="og:image:height" content="600">
<meta property="og:description" co... | <meta property="og:title" content="{{title}} Conference">
<meta property="og:url" content="http://enviroecon.org/">
<meta property="og:image" content="http://enviroecon.org/img/logo-sq.png">
<meta property="og:description" content="{{> about}}">
| Revert "Add image width and height to Facebook metadata" | Revert "Add image width and height to Facebook metadata"
This reverts commit b1c142da2130829cb280fb2862ceac2ae28831b4.
| Handlebars | mit | ericf/enviroecon.org,ericf/enviroecon.org |
fdf4d938100fc6f6876a41bf705981edde021565 | views/pages/rsvp/attending.hbs | views/pages/rsvp/attending.hbs | {{> rsvp/meta}}
<div id="main" role="main">
<div data-view="attending">
<div class="l-contain">
<h1 class="ann">
<span class="ann-primary">{{guestsNames attending=true}},</span>
<span class="ann-secondary">Yay, We’re Happy You’ll Be Attending!</span>
... | {{> rsvp/meta}}
<div id="main" role="main">
<div data-view="attending">
<div class="l-contain">
<h1 class="ann">
<span class="ann-primary">{{guestsNames attending=true}},</span>
<span class="ann-secondary">Yay, We’re Happy You’ll Be Attending!</span>
... | Remove "keepsake invitation" from RSVP-Attending message | Remove "keepsake invitation" from RSVP-Attending message
| Handlebars | mit | djscholl/open-marriage,FerriNRachel/getting-married,djscholl/open-marriage,HandyCodeJob/open-marriage,FerriNRachel/getting-married,ericf/open-marriage |
9f27bc557b14a5f60322d4a7cc8b2fcde68e5d20 | app/views/templates/references.hbs | app/views/templates/references.hbs | <h1>{{t "references.title"}}</h1>
{{! Best practice: do not put Capitalize and camelcase in css classes.}}
<div id="references-container" class='list-group'></div> | <i class="fa fa-desktop"></i> fa-desktop
<h1>{{t "references.title"}}</h1>
{{! Best practice: do not put Capitalize and camelcase in css classes.}}
<div id="references-container" class='list-group'></div> | Add fontawsome test into reference page. | Add fontawsome test into reference page.
| Handlebars | mit | KleeGroup/front-end-spa,pierr/front-end-spa,pierr/front-end-spa,KleeGroup/front-end-spa |
977c4b4a61aa291d88a00c133476a53cabf723f2 | app/templates/todos.hbs | app/templates/todos.hbs | {{input type="text" id="new-todo" placeholder="What needs to be done?"
value=newTitle action="createTodo"}}
<section id="main">
<ul id="todo-list">
{{#each}}
<li class="completed">
<input type="checkbox" class="toggle">
<label>{{title}}</label><button class="destroy"></button>
</li>
{{/eac... | {{input type="text" id="new-todo" placeholder="What needs to be done?"
value=newTitle action="createTodo"}}
<section id="main">
<ul id="todo-list">
{{#each}}
<li {{bind-attr class="isCompleted:completed"}}>
<input type="checkbox" class="toggle">
<label>{{title}}</label><button ... | Make todo completed based on the model | Make todo completed based on the model
| Handlebars | mit | intrepion/emberjs-todomvc |
f6b90c9074d34138e05d0b500a2bc82ce765ea6e | layouts/base.hbs | layouts/base.hbs | <!DOCTYPE html>
<html lang="en">
{{> head }}
<body>
<div class="container-fluid">
<div class="row nav-row">
<div class="col-md-12">
{{> nav }}
</div>
</div>
</div>
<div class="container content">
{{> body }}
</div>
<div class="container-fluid footer">
... | <!DOCTYPE html>
<html lang="en">
{{> head }}
<body>
<div class="container-fluid">
<div class="row nav-row">
<div class="col-md-12">
{{> nav }}
</div>
</div>
</div>
<div class="container content">
{{> body }}
</div>
<div class="container footer">
... | Fix footer width in internal pages | Fix footer width in internal pages
| Handlebars | mit | Roma-JS/romajs-on-metalsmith,Roma-JS/romajs-on-metalsmith,Roma-JS/romajs-on-metalsmith |
1fb75a003a6e4d99f12a6ca38a9630ff98bc253b | app/assets/javascripts/trade/templates/search.handlebars | app/assets/javascripts/trade/templates/search.handlebars | <h2>
Welcome to the Shipments Database
</h2>
{{ partial 'trade/search/filters' }}
{{ partial 'trade/search/loading_modal' }}
{{ partial 'trade/flash' }}
{{outlet}}
| <h2>
Welcome to the Shipments Database
</h2>
{{ partial 'trade/flash' }}
{{ partial 'trade/search/filters' }}
{{ partial 'trade/search/loading_modal' }}
{{outlet}}
| Move flash message box on top of the page | Move flash message box on top of the page
| Handlebars | bsd-3-clause | unepwcmc/SAPI,unepwcmc/SAPI,unepwcmc/SAPI,unepwcmc/SAPI |
1cc5349d1dc8fabb1a0065fe750f35554cd5982a | src/main/web/florence/templates/editorRelated.handlebars | src/main/web/florence/templates/editorRelated.handlebars | <div class="edit-section" id="{{idField}}">
<div class="edit-section__head">
<h1>Related {{#if idPlural}}{{idPlural}}{{else}}{{idField}}{{/if}}</h1>
<p>Title | Link</p>
</div>
<div class="edit-section__content">
<div id="sortable-{{idField}}" class="edit-section__sortable">
... | <div class="edit-section" id="{{idField}}">
<div class="edit-section__head">
<h1>Related {{#if idPlural}}{{idPlural}}{{else}}{{idField}}{{/if}}</h1>
<p>Title | Link</p>
</div>
<div class="edit-section__content">
<div id="sortable-{{idField}}" class="edit-section__sortable">
... | Add edition to related tabs | Add edition to related tabs
Former-commit-id: 55476bd855d9454641ec02243aa1f2b55a2389ec | Handlebars | mit | ONSdigital/florence,ONSdigital/florence,ONSdigital/florence,ONSdigital/florence |
7948cd45e11fddaa1598ca2c04cac5cdf1f81608 | templates/handlebars/videos.hbs | templates/handlebars/videos.hbs | <div class="row" id="videos">
<div class="large-8 large-offset-2">
{{#if items.length}}
<ul class="large-block-grid-3">
{{#each items}}
<li>
<a href="#" data-reveal-id="video-{{ nid }}">
<h4>{{ title }}</h4>
<img class="block-radius" src="http://plac... | <div class="row" id="videos">
<div class="large-8 large-offset-2">
{{#if items.length}}
<ul class="large-block-grid-3">
{{#each items}}
<li>
<a href="#" data-reveal-id="video-{{ vimeo_id }}">
<h4>{{ title }}</h4>
<img class="block-radius" src="{{ thu... | Change the output to match the new vars. | Change the output to match the new vars.
| Handlebars | mit | historiclewes/pilots-kiosk,historiclewes/pilots-kiosk,historiclewes/pilots-kiosk |
5d8584acd3947bd379b5f166abd2c0a456e7f05d | app/templates/podcasts/index.hbs | app/templates/podcasts/index.hbs | <div class="podcasts-index">
<h1 class="ui dividing header">{{t "tabs.myPodcasts"}}</h1>
<div class="ui doubling six column grid">
{{#each model as |podcast|}}
<div class="column four wide computer podcast-cover">
{{#link-to "podcasts.show" podcast class="cover"}}
<img src={{podcast.cov... | <div class="podcasts-index">
<h1 class="ui dividing header">{{t "tabs.myPodcasts"}}</h1>
<div class="ui doubling six column grid">
{{#each model as |podcast|}}
<div class="column four wide computer podcast-cover">
{{#link-to "podcasts.show" podcast class="cover"}}
<img src={{podcast.cov... | Add message about not being subscribed to any podcasts | Add message about not being subscribed to any podcasts
| Handlebars | mit | mozilla/high-fidelity,mozilla/high-fidelity |
3b678d328042770ec13ff8e6f003b9daebac1641 | app/templates/repository.handlebars | app/templates/repository.handlebars | <div class="well" >
<a {{action showUser }} >{{owner.login}}</a> / {{name}} – <a {{bindAttr href="html_url"}}>show@GitHub</a>
<dl class="dl-horizontal">
{{description}}
<dl class="dl-horizontal">
<span class="badge" title="watchers" ><i class="icon-eye-open" ></i> {{watchers}}</span>
<span class... | <div class="well" >
<a {{action showUser }} >{{owner.login}}</a> / {{name}} – <a {{bindAttr href="html_url"}}>show on GitHub</a>
<dl class="dl-horizontal">
{{description}}
<dl class="dl-horizontal">
<span class="badge" title="watchers" ><i class="icon-eye-open" ></i> {{watchers}}</span>
<span cl... | Change "show@GitHub" to "show on GitHub" | Change "show@GitHub" to "show on GitHub"
| Handlebars | isc | pangratz/dashboard,greyhwndz/dashboard,pangratz/dashboard,greyhwndz/dashboard,greyhwndz/dashboard |
2370945a2f5656de917489f57e7772f3bcfc4b21 | src/partials/foot.hbs | src/partials/foot.hbs |
<script src="assets/js/commons.js"></script>
<script src="assets/js/{{jsBundle}}.bundle.js"></script>
</body>
</html>
|
<script src="/ssets/js/commons.js"></script>
<script src="/assets/js/{{jsBundle}}.bundle.js"></script>
</body>
</html>
| Change file paths to be absolute. | Change file paths to be absolute.
| Handlebars | mit | StreetSupport/streetsupport-web,StreetSupport/streetsupport-web,StreetSupport/streetsupport-web |
05b0788c4bf1d5568d89379245c536f5d19c664e | src/main/web/templates/handlebars/list/filters/publish-date.handlebars | src/main/web/templates/handlebars/list/filters/publish-date.handlebars | <h4 class="filters__title">Release date</h4>
<ul class="list--neutral">
{{!-- Using date format to ensure entered date is correct date format and gibberish does not end up in input box, which should make user understand date filter did not take affect --}}
<li class="filters__item">
<div class="filters__field">
... | <h4 class="filters__title">Release date</h4>
<ul class="list--neutral">
{{!-- Using date format to ensure entered date is correct date format and gibberish does not end up in input box, which should make user understand date filter did not take affect --}}
<li class="filters__item">
<div class="filters__field">
... | Add datepicker enhancement to filters | Add datepicker enhancement to filters
| Handlebars | mit | ONSdigital/babbage,ONSdigital/babbage,ONSdigital/babbage,ONSdigital/babbage |
8435cdd21131d552ce40db56f6e7d968686dabc7 | data/web/documentation/toplevel.hbs | data/web/documentation/toplevel.hbs | {{#each data}}
<div class="row">
<div class="col-lg-12">
<h2><a class="documentation-name" href="#{{urlify name}}" name="{{urlify name}}">{{name}}</a></h2>
{{#each entries}}
<div class="documentation-item item-level-{{level name}}">
<div class="row">
<div class="col-lg-12">
<p>
<a hr... | {{#each data}}
<div class="row">
<div class="col-lg-12">
<h2><a class="documentation-name" href="#{{urlify name}}" name="{{urlify name}}">{{name}}</a></h2>
{{#each entries}}
<div class="documentation-item item-level-{{level name}}">
<div class="row">
<div class="col-lg-12">
<p>
<a hr... | Fix broken referencing links in documentation | Fix broken referencing links in documentation
| Handlebars | mit | OpenSpace/OpenSpace,OpenSpace/OpenSpace,OpenSpace/OpenSpace,OpenSpace/OpenSpace |
b2536183ba6bbe46cb6e88648531d622c551b0d6 | SingularityUI/app/templates/requestDetail/requestHistory.hbs | SingularityUI/app/templates/requestDetail/requestHistory.hbs | <div class="page-header">
<h2>Request history</h2>
</div>
{{#if data.length}}
<div class="table-container">
<table class="table table-striped">
<thead>
<tr>
<th>
State
</th>
<th>
... | <div class="page-header">
<h2>Request history</h2>
</div>
{{#if data.length}}
<div class="table-container">
<table class="table table-striped">
<thead>
<tr>
<th>
State
</th>
<th>
... | Add message to history table | Add message to history table
| Handlebars | apache-2.0 | grepsr/Singularity,hs-jenkins-bot/Singularity,grepsr/Singularity,hs-jenkins-bot/Singularity,HubSpot/Singularity,grepsr/Singularity,andrhamm/Singularity,grepsr/Singularity,HubSpot/Singularity,andrhamm/Singularity,andrhamm/Singularity,grepsr/Singularity,HubSpot/Singularity,hs-jenkins-bot/Singularity,hs-jenkins-bot/Singul... |
ff3b0474ccbf1cb6d4e35845b548e5e246547cfc | share/spice/video/video_detail.handlebars | share/spice/video/video_detail.handlebars | {{! Put the iframe here}}
<iframe width="100%" height="360" src="{{embedURL provider id}}" frameborder="0" allowfullscreen></iframe>
<div>
<a href='{{playURL provider id}}' title="{{title}}">{{title}}</a>
</div>
{{#checkStatistics statistics.viewCount}}
<span class="description">{{formatViews viewCount}} views</sp... | {{! Put the iframe here}}
<iframe width="100%" height="360" src="{{embedURL provider id}}" frameborder="0" allowfullscreen></iframe>
<div>
<a href='{{playURL provider id}}' title="{{title}}">{{title}}</a>
</div>
{{#checkStatistics statistics.viewCount}}
<div class="description">{{formatViews viewCount}} views</div... | Move de_dup out of YouTube.pm | Video: Move de_dup out of YouTube.pm
| Handlebars | apache-2.0 | brianrisk/zeroclickinfo-spice,stevenmg/zeroclickinfo-spice,AcriCAA/zeroclickinfo-spice,shyamalschandra/zeroclickinfo-spice,evejweinberg/zeroclickinfo-spice,ppant/zeroclickinfo-spice,imwally/zeroclickinfo-spice,Faiz7412/zeroclickinfo-spice,MoriTanosuke/zeroclickinfo-spice,digit4lfa1l/zeroclickinfo-spice,Queeniebee/zeroc... |
718ed85980f847c4893f5c6d01b4f5347d203e87 | client/app/application/template.hbs | client/app/application/template.hbs | <div class="ui large inverted top attached stackable menu">
<div class="ui container">
{{#link-to 'index' class="active red item" activeClass=""}}Layman College Planner{{/link-to}}
<a class="item">Blog</a>
<div class="right menu">
{{#if session.isAuthenticated}}
<div class="item">
... | <div class="ui large inverted top attached stackable menu">
<div class="ui container">
{{#link-to 'index' class="active red item" activeClass=""}}College Conductor{{/link-to}}
<a class="item">Blog</a>
<div class="right menu">
{{#if session.isAuthenticated}}
<div class="item">
<a {{... | Clean out the last remnant of Layman College Planner. | Clean out the last remnant of Layman College Planner.
| Handlebars | bsd-2-clause | mblayman/lcp,mblayman/lcp,mblayman/lcp |
3191d2ef89290ff1f636516303bd8c8d49a39401 | src/templates/layout/default.hbs | src/templates/layout/default.hbs | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
{{#if isAvatar}}
<link rel="stylesheet" href="/public/materialize/css/materialize.min.css">
{{/if}}
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Henny+Penny|M... | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
{{#if isAvatar}}
<link rel="stylesheet" href="/public/materialize/css/materialize.min.css">
{{/if}}
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Henny+Penny|M... | Add correct path for index.js | Add correct path for index.js
related #113
| Handlebars | mit | CYPIAPT-LNDSE/welcome-to-camhs,CYPIAPT-LNDSE/welcome-to-camhs |
a587bd55839fcc76c0bf683d6956f4325de8cb3c | index.hbs | index.hbs | {{!< default}}
{{#contentFor "bigTitle"}}
<a href="/">
<h1>{{@blog.title}}</h1>
</a>
{{/contentFor}}
<section id="about">
<p>{{@blog.description}}</p>
<p></p>
</section>
<section id="tags">
<span class="h2">Tags</span>
<div class="tagcloud"></div>
</section>
<section id="writing">
<span clas... | {{!< default}}
{{#contentFor "bigTitle"}}
<a href="/">
<h1>{{@blog.title}}</h1>
</a>
{{/contentFor}}
<section id="about">
<p>{{{@blog.description}}}</p>
<p></p>
</section>
<section id="tags">
<span class="h2">Tags</span>
<div class="tagcloud"></div>
</section>
<section id="writing">
<span cl... | Allow html in site description | Allow html in site description
| Handlebars | mit | dyzdyz010/wonderland,dyzdyz010/wonderland |
5e68e822edc732fa03213bdfbd7ae4b6b78728de | lib/global-admin/addon/security/authentication/template.hbs | lib/global-admin/addon/security/authentication/template.hbs | <section class="mb-20">
<div class="row nav nav-boxes checked-active">
{{#each drivers as |driver|}}
{{#if driver.available}}
{{#link-to driver.route alt=driver.label classNames=(concat "col span-2 nav-box-item driver auth-driver " driver.css) href=false}}
<p class="sr-only">{{driver.label... | <section class="header clearfix">
<h1>{{t 'nav.admin.security.authentication'}}</h1>
</section>
<section class="mb-20">
<div class="row nav nav-boxes checked-active">
{{#each drivers as |driver|}}
{{#if driver.available}}
{{#link-to driver.route alt=driver.label classNames=(concat "col span-2 nav... | Add title bar for authentication page | Add title bar for authentication page
https://github.com/rancher/rancher/issues/14802
| Handlebars | apache-2.0 | rancher/ui,rancherio/ui,vincent99/ui,rancherio/ui,rancher/ui,vincent99/ui,lvuch/ui,westlywright/ui,lvuch/ui,rancherio/ui,vincent99/ui,rancher/ui,westlywright/ui,lvuch/ui,westlywright/ui |
7634a69cfe4b5df16e4d16dae8d35b75305a412d | app/components/crate-list-newest.hbs | app/components/crate-list-newest.hbs | <ol>
{{#each @crates as |crate index|}}
<li>
<LinkTo @route="crate.version" @models={{array crate.id crate.newest_version}} class="name" data-test-crate-link={{index}}>
<span>{{ crate.name }} ({{ crate.newest_version }})</span>
<div class='arrow-in-list'>
{{svg-jar "right-arrow"}}
... | <ol>
{{#each @crates as |crate index|}}
<li>
<LinkTo @route="crate" @model={{crate.id}} class="name">
<span>{{ crate.name }} ({{ crate.newest_version }})</span>
<div class='arrow-in-list'>
{{svg-jar "right-arrow"}}
</div>
</LinkTo>
</li>
{{/each}}
</ol>
| Change newest list to go to overview | Change newest list to go to overview
Change the newest list on the front page to go to the overview of a crate, instead of a specific version.
| Handlebars | apache-2.0 | rust-lang/crates.io,rust-lang/crates.io,rust-lang/crates.io,rust-lang/crates.io |
8c865a69c42f244ad67eddf09be362715f8e97dc | src/documentation/pages/Breadcrumb/examples/BreadcrumbExample.hbs | src/documentation/pages/Breadcrumb/examples/BreadcrumbExample.hbs | {{> Breadcrumb props=props}}
<script type="text/javascript">
var BreadCrumbHTML = document.querySelector('.ms-BreadCrumb');
var BreadCrumb = new fabric['.ms-BreadCrumb'](BreadCrumbHTML);
</script> | {{> Breadcrumb props=props}}
<script type="text/javascript">
var BreadcrumbHTML = document.querySelector('.ms-Breadcrumb');
var Breadcrumb = new fabric['Breadcrumb'](BreadcrumbHTML);
</script> | Fix a small bug with initializing the Breadcrumb | Fix a small bug with initializing the Breadcrumb
| Handlebars | mit | OfficeDev/Office-UI-Fabric,OfficeDev/Office-UI-Fabric |
a03a0046aba40892b652e5a0cd6c370401e27687 | ghost/admin/templates/posts/post.hbs | ghost/admin/templates/posts/post.hbs | {{#if title}}
{{partial "floating-header"}}
<section class="content-preview-content">
<div class="wrapper">
<h1>{{title}}</h1>
{{gh-format-markdown markdown}}
</div>
</section>
{{else}}
<div class="no-posts-box">
<div class="no-posts">
<h3>You Haven't Wr... | {{#if title}}
{{partial "floating-header"}}
<section class="content-preview-content">
<div class="wrapper">
<h1>{{{title}}}</h1>
{{{html}}}
</div>
</section>
{{else}}
<div class="no-posts-box">
<div class="no-posts">
<h3>You Haven't Written Any Posts Yet... | Fix HTML preview rendering on the main screen | Fix HTML preview rendering on the main screen
closes #2904
- The `posts/post` template now takes its HTML from the post model instead of using the editor's markdown component
| Handlebars | mit | TryGhost/Ghost,TryGhost/Ghost,TryGhost/Ghost |
885bbb6b43d2e3bd429226d545f7d4dc7ac96661 | tessera-frontend/src/templates/models/singlegraph_grid_item.hbs | tessera-frontend/src/templates/models/singlegraph_grid_item.hbs | <div class="col-md-{{colspan}} col-sm-{{colspan}}">
<div class="ds-singlegraph {{css_class item}}" id="{{item.item_id}}-{{index}}">
<span class="ds-label">{{label}}</span>
<div class="ds-graph-holder {{height item}}"></div>
<span class="value">{{value}}</span>
<span class="transform">{{item.transform}... | <div class="col-md-{{colspan}}">
<div class="ds-singlegraph {{css_class item}}" id="{{item.item_id}}-{{index}}">
<span class="ds-label">{{label}}</span>
<div class="ds-graph-holder {{height item}}"></div>
<span class="value">{{value}}</span>
<span class="transform">{{item.transform}}</span>
</div>
<... | Remove col-sm-{{colspan}}, so the grid remains responsive | Remove col-sm-{{colspan}}, so the grid remains responsive
| Handlebars | apache-2.0 | urbanairship/tessera,urbanairship/tessera,tessera-metrics/tessera,urbanairship/tessera,tessera-metrics/tessera,tessera-metrics/tessera,aalpern/tessera,aalpern/tessera,urbanairship/tessera,tessera-metrics/tessera,aalpern/tessera,urbanairship/tessera,tessera-metrics/tessera,aalpern/tessera,aalpern/tessera |
f72be064458760e5e876d0b9e21781d9bd4e409e | app/templates/components/as-side-panel.hbs | app/templates/components/as-side-panel.hbs | <div>
<div class="actions">
<div class="content">
<ul class="navigation-actions">
<li><button disabled={{disablePrevious}} class="previous" {{action "previous"}}></button></li>
<li><button disabled={{disableNext}} class="next" {{action "next"}}></button></li>
</ul>
<ul class="nav... | <div>
<div class="actions">
<div class="content">
<ul class="navigation-actions">
<li><button disabled={{disablePrevious}} class="previous" {{action "previous"}}></button></li>
<li><button disabled={{disableNext}} class="next" {{action "next"}}></button></li>
</ul>
</div>
<div... | Remove hard-coded toggler and secondary side panel content | Remove hard-coded toggler and secondary side panel content
| Handlebars | mit | alphasights/ember-cli-paint,alphasights/ember-cli-paint |
6fa8f5f91db2e31f2f0a55e87037a550085c1504 | app/templates/components/edit-question.hbs | app/templates/components/edit-question.hbs | {{#if editQuestionForm}}
<h2 class="editQuestionHeader">Edit {{question.questionTitle}}</h2>
<div class="editQuestion">
<form class="editQuestion">
<div class="form-group">
<label for="authorQuestion">Enter your name or username</label>
{{input class="form... | {{#if editQuestionForm}}
<h2 class="editQuestionHeader">Edit {{question.questionTitle}}</h2>
<div class="editQuestion">
<form class="editQuestion">
<div class="form-group">
<label for="authorQuestion">Enter your name or username</label>
{{input class="form... | Change Edit Question Component Emable a user to change only a section of the edit form eg a typo instead of re-writing from scratch | Change Edit Question Component
Emable a user to change only a section of the edit form eg a typo instead of re-writing from scratch
| Handlebars | mit | carolwanjohi/question-and-answer-message-board,carolwanjohi/question-and-answer-message-board |
33a392bdcdb533764cb3471729124d5b41f76a9a | webserver/views/layouts/main.hbs | webserver/views/layouts/main.hbs | <!DOCTYPE html>
<html lang="en">
<head>
<title>relevance.io</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="./bootstrap/css/bootstrap.min.css" rel="stylesheet" media="screen">
<link href="./relevance.io.css" rel="stylesheet" media="screen">
<script src=".... | <!DOCTYPE html>
<html lang="en">
<head>
<title>relevance.io</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="./bootstrap/css/bootstrap.min.css" rel="stylesheet" media="screen">
<link href="./relevance.io.css" rel="stylesheet" media="screen">
<script src=".... | Add non-working links to navbar | Add non-working links to navbar
| Handlebars | apache-2.0 | bigfix/developer.bigfix.com,briangreenery/developer.bigfix.com,briangreenery/developer.bigfix.com,gearoidibm/relevance.io,gearoidibm/relevance.io,briangreenery/developer.bigfix.com,bigfix/developer.bigfix.com,bigfix/developer.bigfix.com,gearoidibm/relevance.io |
9d34a9c6e1a7c75fe7d8e4ba527044cbf4b9d203 | src/frontend/app/templates/components/cash-flow-chart.hbs | src/frontend/app/templates/components/cash-flow-chart.hbs |
Start date: {{moment-format startDate 'MM-DD-YYYY'}}
Duration: {{days}}
End date: {{moment-format endDate 'MM-DD-YYYY'}}
Starting balance: {{format-money startingBalance}}
{{ember-chart
type="DualFillLine"
data=chartjsData
options=chartjsOptions
}}
|
{{ember-chart
type="DualFillLine"
data=chartjsData
options=chartjsOptions
}}
| Remove debugging info from cash flow chart | Remove debugging info from cash flow chart
| Handlebars | bsd-3-clause | dchaley/dough-flow,dchaley/dough-flow,dchaley/dough-flow |
dd511c1d57b24f7aaed6d19c22834825026fb6ee | src/main/web/templates/handlebars/list/partials/results-title.handlebars | src/main/web/templates/handlebars/list/partials/results-title.handlebars | {{!-- Removed indentation to remove space between title and edition --}}
<h3 class="search-results__title">
<a href="{{uri}}">{{{description.title}}}{{#if_all description.edition showEdition}}{{#if_all (ne description.edition 'yes') (ne description.edition '<strong>yes</strong>')}}: {{{description.edition}}}{{/if_a... | <h3 class="search-results__title">
<a href="/redir?url={{uri}}&term={{parameters.query.0}}{{parameters.q.0}}&pageIndex={{result.paginator.currentPage}}&linkIndex={{@index_1}}&type={{listType}}">{{{description.title}}}{{#if_all description.edition showEdition}}{{#if_all (ne description.edition 'yes') (ne descrip... | Add 'redir' href with parameters to search and list results | Add 'redir' href with parameters to search and list results
| Handlebars | mit | ONSdigital/babbage,ONSdigital/babbage,ONSdigital/babbage,ONSdigital/babbage |
3bcf862e97d24709b577176068b2f01847483702 | app/templates/index.hbs | app/templates/index.hbs | {{currentPath}}
<div class="row">
<div class="col-md-12">
<form role="form" {{action search on="submit"}}>
<div class="form-group">
{{input value=noteSearch class="form-control" placeholder="Tags"}}
</div>
</form>
</div>
</div>
<div class="row">
<div... | <div class="row">
<div class="col-md-12">
<form role="form" {{action search on="submit"}}>
<div class="form-group">
{{input value=noteSearch class="form-control" placeholder="Tags"}}
</div>
</form>
</div>
</div>
<div class="row">
<div class="col-md-12... | Remove test text that should of not been submitted | Remove test text that should of not been submitted
| Handlebars | mit | corsen2000/noted-client |
afcd7b62da16127fb301406f336de98a498c6f2d | src/templates/partials/navbar-top.hbs | src/templates/partials/navbar-top.hbs | ---
component: navbar
---
<header id='header'>
<div class='container'>
<nav class='navbar navbar-collapsed-sm navbar-default' id='nav' role='navigation'>
<div class='navbar-header'>
<button class='navbar-toggle' data-target='.navbar-header-collapse' data-toggle='collapse' type='b... | ---
component: navbar
---
<header id='header'>
<div class='container'>
<nav class='navbar navbar-collapsed-sm navbar-default' id='nav' role='navigation'>
<div class='navbar-header'>
<button class='navbar-toggle' data-target='.navbar-header-collapse' data-toggle='collapse' type='b... | Mark appropriate navigation link as active | Mark appropriate navigation link as active
| Handlebars | mit | Tortugas-Consulting-LLC/tortugas-llc.com,Tortugas-Consulting-LLC/tortugas-llc.com |
f560088d7a1f01741d8c36681ee2a2edd12ed868 | web/war/src/main/webapp/js/util/popovers/addToWorkspace/template.hbs | web/war/src/main/webapp/js/util/popovers/addToWorkspace/template.hbs | <div class="addToWorkspacePopover popover top">
<div class="popover-title">
{{ i18n 'popovers.add_to_workspace.title' }}
</div>
<div class="arrow"></div>
<div class="popover-content">
<label>
<strong>{{ i18n 'popovers.add_to_workspace.field.label' }}</strong>
<select>
<option>{{ i18n... | <div class="addToWorkspacePopover popover top">
<div class="popover-title">
{{ i18n 'popovers.add_to_workspace.title' }}
</div>
<div class="arrow"></div>
<div class="popover-content">
<label>
<strong>{{ i18n 'popovers.add_to_workspace.field.label' }}</strong>
<select>
<option>{{ i18n... | Fix add to workspace message bundles | Fix add to workspace message bundles
| Handlebars | apache-2.0 | bings/lumify,TeamUDS/lumify,RavenB/lumify,RavenB/lumify,dvdnglnd/lumify,dvdnglnd/lumify,lumifyio/lumify,Steimel/lumify,TeamUDS/lumify,j-bernardo/lumify,RavenB/lumify,j-bernardo/lumify,Steimel/lumify,TeamUDS/lumify,RavenB/lumify,lumifyio/lumify,TeamUDS/lumify,lumifyio/lumify,lumifyio/lumify,bings/lumify,Steimel/lumify,b... |
ae8b6e9d5f7f814e29cc30e81eb290ee2184d23a | wherehows-web/app/templates/components/notifications/partials/_stale-search-alert.hbs | wherehows-web/app/templates/components/notifications/partials/_stale-search-alert.hbs | The WhereHows search index isn't up to date. Until that gets fixed, there are two workarounds: <br>
Search for your dataset on the CMON app (go/cmon), then click on the browse in WhereHows link OR use the browse view in WhereHows to navigate the tree of datasets and paginate to your dataset.
| The WhereHows search index isn't up to date. Until that gets fixed, there are two workarounds: <br>
Search for your dataset on CMON (go/cmon) and click on the browse in WhereHows link OR use the browse view in Wherehows to navigate the dataset tree to your dataset.
| Change wording on stale search alert banner to properly fit given space | Change wording on stale search alert banner to properly fit given space
| Handlebars | apache-2.0 | alyiwang/WhereHows,alyiwang/WhereHows,linkedin/WhereHows,theseyi/WhereHows,linkedin/WhereHows,theseyi/WhereHows,mars-lan/WhereHows,theseyi/WhereHows,camelliazhang/WhereHows,mars-lan/WhereHows,theseyi/WhereHows,linkedin/WhereHows,alyiwang/WhereHows,mars-lan/WhereHows,linkedin/WhereHows,camelliazhang/WhereHows,linkedin/W... |
2791043887b952ab00c6d8c02634ad2f6276cd4f | app/templates/home.hbs | app/templates/home.hbs | <div class="landing-container">
<div class="hero-header">
<div class="hero-header__logo">
<img src="/images/bus-detective-icon.png">
</div>
</div>
<div class="action-banner">
{{bd-search action="search"}}
</div>
<div class="nav nav--fixed-bottom">
{{#link-to 'stops.nearby' class="nav__... | <div class="landing-container">
<div class="hero-header">
<div class="hero-header__logo">
<img src="/images/bus-detective-icon.png">
</div>
</div>
<div class="action-banner">
{{bd-search action="search"}}
</div>
<div class="nav nav--fixed-bottom">
{{#link-to 'stops.nearby' class="nav__... | Remove link from Gaslight attribution | Remove link from Gaslight attribution | Handlebars | mit | bus-detective/web-client,bus-detective/web-client |
03e9e3552747bdfbafee1e8360dd6573dd88951a | client/app/templates/components/order-list.hbs | client/app/templates/components/order-list.hbs | <ul class="ui-list order-list">
{{#each model as |order|}}
<li class="ui-list order-list__item">
{{order-preview order=order}}
</li>
{{/each}}
</ul>
| <ul class="ui-list order-list">
{{#each model as |order|}}
<li class="ui-list__item order-list__item">
{{order-preview order=order}}
</li>
{{/each}}
</ul>
| Use .ui-list__item class for item | Use .ui-list__item class for item
| Handlebars | mit | yandex-shri-minsk-2016/yummy-time,yandex-shri-minsk-2016/yummy-time,yandex-shri-minsk-2016/yummy-time |
e5db05492612a340b137de2dc543e4b38c662b41 | widgets/share/twitter.hbs | widgets/share/twitter.hbs | <a href="https://twitter.com/share?text={{text}}" target="_blank">{{label}}</a>
| <a class="hull-share hull-share--twitter" href="https://twitter.com/share?text={{text}}" target="_blank">{{label}}</a>
| Add classes to share widget | Add classes to share widget
| Handlebars | mit | hull/hull-js,hull/hull-js,hull/hull-js |
430a07150090842427be1b3e285731f557fc1de4 | assets/templates/board.hbs | assets/templates/board.hbs | <aside class="actions">
<button id="add-postit-blue" class="add-postit"></button>
<button id="add-postit-green" class="add-postit"></button>
<button id="add-postit-yellow" class="add-postit"></button>
<button id="add-postit-rose" class="add-postit"></button>
<button id="add-line-h" class="add-line"></button>
... | <aside class="actions">
<button id="add-postit-blue" class="add-postit"></button>
<button id="add-postit-green" class="add-postit"></button>
<button id="add-postit-yellow" class="add-postit"></button>
<button id="add-postit-rose" class="add-postit"></button>
<button id="add-line-h" class="add-line"></button>
... | Add a title for the fit-to-content button | Add a title for the fit-to-content button
| Handlebars | mit | AF83/koalab,AF83/koalab |
59be7085b5b254796664a84f81552387fb6f463f | app/templates/components/game-turn.hbs | app/templates/components/game-turn.hbs | <p>CurrentTurnId: {{turn.id}}</p>
<p>Score: {{turn.score}}</p>
{{dice-component dice=dice action="updateScore"}}
<section class='action-buttons'>
<button {{action 'roll' }}>Roll</button>
<button {{action 'scoreDice'}}>Score</button>
<button {{action 'endTurn' }}>End Turn</button>
</section> | <p>Score this turn: {{turn.score}}</p>
{{dice-component dice=dice action="updateScore"}}
<section class='action-buttons'>
<button {{action 'roll' }}>Roll</button>
<button {{action 'scoreDice'}}>Score</button>
<button {{action 'endTurn' }}>End Turn</button>
</section> | Remove turn id from UI | Remove turn id from UI
| Handlebars | mit | steven-ferguson/ember-dice,steven-ferguson/ember-dice |
2201805b0fd46eb237e3a92be42c605f53128e25 | src/main/web/templates/handlebars/content/partials/metadata/dataset-id.handlebars | src/main/web/templates/handlebars/content/partials/metadata/dataset-id.handlebars | {{#if description.datasetId}}
{{#partial "block-additonal-metadata"}}
{{!-- Dataset ID --}}
<p class="col col--md-12 col--lg-15 meta__item">
<span>{{labels.dataset-id}}: </span>{{description.datasetId}}
<a href="#" class="tooltip-npl" title="This series ID is a unique random identifier for this individual time series... | {{#if description.datasetId}}
{{#partial "block-additonal-metadata"}}
{{!-- Dataset ID --}}
<p class="col col--md-12 col--lg-15 meta__item">
<span>{{labels.dataset-id}}: </span>{{description.datasetId}}
<a href="#" class="tooltip" title="This series ID is a unique random identifier for this individual time series. Th... | Update class to fix tooltip not showing | Update class to fix tooltip not showing
| Handlebars | mit | ONSdigital/babbage,ONSdigital/babbage,ONSdigital/babbage,ONSdigital/babbage |
7facad30ab1edef41e511755e3619967fe880b35 | app/assets/javascripts/rglossa/templates/components/cql-simple.hbs | app/assets/javascripts/rglossa/templates/components/cql-simple.hbs | <div class="row-fluid">
<form class="form-inline span12">
<div class="input-append span10">
{{view Em.TextField class="searchfield span12" valueBinding="displayedQuery"}}
<button type="submit" class="btn btn-success" data-search {{action search}}>Search</button>
</div>
</form>
</div>
| <div class="row-fluid">
<form class="form-inline span12">
<div class="input-append span10">
{{view App.SearchInputField class="searchfield span12" valueBinding="displayedQuery"}}
<button type="submit" class="btn btn-success" data-search {{action search}}>Search</button>
</div>
</form>
</div>
| Fix the use of enter to search | Fix the use of enter to search
| Handlebars | mit | textlab/rglossa-fcs,textlab/rglossa-fcs,textlab/rglossa-fcs |
1809872fc8e3c9aa684c68c9d10e409daf1f89ad | app/templates/application.hbs | app/templates/application.hbs | <div id="wrapper">
<h1>Ember Component Integration Tests</h1>
{{outlet}}
<footer>
<p>For more information, see the <a href="https://github.com/alisdair/ember-component-integration-tests">GitHub repository for this app</a>, and particularly <a href="https://github.com/alisdair/ember-component-integration-tes... | <div id="wrapper">
<h1>Ember Component Integration Tests</h1>
{{outlet}}
<footer>
<p>For more information, see <a href="http://alisdair.mcdiarmid.org/2015/06/20/ember-component-integration-tests.html">this post about Ember component integration tests on my weblog</a>.</p>
</footer>
</div>
| Update footer link to point to weblog | Update footer link to point to weblog
| Handlebars | mit | he9lin/ember-component-integration-tests,alisdair/ember-component-integration-tests,alisdair/ember-component-integration-tests,he9lin/ember-component-integration-tests |
a3adc2fb36e8f1f36c82947020656d40f39474f9 | app/assets/templates/reshare_tpl.jst.hbs | app/assets/templates/reshare_tpl.jst.hbs | <div class="reshare">
<div class="media">
{{#if root}}
{{#with root}}
<a href="/people/{{author.guid}}" class="img {{{hovercardable this}}}">
{{{personImage author 'small'}}}
</a>
<div class="bd">
<div>
{{#linkToAuthor author}}
{{name}}
... | <div class="reshare">
<div class="media">
{{#if root}}
{{#with root}}
<a href="/people/{{author.guid}}" class="img {{{hovercardable this}}}">
{{{personImage author 'small'}}}
</a>
<div class="bd">
<div>
{{#linkToAuthor author}}
{{name}}
... | Fix timeago tooltips for reshares | Fix timeago tooltips for reshares
| Handlebars | agpl-3.0 | Flaburgan/diaspora,SuperTux88/diaspora,jhass/diaspora,spixi/diaspora,geraspora/diaspora,SuperTux88/diaspora,despora/diaspora,geraspora/diaspora,spixi/diaspora,jhass/diaspora,Muhannes/diaspora,Amadren/diaspora,Amadren/diaspora,Flaburgan/diaspora,diaspora/diaspora,diaspora/diaspora,geraspora/diaspora,Amadren/diaspora,Fla... |
f7e0353b41265267cc1fa2459ad2597eb3692aee | 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>
{{#link-to "admin.index" class="logo"}}{{/link-to}}
{{#toggle-nav}}
<span>
... | Use helper instead of markup | Use helper instead of markup
| Handlebars | mit | muffin/server,kunni80/server |
4b2bb32888d23e1c826a7cf92fd1fc6521dc3551 | templates/enterprise/thanks.hbs | templates/enterprise/thanks.hbs | <div class="container tablet-width">
<hgroup>
<h1>npm On-Site</h1>
<h2>time to check your email</h2>
</hgroup>
<p>
A verification link has been sent to your email. Click the link in the
email to get your license key and installation instructions for npm On-Site.
</p>
{{#if mail}}
{{mail}... | <div class="container tablet-width">
<hgroup>
<h1>npm On-Site</h1>
<h2>time to check your email</h2>
</hgroup>
<p>
A verification link has been sent to your email. Click the link in the
email to get your license key and installation instructions for npm On-Site.
</p>
{{#if mail}}
{{mail}... | Add 1x1 tracking pixel for enterprise ULA agreement | Add 1x1 tracking pixel for enterprise ULA agreement
| Handlebars | isc | rutaihwa/newww,watilde/newww,watilde/newww,aredridel/newww,kemitchell/newww,kemitchell/newww,nexdrew/newww,aredridel/newww,nexdrew/newww,kemitchell/newww,nexdrew/newww,rutaihwa/newww,aredridel/newww,rutaihwa/newww,watilde/newww |
ec12751e5deef4c467f663f8c1f66622b4839ca8 | app/templates/view-tree-toolbar.hbs | app/templates/view-tree-toolbar.hbs | <div class="toolbar">
<button class="{{if inspectingViews 'active'}} toolbar__icon-button js-inspect-views" {{action "toggleViewInspection"}}>
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g class="svg-stroke... | <div class="toolbar">
<button class="{{if inspectingViews 'active'}} toolbar__icon-button js-inspect-views" {{action "toggleViewInspection"}}>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="17">
<g class="svg-fill" fill-rule="evenodd" transform="translate(0, 2)">
<path d="M8 7l2.29 8 2.3... | Update inspect views icon to match Chrome and FF | Update inspect views icon to match Chrome and FF | Handlebars | mit | sivakumar-kailasam/ember-inspector,sly7-7/ember-inspector,cibernox/ember-inspector,cibernox/ember-inspector,emberjs/ember-inspector,emberjs/ember-inspector,sivakumar-kailasam/ember-inspector,sly7-7/ember-inspector |
72f5490d86e6d024186a61ff82e338e21aa3e242 | app/templates/auth/password-recovery.hbs | app/templates/auth/password-recovery.hbs | <div class="container-narrow u-spacing-page-top">
<h4 class="text-logo u-text-center">Forgot password</h4>
<p class="u-text-center">To reset your password, enter your username or registered email address.</p>
<div class="form-narrow">
{{> flash}}
<form class="login-forms" method="post" action="">
<l... | <div class="container-narrow u-spacing-page-top">
<h4 class="text-logo u-text-center">Forgot password</h4>
<p class="u-text-center">To reset your password, enter your username or registered email address.</p>
<div class="form-narrow">
{{> flash}}
<form class="login-forms" method="post" action="">
<l... | Clean up password reset text | Clean up password reset text
| Handlebars | mit | hks-epod/paydash |
c3e81cd3bd94036eae528ae67b48543641259fca | app/templates/components/page-numbers.hbs | app/templates/components/page-numbers.hbs | <nav>
<ul class="pagination pagination-sm no-margin pull-right">
{{#if canStepBackward}}
<li class="arrow prev enabled-arrow">
<a {{action "incrementPage" -1}}>«</a>
</li>
{{else}}
<li class="arrow prev disabled">
<a {{action ... | <nav>
<ul class="pagination pagination-sm no-margin pull-right">
{{#if canStepBackward}}
<li class="arrow prev enabled-arrow">
<a {{action "incrementPage" -1}}>«</a>
</li>
{{else}}
<li class="arrow prev disabled">
<a {{action ... | Remove deprecation about each x in y | Remove deprecation about each x in y
| Handlebars | mit | gte451f/ember-cli-table-pagination,gte451f/ember-cli-table-pagination,jking6884/ember-cli-table-pagination,jking6884/ember-cli-table-pagination |
3b66c1ad57396ca19bf9f79bbde43eda3c2919e1 | templates/_ds-dashboard-listing-entry.hbs | templates/_ds-dashboard-listing-entry.hbs | <tr>
<td>
<div class="row">
<div class=""> <!-- col-md-1 -->
<!-- <a href="/dashboards/{{id}}"><i class="fa fa-2x fa-dashboard"></i></a> -->
</div>
<div class="col-md-12">
<div class="pull-left">
<a href="{{view_href}}">
{{category}} /
<strong>
... | <tr>
<td>
<div class="row">
<div class=""> <!-- col-md-1 -->
<!-- <a href="/dashboards/{{id}}"><i class="fa fa-2x fa-dashboard"></i></a> -->
</div>
<div class="col-md-12">
<div class="pull-left">
<a href="{{view_href}}">
{{category}} /
<strong>
... | Fix last modified date in listing entry | Fix last modified date in listing entry
| Handlebars | apache-2.0 | jmptrader/tessera,aalpern/tessera,section-io/tessera,tessera-metrics/tessera,Slach/tessera,urbanairship/tessera,jmptrader/tessera,tessera-metrics/tessera,section-io/tessera,tessera-metrics/tessera,tessera-metrics/tessera,section-io/tessera,aalpern/tessera,urbanairship/tessera,filippog/tessera,Slach/tessera,filippog/tes... |
a1cd108b17552a028144c4456af764d168bd8e9f | app/templates/application.hbs | app/templates/application.hbs | {{#if session.isAuthenticated}}
{{render "navigation"}}
{{/if}}
{{outlet}}
{{outlet "modal"}}
| {{#if session.isAuthenticated}}
{{!--{{render 'navigation'}}--}}
{{sidebar-nav
allowSearch=(readonly allowSearch)
currentSearchText=(readonly currentSearchText)
isShowingSettings=(readonly isShowingSettings)
currentRouteName=(readonly currentRouteName)
}}
{{/if}}
{{outlet}}
{{outlet "modal... | Replace navigation controller with sidebar-nav component | Replace navigation controller with sidebar-nav component
| Handlebars | mit | HospitalRun/hospitalrun-frontend,HospitalRun/hospitalrun-frontend,HospitalRun/hospitalrun-frontend,HospitalRun/hospitalrun-frontend |
230c69939390e3703e930f17685ad34bcb0b3130 | app/templates/user/index.hbs | app/templates/user/index.hbs | <h3>First Name:</h3> {{firstName}} <br />
<h3>Last Name:</h3> {{lastName}} <br />
<h3>handle:</h3> {{handle}} <br />
| <h3>First Name:</h3> {{firstName}} <br />
<h3>Last Name:</h3> {{lastName}} <br />
<h3>handle:</h3> {{handle}} <br />
{{link-to 'Edit Profile' 'user.edit'}}
| Add link to edit a user's profile | Add link to edit a user's profile
| Handlebars | mit | fayimora/brutehack-frontend,fayimora/brutehack-frontend |
83a3a8fc9b48a1447d50e074d1e11c78ddbd074c | app/templates/components/preprint-entry.hbs | app/templates/components/preprint-entry.hbs | <h4>{{preprint.title}}</h4>
<p><strong>Authors:</strong> {{preprint.authors}}</p>
<p><strong>Abstract:</strong> {{preprint.abstract}}</p>
<hr> | <style>
.smallTag{
width:5em;
text-align:center;
padding:0.3em;
border-radius:8px;
float:left;
margin:8px;
margin-left:0px;
margin-bottom:0px;
}
#date{
background-color:#4c4c4c;
color:white;
}
#subject{
backg... | Add subject and date tags to preprint entries | Add subject and date tags to preprint entries
| Handlebars | apache-2.0 | laurenrevere/ember-preprints,pattisdr/ember-preprints,hmoco/ember-preprints,caneruguz/ember-preprints,pattisdr/ember-preprints,hmoco/ember-preprints,caneruguz/ember-preprints,baylee-d/ember-preprints,CenterForOpenScience/ember-preprints,baylee-d/ember-preprints,laurenrevere/ember-preprints,CenterForOpenScience/ember-pr... |
4335f5939266ffb5413920eb3aa48a6b148376b7 | client/app/dashboard/template.hbs | client/app/dashboard/template.hbs | {{outlet}}
| <div class="ui stackable grid container">
<div class="four wide column">
<div class="ui large vertical menu">
<div class="item">
<div class="header">Quick actions</div>
<div class="menu">
<a class="item">Add a student</a>
</div>
</div>
</div>
</div>
<div class... | Add a grid for the dashboard. | Add a grid for the dashboard.
| Handlebars | bsd-2-clause | mblayman/lcp,mblayman/lcp,mblayman/lcp |
3b09681e1d2f779ecfeb12d78c6eedad164d9d0d | app/artist/template.hbs | app/artist/template.hbs | {{title model.name}}
<div class="has-bg tc mt4 center measure mb6">
<h1 class="upcase artist-name" data-artist-id="{{model.id}}">{{model.name}}</h1>
{{#if model.photo}}
<img class="bordered db mr3 mb3 fl" src="{{model.photo}}" alt="{{model.name}}"/>
{{/if}}
<div class="mt3 mb4 center tl lh-copy desc t... |
{{title model.name}}
<div class="has-bg tc mt4 center measure mb6">
<h1 class="upcase artist-name" data-artist-id="{{model.id}}">{{model.name}}</h1>
{{#if model.photo}}
<img class="bordered db mr3 mb3 fl" src="{{model.photo}}" alt="{{model.name}}"/>
{{/if}}
<div class="mt3 mb4 center tl lh-copy desc ... | Move Obey site link up | Move Obey site link up
Signed-off-by: Gordon B. Isnor <d49f130a64220a94bd0dc574e18bddfaa36e0b8f@gmail.com>
| Handlebars | mit | gordonbisnor/obey-ember,gordonbisnor/obey-ember |
df49bf94f30209ec3836b29809c835ecdcb10203 | addon/templates/components/ilios-calendar-day.hbs | addon/templates/components/ilios-calendar-day.hbs | {{#el-daily-calendar date=date events=calendarEvents as |hours|}}
<div class="row week-titles">
<div class="cell">
</div>
<div class="cell title">
{{moment-format date 'dddd, MMMM Do YYYY'}}
</div>
</div>
<div class="week">
<ul class="week-hours">
{{#each hours as |hour|}}
... | {{#el-daily-calendar date=date events=calendarEvents as |hours|}}
<div class="row week-titles">
<div class="cell">
</div>
<div class="cell title">
{{moment-format date 'dddd, MMMM Do YYYY'}}
</div>
</div>
<div class="week">
<ul class="week-hours">
{{#each hours as |hour|}}
... | Remove old link-to from day view | Remove old link-to from day view
This got left behind in the original port from the ilios frontend
| Handlebars | mit | ilios/calendar,ilios/calendar,jrjohnson/calendar,stopfstedt/calendar,stopfstedt/calendar,jrjohnson/calendar |
8d25904332985a3e1e4d3a89df18bcdbff5a7f9d | public/templates/workfile_show_sidebar.handlebars | public/templates/workfile_show_sidebar.handlebars | <div class="spacer"/>
<div class="info">
<div title="{{fileName}}" class="fileName">{{fileName}}</div>
<span class="display_title">{{t "actions.display"}}</span>
<a class="version_list" href="#">
<span class="chosen">{{t "workfile.version_title" versionNum=versionInfo.versionNum}}</span>
<im... | <div class="info">
<div title="{{fileName}}" class="fileName">{{fileName}}</div>
<span class="display_title">{{t "actions.display"}}</span>
<a class="version_list" href="#">
<span class="chosen">{{t "workfile.version_title" versionNum=versionInfo.versionNum}}</span>
<img src="/images/blue-me... | Remove spacer div workfile show sidebar | Remove spacer div workfile show sidebar
| Handlebars | apache-2.0 | jamesblunt/chorus,mpushpav/chorus,hewtest/chorus,prakash-alpine/chorus,atul-alpine/chorus,prakash-alpine/chorus,prakash-alpine/chorus,jamesblunt/chorus,lukepolo/chorus,jamesblunt/chorus,hewtest/chorus,mpushpav/chorus,lukepolo/chorus,mpushpav/chorus,lukepolo/chorus,mpushpav/chorus,atul-alpine/chorus,jamesblunt/chorus,lu... |
201d1e999c91e9a7a9fa3b18924f1d18a4077fc9 | views/pages/rsvp/edit.hbs | views/pages/rsvp/edit.hbs | <div class="l-contain">
<h1>RSVP</h1>
{{#with invitation}}
<p>{{id}}</p>
<p>{{address}}</p>
<p>RSVP'd: {{rsvpd}}</p>
{{#if guests}}
<b>Guests:</b>
<ul>
{{#each guests}}
<li>{{title}} {{name}}</li>
{{/each}}
</ul>
{{/if}}
<form action="/invitations/{{id}}/" meth... | {{setPageTitle "RSVP"}}
{{setActiveNav "rsvp"}}
<div class="l-contain">
<h1>RSVP for Our Wedding</h1>
</div>
| Remove old [temp] RSVP form | Remove old [temp] RSVP form
| Handlebars | mit | ericf/open-marriage,HandyCodeJob/open-marriage,djscholl/open-marriage,djscholl/open-marriage,FerriNRachel/getting-married,FerriNRachel/getting-married |
6b7a0cd72ffa1184f9cd136a3598665ab8b7635a | scripts/templates/dashboardTodo.handlebars | scripts/templates/dashboardTodo.handlebars | <div class="portlet span4">
<div class="header">To Do</div>
<div class="portlet-content">
{{#if controllers.application.isConfigured}}
<div class="alert alert-success">
There are no to do items.
</div>
{{else}}
{{#if controllers.build.isReadycloud}}
<div class="alert alert-... | <div class="portlet span4">
<div class="header">To Do</div>
<div class="portlet-content">
{{#if controllers.application.isConfigured}}
<div class="alert alert-success">
There are no to do items.
</div>
{{else}}
{{#if controllers.build.isReadycloud}}
<div class="alert alert-... | Update any occurence of 'Cloud Orchestrator' to 'SAA Recipe' | SAA: Update any occurence of 'Cloud Orchestrator' to 'SAA Recipe'
| Handlebars | apache-2.0 | vine77/saa-ui,vine77/saa-ui,vine77/saa-ui |
dd47f65e7bb4223df71d8c0a3dc852f94a42f635 | tests/dummy/app/templates/expando-cell.hbs | tests/dummy/app/templates/expando-cell.hbs | <button {{action "toggle" target="view"}} {{bind-attr class=":expando-toggle isExpanded"}}>
{{#if view.isExpanded}}
▼
{{else}}
►
{{/if}}
</button> | <button {{action "toggle" target="view"}} class="expando-toggle {{if view.isExpanded "is-expanded"}}">
{{#if view.isExpanded}}
▼
{{else}}
►
{{/if}}
</button> | Use HTMLBars inline `if` to define class name | Use HTMLBars inline `if` to define class name
| Handlebars | mit | luxbet/ember-cli-llama-table,luxbet/ember-cli-llama-table,j-/ember-cli-llama-table,j-/ember-cli-llama-table |
97972661bdd17514013e375b470fc7c05ca5f314 | partials/landing-body.hbs | partials/landing-body.hbs | <div class="row">
<div class="col-xs-offset-3 col-xs-6">
<img src="{{urlPrefix}}/assets/img/logo.jpg" alt="romajs-logo" class="img-rounded our-logo img-responsive center-block" />
</div>
</div>
<div class="row our-bio">
<div class="our-name col-12">
<h1>RomaJS</h1>
<p>
A javascript group meeting... | <div class="row">
<div class="col-xs-offset-3 col-xs-6">
<img src="{{urlPrefix}}/assets/img/logo.jpg" alt="romajs-logo" class="img-rounded our-logo img-responsive center-block" />
</div>
</div>
<div class="row our-bio">
<div class="our-name col-12">
<h1>RomaJS</h1>
<p>
A javascript group meeting... | Add claming for Newsletter subscription | Add claming for Newsletter subscription
| Handlebars | mit | Roma-JS/romajs-on-metalsmith,Roma-JS/romajs-on-metalsmith,Roma-JS/romajs-on-metalsmith |
fb759a36cc0baf427ea0394f7ea64aea2affb127 | public/views/school.hbs | public/views/school.hbs | <div class="school">
<div class="school__text">
<h2 class="school__title">How do you feel about school?</h2>
</div>
<div class="friends__emoji-sprite"></div>
<div class="school__slider">
<input class="school__range range" type="range" min="0"
max="4" value="0" step="1">
</div>
<div class="school... | <div class="school">
<div class="school__text">
<h2 class="school__title">How do you feel about school?</h2>
</div>
<div class="friends__emoji-sprite"></div>
<div class="school__slider">
<input class="school__range range" type="range" min="0"
max="4" value="2" step="1">
</div>
<div class="school... | Change position of slider button | Change position of slider button
related #64
| Handlebars | mit | CYPIAPT-LNDSE/welcome-to-camhs,CYPIAPT-LNDSE/welcome-to-camhs |
8cdef72ede992b040102e129a72300026c175208 | templates/cta-widget.hbs | templates/cta-widget.hbs | <!doctype html>
<!--[if lt IE 9]><html class="lt-ie9 ie"><![endif]-->
<!--[if IE 9]><html class="ie"><![endif]-->
<!--[if gt IE 9]><html lang="en"><![endif]-->
<head>
<base target="_self">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Referral SaaSquatch Dollar Cr... | <html><head><title></title></head><body>Hello world.</body></html>
| Include cta as an iframe | Include cta as an iframe
| Handlebars | apache-2.0 | saasquatch/dollar-credit-theme,saasquatch/default-theme,saasquatch/dollar-credit-theme,saasquatch/default-theme |
520bfe7f4b1de56d87f2a4074a5151080bd40354 | content/themes/cameraman/index.hbs | content/themes/cameraman/index.hbs | {{!< default}}
{{> header}}
<section class="photos">
{{#foreach posts}}
<article class="{{post_class}}">
<div class="container">
<div class="row">
<div class="six columns">
<div class="photo-thumbnail">
<div class="photo-content-temp">{{c... | {{!< default}}
{{> header}}
<section class="photos">
{{#foreach posts}}
<article class="{{post_class}}">
<div class="container">
<div class="row">
<div class="six columns">
<div class="photo-thumbnail">
<div class="photo-content-temp">{{c... | Put ellipsis back in until I implement paragraphs | Put ellipsis back in until I implement paragraphs
| Handlebars | mit | davidblurton/salmondesign-old,davidblurton/salmondesign-old |
d906d279ed9fc237975d6f8ea7ddf87a1970b6ac | app/views/jst/conversations/contextMessage.handlebars | app/views/jst/conversations/contextMessage.handlebars | <input type="hidden" name="included_messages[]" value="{{id}}" />
<div class="context-author pull-left">{{author.name}}</div>
<div class="pull-right">
<span class="context-date">{{friendlyDatetime created_at}}</span>
<button type="button" class="delete-btn" href="#" aria-label="{{#t "delete_message"}}Delete message... | <input type="hidden" name="included_messages[]" value="{{id}}" />
<div class="context-author pull-left">{{author.name}}</div>
<div class="pull-right">
<span class="context-date">{{friendlyDatetime created_at}}</span>
</div>
<div class="context-body" aria-live="polite">
{{body}}
{{#if isCondensable}}
<a class=... | Remove nonfunctional delete button in conversation reply modal | Remove nonfunctional delete button in conversation reply modal
In the conversation reply modal, there are delete buttons to
delete individual messages. These buttons have no functionality
and do not currently meet accessibility standards. We have
removed these buttons because they perform no action and their
intended ... | Handlebars | agpl-3.0 | instructure/canvas-lms,djbender/canvas-lms,sfu/canvas-lms,djbender/canvas-lms,sfu/canvas-lms,sfu/canvas-lms,instructure/canvas-lms,instructure/canvas-lms,djbender/canvas-lms,sfu/canvas-lms,instructure/canvas-lms,sfu/canvas-lms,sfu/canvas-lms,djbender/canvas-lms,instructure/canvas-lms,sfu/canvas-lms,instructure/canvas-l... |
53294928c4c6eee5bb164739c8bbf68a7a0098c0 | static/templates/settings/settings_checkbox.hbs | static/templates/settings/settings_checkbox.hbs | {{#unless (eq render_only false)}}
<div class="input-group {{#if is_nested}}disableable{{/if}} {{#if show_push_notifications_tooltip}}control-label-disabled{{/if}}">
<label class="checkbox">
<input type="checkbox" class="inline-block setting-widget prop-element" name="{{setting_name}}" data-setting-widget-t... | {{#unless (eq render_only false)}}
<div class="input-group {{#if is_nested}}disableable{{/if}} {{#if show_push_notifications_tooltip}}control-label-disabled{{/if}}">
<label class="checkbox">
<input type="checkbox" class="inline-block setting-widget prop-element" name="{{setting_name}}" data-setting-widget-t... | Fix toggling push notification checkbox when disabled. | settings: Fix toggling push notification checkbox when disabled.
We know that by default the value of `enable_stream_push_notifications` is
true, so on some server if push notifications are disabled then due to
```
{{#unless show_push_notifications_tooltip}}
```
the `enable_stream_push_notifications` checkbox is rende... | Handlebars | apache-2.0 | rht/zulip,hackerkid/zulip,kou/zulip,timabbott/zulip,zulip/zulip,showell/zulip,synicalsyntax/zulip,eeshangarg/zulip,eeshangarg/zulip,synicalsyntax/zulip,rht/zulip,andersk/zulip,timabbott/zulip,shubhamdhama/zulip,zulip/zulip,kou/zulip,punchagan/zulip,rht/zulip,showell/zulip,showell/zulip,synicalsyntax/zulip,rht/zulip,ees... |
ff7b743b61f74129541ea8e15542fe2003c1f199 | app/templates/CheckBoxLayer.hbs | app/templates/CheckBoxLayer.hbs | <label><input type="checkbox" {{#if visible}}checked=true {{/if}}/>
<span class="icon-group">
<i class="fa fa-sort"></i>
<i class="fa fa-square" style="color: {{color}}"></i>
<i class="fa fa-adjust" data-toggle="popover" data-content="n"></i>
</span>
{{name}}
</label>
| <span class="icon-group">
<i class="fa fa-sort"></i>
<i class="fa fa-square" style="color: {{color}}"></i>
<i class="fa fa-adjust" data-toggle="popover" data-content="n"></i>
</span>
<label><input type="checkbox" {{#if visible}}checked="checked"{{/if}}/> {{name}}</label>
| Rework label to not hinder clicking the icons | Rework label to not hinder clicking the icons
Signed-off-by: Marko Locher <9efe9a5a1da5f41a4eb7599f2715dc24abf5bbc8@locher.at>
| Handlebars | mit | EOX-A/EOxClient |
afc7fe4419ffe89fff7eb55c4192d5e1f9d7d171 | tests/dummy/app/templates/index.hbs | tests/dummy/app/templates/index.hbs | <div class="row">
<div class="col-md-12 text-center">
<h1>sl-ember-test-helpers</h1>
<p class="lead">An Ember CLI Addon that provides and registers QUnit test helpers for use in the testing of your application.</p>
</div>
</div>
<div class="row">
<div class="col-md-6 text-center">
<... | <div class="row">
<div class="col-md-12 text-center">
<h1>sl-ember-test-helpers</h1>
<p class="lead">An Ember CLI Addon that provides and registers test helpers for use in the testing of your application.</p>
</div>
</div>
<div class="row">
<div class="col-md-6 text-center">
<h3><a ... | Update repository description in demo application | Update repository description in demo application
| Handlebars | mit | azizpunjani/sl-ember-test-helpers,notmessenger/sl-ember-test-helpers,erangeles/sl-ember-test-helpers,azizpunjani/sl-ember-test-helpers,softlayer/sl-ember-test-helpers,softlayer/sl-ember-test-helpers,notmessenger/sl-ember-test-helpers,erangeles/sl-ember-test-helpers |
03c73ae90e24a8ff45dac2bcdc91f6827128d124 | app/templates/components/ember-cli-cropper.hbs | app/templates/components/ember-cli-cropper.hbs | <div class="img-container">
{{#if crossorigin}}
<img {{bind-attr src=source}} crossorigin="anonymous">
{{else}}
<img {{bind-attr src=source}}>
{{/if}}
</div>
| <div class="img-container">
{{#if crossorigin}}
<img src={{source}} crossorigin="anonymous">
{{else}}
<img src={{source}}>
{{/if}}
</div>
| Update to ember 2.0 syntax | Update to ember 2.0 syntax
remove bind-attr
| Handlebars | mit | anilmaurya/ember-cli-cropper,anilmaurya/ember-cli-cropper |
9e9740ab65323f1da71b9ed128b4d7fc43862e2b | static/templates/settings/admin_human_form.hbs | static/templates/settings/admin_human_form.hbs | <div id="edit-user-form" data-user-id="{{user_id}}">
<form class="form-horizontal name-setting">
<input type="hidden" name="is_full_name" value="true" />
<div class="input-group name_change_container">
<label for="full_name">{{t "Full name" }}</label>
<input type="text" autoc... | <div id="edit-user-form" data-user-id="{{user_id}}">
<form class="form-horizontal name-setting">
<input type="hidden" name="is_full_name" value="true" />
<div class="input-group name_change_container">
<label for="full_name">{{t "Full name" }}</label>
<input type="text" autoc... | Add user-id readonly field in edit-user UI. | settings: Add user-id readonly field in edit-user UI.
| Handlebars | apache-2.0 | kou/zulip,andersk/zulip,zulip/zulip,kou/zulip,zulip/zulip,zulip/zulip,andersk/zulip,kou/zulip,eeshangarg/zulip,rht/zulip,zulip/zulip,rht/zulip,eeshangarg/zulip,eeshangarg/zulip,eeshangarg/zulip,rht/zulip,kou/zulip,zulip/zulip,andersk/zulip,kou/zulip,eeshangarg/zulip,eeshangarg/zulip,rht/zulip,rht/zulip,zulip/zulip,kou/... |
c01b77c7ed2e72b2fe162c3aca1fb158576dfe72 | addon/components/detail-instructors-list.hbs | addon/components/detail-instructors-list.hbs | <div
class="detail-instructors-list"
>
{{#if @instructors.length}}
<h4>
{{t "general.instructors"}}
({{@instructors.length}})
</h4>
<ul class="instructors-list" data-test-instructors>
{{#each (sort-by "title" @instructors) as |user|}}
<li>
{{user.fullName}}
</... | <div
class="detail-instructors-list"
>
{{#if @instructors.length}}
<h4>
{{t "general.instructors"}}
({{@instructors.length}})
</h4>
<ul class="instructors-list" data-test-instructors>
{{#each (sort-by "fullName" @instructors) as |user|}}
<li>
{{user.fullName}}
... | Sort users by fullName not title | Sort users by fullName not title
Users don't have a title, they do have a name!
| Handlebars | mit | ilios/common,ilios/common |
7691ec73c17d002ec36d2be1dbe4d80cdba6df8f | app/templates/home/settings.hbs | app/templates/home/settings.hbs | <section class="settings-section">
<div class="settings-card mdl-card mdl-shadow--2dp">
<div class="mdl-card__title mdl-card--expand">
<h2 class="mdl-card__title-text">Settings</h2>
</div>
<div class="mdl-card__supporting-text">
<p>Change your settings</p>
<ul class="st--list-unstyled user-settings"... | <section class="settings-section">
<div class="settings-card mdl-card mdl-shadow--2dp">
<div class="mdl-card__title mdl-card--expand">
<h2 class="mdl-card__title-text">Settings</h2>
</div>
<div class="mdl-card__supporting-text">
<p>Change your settings</p>
<ul class="st--list-unstyled user-settings"... | Move each setting to its component | refactor: Move each setting to its component
| Handlebars | mit | pe1te3son/spendings-tracker,pe1te3son/spendings-tracker |
54fd870ac055788383ca245111f85eaa6a3d49de | views/accountPage.hbs | views/accountPage.hbs | <!DOCTYPE html>
<html lang="en">
<head>
<title>Stylo</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="/css/bootstrap.min.css" rel="stylesheet">
<link href="/css/bootstrap-theme.min.css" rel="stylesheet">
<link href="/css/main.css" rel="stylesheet">... | <!DOCTYPE html>
<html lang="en">
<head>
<title>Stylo</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="/css/bootstrap.min.css" rel="stylesheet">
<link href="/css/bootstrap-theme.min.css" rel="stylesheet">
<link href="/css/main.css" rel="stylesheet">... | Add back button on account page. | Add back button on account page.
| Handlebars | mit | CSE170JAG/stylo,CSE170JAG/stylo,CSE170JAG/stylo |
be1148cd8fc0a76b643f39b11f02fdd7b7ea4cc3 | website/partners/solutions/divisadero/index.hbs | website/partners/solutions/divisadero/index.hbs | ---
layout: partners.hbs
title: "Divisadero"
solutions: true
priority: 25
summary:
logo: "//optimizely-marketer-assets.s3.amazonaws.com/partners/logos/33sticks.png"
website_link: "http://divisadero.es/"
website_display: "Divisadero.es"
kb_article:
stars: 1
industry: "Test development, Strategic consulting"
locations:
-... | ---
layout: partners.hbs
title: "DIVISADERO"
solutions: true
priority: 25
summary:
logo: "//optimizely-marketer-assets.s3.amazonaws.com/partners/logos/33sticks.png"
website_link: "http://divisadero.es/"
website_display: "Divisadero.es"
kb_article:
stars: 1
industry: "Strategic Consulting, Custom Implementation"
locatio... | Add a new partner Divisadero (updated) | Add a new partner Divisadero (updated) | Handlebars | mit | CilantroOrg/CilantroVegOrg,CilantroOrg/CilantroVegOrg,CilantroOrg/CilantroVegOrg |
5be811acf8680c21e99ec803eaab044f5f0fe597 | templates/views/group/lobby.hbs | templates/views/group/lobby.hbs | {{#ifeq gameType "wwdmm"}}
{{> group/meme/lobby environment=../env}}
{{/ifeq}}
{{#ifeq gameType "wikigeeks"}}
{{> group/wiki/lobby environment=../env}}
{{/ifeq}}
{{#ifeq gameType "htyi"}}
{{> group/htyi/lobby environment=../env}}
{{/ifeq}} | {{#ifeq gameType "wwdmm"}}
{{> group/meme/lobby environment=env}}
{{/ifeq}}
{{#ifeq gameType "wikigeeks"}}
{{> group/wiki/lobby environment=env}}
{{/ifeq}}
{{#ifeq gameType "htyi"}}
{{> group/htyi/lobby environment=env}}
{{/ifeq}} | Fix for env var not being passed to games' group views. | Fix for env var not being passed to games' group views.
| Handlebars | mit | engagementgamelab/emerging-citizens,engagementgamelab/emerging-citizens |
5764ac337d710af9e110489852455684eaca9e07 | app/templates/components/permissions-editor.hbs | app/templates/components/permissions-editor.hbs | <thead>
<tr>
<th>User Selector</th>
<th width="5%">Add / remove</th>
</tr>
</thead>
<tbody>
{{#each usersList as |userId|}}
<tr>
<td>{{userId}}</td>
<td>
<button {{action 'removePermission' userId}} class="btn btn-xs bg-red">
<i class="fa fa-remove"></i>
</button>
</td>
<... | <thead>
<tr>
<th>User Selector</th>
<th width="5%">Add / remove</th>
</tr>
</thead>
<tbody>
{{#each usersList as |userId|}}
<tr>
<td>{{userId}}</td>
<td>
<button {{action 'removePermission' userId}} class="btn btn-xs btn-danger">
<i class="fa fa-remove"></i>
</button>
</td>... | Add styling/ color to page | Add styling/ color to page
| Handlebars | apache-2.0 | abought/experimenter,abought/experimenter |
100acaaaed7ca9df309a1e71424b570a41b8f136 | tests/dummy/app/templates/modal-documentation/animation.hbs | tests/dummy/app/templates/modal-documentation/animation.hbs | <h2>Customizing Modal Animation</h2>
<p>You can provide your own animation by writing a transition rule
that applies <code>inHelper("liquid-modal")</code>. The default,
built-in rule looks like this:</p>
{{code-snippet name="default-modal-rule.js"}}
<p>It uses the {{#link-to "transitions.explode"}}explode{{/link-to}... | <h2>Customizing Modal Animation</h2>
<p>You can provide your own animation by writing a transition rule
that applies <code>inHelper("liquid-modal")</code>. The default,
built-in rule looks like this:</p>
{{code-snippet name="default-modal-rule.js"}}
<p>It uses the {{#link-to "transitions.explode"}}explode{{/link-to}... | Fix `fromModel` to `fromModal` in modal docs | Fix `fromModel` to `fromModal` in modal docs
| Handlebars | mit | ef4/liquid-fire,runspired/liquid-fire,csantero/liquid-fire,ember-animation/ember-animated,envoy/liquid-fire,davidgoli/liquid-fire,dsokolowski/liquid-fire,ember-animation/ember-animated,twokul/liquid-fire,byelipk/liquid-fire,totallymike/liquid-fire,twokul/liquid-fire,chadhietala/liquid-fire,ianstarz/liquid-fire,dsokolow... |
2fac8ca88d03a416aa9adf5bd87e4d62dc1a2899 | app/templates/variants/_variantsDetail.hbs | app/templates/variants/_variantsDetail.hbs | <!-- The Mobile Applications List Partial-->
<div id="mobile-application-variants-table">
<table class="rcue-table">
<thead>
<tr>
<th colspan="7">
<div class="table-create-btn topcoat-button">{{#linkTo "variants.add" this}}Add...{{/linkTo}}</div>
... | <!-- The Mobile Applications List Partial-->
<div id="mobile-application-variants-table">
<table class="rcue-table">
<thead>
<tr>
<th colspan="7">
{{#linkTo "variants.add" this}}<div class="table-create-btn topcoat-button">Add...</div>{{/linkTo}}
... | Make the whole 'Add...' div clickable | Make the whole 'Add...' div clickable
| Handlebars | apache-2.0 | diogoalbuquerque/aerogear-unifiedpush-server,matzew/aerogear-unifiedpush-server,matzew/aerogear-unifiedpush-server,thradec/aerogear-unifiedpush-server,IvanGurtler/aerogear-unifiedpush-server,idelpivnitskiy/aerogear-unifiedpush-server,edewit/aerogear-unifiedpush-server,baiwyc119/aerogear-unifiedpush-server,abstractj/aer... |
a655260d5d4a3ab3efae09df72a0a02cbdfa8697 | app/templates/artists.hbs | app/templates/artists.hbs | <div>
<div class="page-header">
<h1>Artist Lookup</h1>
</div>
<p class="lead">Type the name of an artist to find similar artists with Creative Commons-licensed music.</p>
<div class="input-group spacer">
{{input type="text" value=query class="form-control" action="query"}}
<div class="input-group-b... | <div>
<div class="page-header">
<h1>Artist Lookup</h1>
</div>
<p class="lead">Type the name of an artist to find similar artists with Creative Commons-licensed music.</p>
<div class="input-group spacer">
{{input type="text" value=query class="form-control" action="query"}}
<div class="input-group-b... | Use new HTMLBars nested else if | Use new HTMLBars nested else if
| Handlebars | bsd-3-clause | FreeMusicNinja/freemusic.ninja,FreeMusicNinja/freemusic.ninja |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.