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 |
|---|---|---|---|---|---|---|---|---|---|
4f26414a2464a7330f98f16d04aa652b7d81a317 | addon/templates/components/tag-input.hbs | addon/templates/components/tag-input.hbs | {{#each tags as |tag index|~}}
<li class="emberTagInput-tag">
{{yield tag}}
{{#if _isRemoveButtonVisible}}
<a class="emberTagInput-remove" {{action 'removeTag' index}}></a>
{{/if}}
</li>
{{~/each~}}
<li class="emberTagInput-new">
<Input
@disabled={{this.readOnly}}
class={{concat 'emberTagInput-input js-ember-tag-input-new' (if readOnly ' is-disabled')}}
maxlength={{this.maxlength}}
placeholder={{this.placeholder}}
aria-label={{this.ariaLabel}}
/>
</li>
| {{#each tags as |tag index|~}}
<li class="emberTagInput-tag">
{{yield tag}}
{{#if _isRemoveButtonVisible}}
<a class="emberTagInput-remove" {{action 'removeTag' index}}></a>
{{/if}}
</li>
{{~/each~}}
<li class="emberTagInput-new">
<input
disabled={{this.readOnly}}
class={{concat 'emberTagInput-input js-ember-tag-input-new' (if readOnly ' is-disabled')}}
maxlength={{this.maxlength}}
placeholder={{this.placeholder}}
aria-label={{this.ariaLabel}}
/>
</li>
| Use HTML tag input field instead of ember helper | Use HTML tag input field instead of ember helper
| Handlebars | mit | calvinlough/ember-tag-input,calvinlough/ember-tag-input |
8ab268835628adb284ecd4c38a85d26112849c5c | app/assets/javascripts/species/templates/index.handlebars | app/assets/javascripts/species/templates/index.handlebars | <h1>Welcome to <span class="text-species">species+</span></h1>
<p>Bringing you authoritative information on taxonomy, legislation, distribution and trade in MEA-listed species. <a class="learn-more" href="/about">Learn more</a>.</p>
{{partial 'species/tabs'}}
{{outlet search}}
<div id="banner">
<p>
<a class="learn-more" href='https://cites.org/sites/default/files/notif/E-Notif-2016-063.pdf'>Amendments to CITES listings</a>
have been made following changes adopted at the Seventeenth meeting of the Conference of the Parties to CITES.
The updated Appendices are available here:
<a class="learn-more" href='https://cites.org/eng/app/appendices.php'>https://cites.org/eng/app/appendices.php</a>
</p>
<button id="remove"><img id="remove" src="/assets/species/remove-icon.fw.png" alt="remove"/></button>
</div>
{{outlet downloadsButton}}
| <h1>Welcome to <span class="text-species">species+</span></h1>
<p>Bringing you authoritative information on taxonomy, legislation, distribution and trade in MEA-listed species. <a class="learn-more" href="/about">Learn more</a>.</p>
{{partial 'species/tabs'}}
{{outlet search}}
<!-- Uncomment in order to add news/notifications/updates
<div id="banner">
<p>
</p>
<button id="remove"><img id="remove" src="/assets/species/remove-icon.fw.png" alt="remove"/></button>
</div>
-->
{{outlet downloadsButton}}
| Remove news and updates banner | Remove news and updates banner
| Handlebars | bsd-3-clause | unepwcmc/SAPI,unepwcmc/SAPI,unepwcmc/SAPI,unepwcmc/SAPI |
7071fc2659b8a5503073236ea2d3c144a9ae38d4 | app/templates/user/index.hbs | app/templates/user/index.hbs | <h3>Badges</h3>
{{#each badge in model.badges}}
{{badge-box badge=badge}}
{{/each}}
| <h3>Badges</h3>
{{#if model.badges}}
{{#each badge in model.badges}}
{{badge-box badge=badge}}
{{/each}}
{{else}}
<p>You don't have any badges yet! Why not vote on an open proposal, participate in a project, or fix up a definition to get some badges?</p>
{{/if}}
| Add paragraph if no badges are present | Add paragraph if no badges are present
| Handlebars | mit | kaelig/wordset-ui,wordset/wordset-ui,BryanCode/wordset-ui,BryanCode/wordset-ui,wordset/wordset-ui,kaelig/wordset-ui,wordset/wordset-ui,BryanCode/wordset-ui |
52bc1406a531d849ddfaed1a3753a92c4126a54f | website/partners/solutions/awa-digital/index.hbs | website/partners/solutions/awa-digital/index.hbs | ---
layout: partners
title: "AWA digital"
solutions: true
TR_summary:
logo: "//d1qmdf3vop2l07.cloudfront.net/optimizely-marketer-assets.cloudvent.net/raw/partner-logos/solutions/awa-digital.png"
website_link: "http://www.awa-digital.com/"
website_display: "www.awa-digital.com"
kb_article: ""
stars: 2
TR_industry: "Executive Consulting, Strategic Consulting, Custom Implementation, Test Development, Execution, & Management"
TR_locations:
- location:
phone: "020 7887 2695"
email: "lynne.wright@awa-digital.com"
TR_region: "EMEA - UK"
TR_city: "York"
TR_state: "North Yorkshire"
address1: "2a St Martins Lane"
address2: ""
zip: "YO1 6LN"
TR_country: "UK"
contact: ""
languages:
- "English"
TR_tags:
- "E-Commerce / Retail"
- "B2B / SaaS"
- "Travel"
- "Lead gen"
- "Mobile"
---
AWA digital is a full service, international conversion rate optimisation agency helping online businesses improve sales, revenue and user experience. We are so confident that our data-driven process improves conversion that we offer a guarantee to increase online sales by 20% or more.
| ---
layout: partners
title: "AWA digital"
solutions: true
TR_summary:
logo: "//d1qmdf3vop2l07.cloudfront.net/optimizely-marketer-assets.cloudvent.net/raw/partner-logos/solutions/awa-digital.png"
website_link: "http://www.awa-digital.com/"
website_display: "www.awa-digital.com"
kb_article: ""
stars: 2
TR_industry: "Executive Consulting, Strategic Consulting, Custom Implementation, Test Development, Execution, & Management"
TR_locations:
- location:
phone: "020 7887 2695"
email: "info@awa-digital.com"
TR_region: "EMEA - UK"
TR_city: "York"
TR_state: "North Yorkshire"
address1: "2a St Martins Lane"
address2: ""
zip: "YO1 6LN"
TR_country: "UK"
contact: ""
languages:
- "English"
- "German"
- "French"
- "Spanish"
- "Chinese"
- "Other"
TR_tags:
- "E-Commerce / Retail"
- "B2B / SaaS"
- "Travel"
- "Lead gen"
- "Mobile"
---
AWA digital is a full service, international conversion rate optimisation agency helping online businesses improve sales, revenue and user experience. We are so confident that our data-driven process improves conversion that we offer a guarantee to increase online sales by 20% or more.
| Update AWA Digital email and languages | Update AWA Digital email and languages | Handlebars | mit | CilantroOrg/CilantroVegOrg,CilantroOrg/CilantroVegOrg,CilantroOrg/CilantroVegOrg |
9a8e21441b848ba2a507f5308596e78708c6675a | addon/templates/components/table-columns.hbs | addon/templates/components/table-columns.hbs | <table class="table">
<thead>
<tr>
{{#each columns as |column|}}
{{component column.headerComponent
table=table
column=column
classNames=column.headerClassNames
onColumnWidthChange=(action 'columnWidthChanged')}}
{{/each}}
</tr>
</thead>
<tbody>
{{! TODO: render diff template instead of this if }}
{{#if table.collapsable}}
{{#each table.content as |rowGroup|}}
<tr class="table-row {{mergedRowClasses}} collapsable {{if (eq rowGroup.isCollapsed false) 'is-expanded' 'is-collapsed'}} {{if rowGroup.loading 'is-loading'}}" {{action 'toggleRowCollapse' rowGroup}}>
{{#if rowGroup.label}}
<td colspan={{columns.length}} class="table-cell">
{{rowGroup.label}}
</td>
{{else}}
{{yield rowGroup}}
{{/if}}
</tr>
{{#each (get rowGroup rowGroupDataName) as |childRow|}}
<tr class="table-row {{if rowGroup.isCollapsed 'is-collapsed'}}">
{{yield childRow}}
</tr>
{{else}}
<tr class="is-collapsed">
{{yield}}
</tr>
{{/each}}
{{/each}}
{{else}}
{{#each table.content as |row|}}
<tr class="table-row {{mergedRowClasses}}" style={{rowHeight}}>
{{yield row}}
</tr>
{{/each}}
{{/if}}
</tbody>
</table>
| <table class="table">
<thead>
<tr>
{{#each columns as |column|}}
{{component column.headerComponent
table=table
column=column
classNames=column.headerClassNames
onColumnWidthChange=(action 'columnWidthChanged')}}
{{/each}}
</tr>
</thead>
<tbody>
{{! TODO: render diff template instead of this if }}
{{#if table.collapsable}}
{{#each table.content as |rowGroup|}}
<tr class="table-row {{mergedRowClasses}} collapsable {{if (eq rowGroup.isCollapsed false) 'is-expanded' 'is-collapsed'}} {{if rowGroup.loading 'is-loading'}}" {{action 'toggleRowCollapse' rowGroup}}>
{{#if rowGroup.label}}
<td colspan={{columns.length}} class="table-cell">
{{rowGroup.label}}
</td>
{{else}}
{{yield rowGroup}}
{{/if}}
</tr>
{{#if (get rowGroup rowGroupDataName)}}
{{#each (get rowGroup rowGroupDataName) as |childRow|}}
<tr class="table-row {{if rowGroup.isCollapsed 'is-collapsed'}}">
{{yield childRow}}
</tr>
{{/each}}
{{else}}
<tr class="is-collapsed">
{{yield}}
</tr>
{{/if}}
{{/each}}
{{else}}
{{#each table.content as |row|}}
<tr class="table-row {{mergedRowClasses}}" style={{rowHeight}}>
{{yield row}}
</tr>
{{/each}}
{{/if}}
</tbody>
</table>
| Refactor an each/else to an if/each/else to work around an Ember bug | Refactor an each/else to an if/each/else to work around an Ember bug
See https://github.com/emberjs/ember.js/issues/12716
This problem occurs when using a 'collapsable' table.
When a row group is initially rendered in the collapsed state it `yield`s; any {{table-columns}} used inside here aren't cleaned up properly (they're removed from the DOM but `willDestroyElement` is never called so they never unregister, and the corresponding header will always hold a reference to this outdated component.)
| Handlebars | mit | cball/justa-table,cball/justa-table |
1664a40e7f0356ea824ff046495126658cc15895 | page-film-discussions.hbs | page-film-discussions.hbs | {{!< default}}
{{! This is a page template. A page outputs content just like any other post, and has all the same
attributes by default, but you can also customise it to behave differently if you prefer. }}
{{! Everything inside the #post tags pulls data from the page }}
{{#post}}
<header class="main-header post-head {{#if image}}" style="background-image: url({{image}}){{else}}no-cover{{/if}}">
<nav class="main-nav {{#if image}}overlay{{/if}} clearfix">
<a class="back-button icon-arrow-left" href="{{@blog.url}}">Home</a>
<a class="subscribe-button icon-feed" href="{{@blog.url}}/rss/">Subscribe</a>
<h1 class="post-title film-discussion-title">{{title}}</h1>
</nav>
</header>
<main class="content" role="main">
<article class="{{post_class}}">
{{! Everything inside the #post tags pulls data from the post }}
<section class="post-content film-schedule">
{{content}}
</section>
</article>
</main>
{{/post}}
| {{!< default}}
{{! This is a page template. A page outputs content just like any other post, and has all the same
attributes by default, but you can also customise it to behave differently if you prefer. }}
{{! Everything inside the #post tags pulls data from the page }}
{{#post}}
<header class="main-header post-head {{#if image}}" style="background-image: url({{image}}){{else}}no-cover{{/if}}">
<nav class="main-nav {{#if image}}overlay{{/if}} clearfix">
<a class="back-button icon-arrow-left" href="{{@blog.url}}">Home</a>
<a class="subscribe-button icon-feed" href="{{@blog.url}}/rss/">Subscribe</a>
</nav>
</header>
<main class="content" role="main">
<article class="{{post_class}}">
{{! Everything inside the #post tags pulls data from the post }}
<header class="post-header">
<h1 class="post-title">{{title}}</h1>
</header>
<section class="post-content film-schedule">
{{content}}
</section>
</article>
</main>
{{/post}}
| Move Header back to content section | Move Header back to content section
| Handlebars | mit | benbrandt/Casper-Ben,benbrandt/Casper-Ben |
cf8aa989929af935e07a643eded70f9009451826 | views/partials/challenge-select.handlebars | views/partials/challenge-select.handlebars | <h2>People you can challenge</h2>
<select class="ChallengeSelect form-control">
{{#each this.challengeableUsers}}
{{#if this.spotOpen}}
<option value="{{this.spotId}} open">
{{this.spotId}} (open)
</option>
{{else}}
<option value="{{this.spotId}} {{this.name}}">
{{this.spotId}}: {{this.name}}
</option>
{{/if}}
{{/each}}
<input type="submit" class="ChallengeSelect-submit btn btn-default" value="Challenge"/>
</select>
<script src="/public/js/challenges/challenge-select.js"></script>
| <h2>People you can challenge</h2>
<select class="ChallengeSelect form-control">
{{#each this.challengeableUsers}}
{{#if this.spotOpen}}
{{#unless this.challengeFull}}
<option value="{{this.spotId}} open">
{{this.spotId}} (open - challenged {{this.challengedCount}} time(s))
</option>
{{else}}
<option disabled>
{{this.spotId}} (open - challenged {{this.challengedCount}} time(s))
</option>
{{/unless}}
{{else}}
{{#unless this.challengeFull}}
<option value="{{this.spotId}} {{this.name}}">
{{this.spotId}}: {{this.name}}
</option>
{{else}}
<option disabled>
{{this.spotId}}: {{this.name}}
</option>
{{/unless}}
{{/if}}
{{/each}}
<input type="submit" class="ChallengeSelect-submit btn btn-default" value="Challenge"/>
</select>
<script src="/public/js/challenges/challenge-select.js"></script>
| Check for person challenged in select and disable if spot full | Check for person challenged in select and disable if spot full
| Handlebars | mit | osumb/challenges,osumb/challenges,osumb/challenges,osumb/challenges |
ab05aed8ad271c8e5b1560a77a94280d042aba0c | app/templates/network/show/details/show.hbs | app/templates/network/show/details/show.hbs | <div class="details-info-wrapper">
<div class="absolute close" {{action "closeDetails"}}>
{{fa-icon 'times-circle' size=3}}
</div>
{{#render-later load=model wait=50 message="Loading..."}}
{{#if network}}
{{#if (eq activeTab 'suppliers')}}
{{partial 'network/show/details/partials/supplier'}}
{{else if (eq activeTab 'procurers')}}
{{partial 'network/show/details/partials/procurer'}}
{{else if (eq activeTab 'relationships')}}
{{partial 'network/show/details/partials/supplier'}}
{{else}}
{{partial 'network/show/details/partials/null'}}
{{/if}}
{{else}}
<div class="container container-entity relative">
<div class="row">
<div class="col s12 title">
No model loaded
</div>
</div>
</div>
{{/if}}
{{/render-later}}
</div>
| <div class="details-info-wrapper">
<div class="absolute close" {{action "closeDetails"}}>
{{fa-icon 'times-circle' size=3}}
</div>
{{#render-later load=model wait=50 message="Loading..."}}
{{#if model}}
{{#if (eq activeTab 'suppliers')}}
{{partial 'network/show/details/partials/supplier'}}
{{else if (eq activeTab 'procurers')}}
{{partial 'network/show/details/partials/procurer'}}
{{else if (eq activeTab 'relationships')}}
{{partial 'network/show/details/partials/supplier'}}
{{else}}
{{partial 'network/show/details/partials/null'}}
{{/if}}
{{else}}
<div class="container container-entity relative">
<div class="row">
<div class="col s12 title">
No model loaded
</div>
</div>
</div>
{{/if}}
{{/render-later}}
</div>
| Fix supplier/procurer details not loading in the template | Fix supplier/procurer details not loading in the template
| Handlebars | agpl-3.0 | tenders-exposed/elvis-ember,tenders-exposed/elvis-ember |
111f5eeeae6ac9aa9a9d9d4ff52fa1983234e2dd | templates/emails/onboarding.noUpdates.hbs | templates/emails/onboarding.noUpdates.hbs | Subject: Give an update to your community!
{{> header}}
<h1>Hey {{collective.name}} 👋</h1>
<p>I noticed that you haven't published any update yet.</p>
<p>At Open Collective we believe that communication is key for a project to succeed. Share regularly updates about your progress, your activities but also the difficulties that you are facing. Your community wants to know how things are going. Don't leave them in the dark. Go ahead and <a href="https://opencollective.com/{{collective.slug}}/updates/new">publish an update</a>.</p>
<p>Let us know if you need any help setting things up, we are here to help your collective succeed.</p>
<p>Feel free to schedule a call (<a href="http://calendly.com/piamancini/call">calendly.com/piamancini/call</a>), email me or <a href="https://slack.opencollective.com">join us on our Slack</a>. We would love to know your story.</p>
<p>Best,</p>
<p>Pía, and the Open Collective Team</p>
{{> footer}}
| Subject: Keep your community in the know.
{{> header}}
<h1>Hey {{collective.name}} 👋</h1>
<p>I noticed that you haven't published any update yet.</p>
<p>At Open Collective we believe that engaging your community is the key to make your collective sustainable. Share regularly updates about your progress, your activities but also the difficulties that you are facing. Your community wants to know how things are going. Don't leave them in the dark. Go ahead and <a href="https://opencollective.com/{{collective.slug}}/updates/new">publish an update</a>.</p>
<p> Check out our documentation on <a href="https://docs.opencollective.com/help/collectives/communication">Updates and Communication</a>. Let us know if you need any help setting things up. We are here to help your collective succeed.</p>
<p>Best,</p>
<p>Pía, and the Open Collective Team</p>
{{> footer}}
| Update Onboarding if no updates - Day21 | Update Onboarding if no updates - Day21
Please move to day 21 if no updates | Handlebars | mit | OpenCollective/opencollective-api,OpenCollective/opencollective-api,OpenCollective/opencollective-api |
0a6f8ae6604c4ddc7268b3cfd3ad18b0c8e25dff | tests/dummy/app/templates/application.hbs | tests/dummy/app/templates/application.hbs | <h2 id="title">Welcome to Ember.js</h2>
{{outlet}}
| <h2 id="title">Welcome to Ember.js</h2>
{{outlet}}
{{bs-input label='Testing the component' name='test'}}
| Use component in dummy app | Use component in dummy app
| Handlebars | mit | josemarluedke/ember-cli-bs-input,josemarluedke/ember-cli-bs-input |
943dc62f264c549dfde6fc650ac1a2f774ab08a2 | views/partials/input_date.handlebars | views/partials/input_date.handlebars | <div id="{{name}}-container" class="form-group">
<label for="{{name}}" class="control-label col-sm-2">{{label}}</label>
<div class="col-sm-10 input-group date">
<input type="text" name="{{name}}" placeholder="{{config.date_format}}" class="form-control">
<span class="input-group-addon">
<i class="glyphicon glyphicon-th"></i>
</span>
</div>
</div> | <div id="{{name}}-container" class="form-group">
<label for="{{name}}" class="control-label col-sm-2">{{label}}</label>
<div class="col-sm-10">
<div class="input-group date">
<input type="text" name="{{name}}" placeholder="{{config.date_format}}" class="form-control">
<span class="input-group-addon">
<i class="glyphicon glyphicon-th"></i>
</span>
</div>
</div>
</div> | Fix the layout of the input date field. | Fix the layout of the input date field.
| Handlebars | mit | gvaldambrini/madam,gvaldambrini/madam |
4b673ba622664c17bb6f728412c42d06d0984627 | app/templates/admin/users/list.hbs | app/templates/admin/users/list.hbs | <div class="sixteen wide column">
{{events/events-table columns=columns
data=model
useNumericPagination=true
showGlobalFilter=true
showPageSize=true
moveToUserDetails=(action 'moveToUserDetails')
deleteUser=(action 'deleteUser')
openEditModal=(action 'openEditModal')
}}
</div>
{{modals/edit-user-modal isOpen=isEditUserModalOpen data=data}}
| <div class="sixteen wide column">
{{events/events-table columns=columns
data=model
useNumericPagination=true
showGlobalFilter=true
showPageSize=true
moveToUserDetails=(action 'moveToUserDetails')
deleteUser=(action 'deleteUser')
openEditModal=(action 'openEditModal')
customGlobalFilter='first-name'
}}
</div>
{{modals/edit-user-modal isOpen=isEditUserModalOpen data=data}}
| Add functional global filter to admin-users | Add functional global filter to admin-users
| Handlebars | apache-2.0 | ritikamotwani/open-event-frontend,ritikamotwani/open-event-frontend,ritikamotwani/open-event-frontend,CosmicCoder96/open-event-frontend,CosmicCoder96/open-event-frontend,CosmicCoder96/open-event-frontend |
08c10f5e0a242046e2882d26d30358a868b3aef9 | app/templates/charm-token.handlebars | app/templates/charm-token.handlebars | {{! The charm-token class is used by the deploy method in
test/test_charm_running.py. If you change this name, change the other
one too! }}
<a href="/{{storeId}}" class="charm-token {{size}}" data-charmid="{{storeId}}">
<span class="block-icon">
<div class="icon">
{{#unless iconUrl}}
<img src="{{charmIconPath storeId 'icon.svg'}}" alt="{{ name }} icon">
{{else}}
<img src="{{iconUrl}}" alt="{{ name }} icon">
{{/unless}}
</div>
</span>
<span class="title">
{{ name }}
</span>
{{#unless_eq size 'tiny'}}
<span class="metadata">
<div>Deployed {{downloads}} {{pluralize 'time' downloads}}</div>
<div>{{series}} | {{#if is_approved}}Recommended{{else}}{{owner}}{{/if}}</div>
</span>
{{/unless_eq}}
</a>
| {{! The charm-token class is used by the deploy method in
test/test_charm_running.py. If you change this name, change the other
one too! }}
<a href="/{{storeId}}" class="charm-token {{size}}" data-charmid="{{storeId}}">
<span class="block-icon">
<div class="icon">
{{#unless iconUrl}}
<img src="{{charmIconPath storeId 'icon.svg'}}" alt="{{ name }} icon">
{{else}}
<img src="{{iconUrl}}" alt="{{ name }} icon">
{{/unless}}
</div>
</span>
<span class="title">
{{ name }}
</span>
{{#unless_eq size 'tiny'}}
<span class="metadata">
<div>Deployed {{downloads}} {{pluralize 'time' downloads}}</div>
<div>{{#if series}}{{series}} |{{/if}} {{#if is_approved}}Recommended{{else}}{{owner}}{{/if}}</div>
</span>
{{/unless_eq}}
</a>
| Adjust for the related issue right now | Adjust for the related issue right now | Handlebars | agpl-3.0 | jrwren/juju-gui,jrwren/juju-gui,jrwren/juju-gui,mitechie/juju-gui,jrwren/juju-gui,mitechie/juju-gui,bac/juju-gui,mitechie/juju-gui,bac/juju-gui,CanonicalJS/juju-gui,CanonicalJS/juju-gui,CanonicalJS/juju-gui,bac/juju-gui,mitechie/juju-gui,bac/juju-gui |
3f1de9fcc32524b18f9e31f76faad0484a8e7eff | app/templates/components/visualizer-course-objectives.hbs | app/templates/components/visualizer-course-objectives.hbs | {{#if (or icon (gt (get (await objectiveWithHours) 'length') 0))}}
{{#ilios-chart
name='donut'
width=width
height=height
data=(await objectiveWithHours)
hover=(perform donutHover)
leave=(perform donutHover)
as |chart|
}}
{{chart.tooltip content=donutHover.lastSuccessful.value.content title=donutHover.lastSuccessful.value.title}}
{{/ilios-chart}}
{{else}}
<div class='with-hours'>
<p>No Course Objectives Currently Linked to Instructional Time.</p>
<h4>{{fa-icon 'meh-o' class='meh-o'}}</h4>
</div>
{{/if}}
{{#unless (or icon (eq (get (await objectiveWithoutHours) 'length') 0))}}
<div class='zero-hours'>
<h4>{{fa-icon 'warning' class='warning'}} {{t 'general.unusedObjectives'}}:</h4>
<p>{{t 'general.objectivesWithNoHours'}}</p>
<ul>
{{#each (sort-by 'meta.courseObjective.title' (await objectiveWithoutHours)) as |obj|}}
<li>{{{obj.meta.courseObjective.title}}}</li>
{{/each}}
</ul>
</div>
{{/unless}}
| {{#if (or icon (gt (get (await objectiveWithHours) 'length') 0))}}
{{#ilios-chart
name='donut'
width=width
height=height
data=(await objectiveWithHours)
hover=(perform donutHover)
leave=(perform donutHover)
as |chart|
}}
{{chart.tooltip content=donutHover.lastSuccessful.value.content title=donutHover.lastSuccessful.value.title}}
{{/ilios-chart}}
{{else}}
<div class='with-hours'>
<p>{{t 'general.objectivesWithNoLink'}}</p>
<h4>{{fa-icon 'meh-o' class='meh-o'}}</h4>
</div>
{{/if}}
{{#unless (or icon (eq (get (await objectiveWithoutHours) 'length') 0))}}
<div class='zero-hours'>
<h4>{{fa-icon 'warning' class='warning'}} {{t 'general.unusedObjectives'}}:</h4>
<p>{{t 'general.objectivesWithNoHours'}}</p>
<ul>
{{#each (sort-by 'meta.courseObjective.title' (await objectiveWithoutHours)) as |obj|}}
<li>{{{obj.meta.courseObjective.title}}}</li>
{{/each}}
</ul>
</div>
{{/unless}}
| Fix else indentation and translation error | Fix else indentation and translation error
| Handlebars | mit | djvoa12/frontend,thecoolestguy/frontend,ilios/frontend,gabycampagna/frontend,djvoa12/frontend,jrjohnson/frontend,gboushey/frontend,ilios/frontend,thecoolestguy/frontend,dartajax/frontend,jrjohnson/frontend,dartajax/frontend,gboushey/frontend,gabycampagna/frontend |
41b9019c7f3250d394632210f49cbfa85b2850cf | content/_partials/ALLOY_debug.hbs | content/_partials/ALLOY_debug.hbs | <div class="debugger">
<div class="debugger__head"><em>Debugger</em></div>
<div class="debugger__body">
<ul class="list list__debugger"></ul>
</div>
</div>
<script type="text/javascript">
require(['logging'], function() {
ALLOY.Logger.alterConfig({
logToScreenFunc : function(ev) {
$(".list__debugger").append(
"<li class=\"list__item " + ev.level.toLowerCase() + "\"><strong>" + ev.timeStr() + "</strong> " + ev.message + "</li>"
);
}
});
});
</script> | <div class="debugger">
<div class="debugger__head"><em>Debugger</em></div>
<div class="debugger__body">
<ul class="list list__debugger"></ul>
</div>
</div>
<script type="text/javascript">
require(['logging'], function() {
ALLOY.Logger.alterConfig({
logToScreenFunc : function(ev) {
$(".list__debugger").append(
"<li class=\"list__item " + ev.level.toLowerCase() + "\"><strong>" + ev.timeStr() + "</strong> " + ev.message + "</li>"
);
var $debugger = $(".debugger__body");
var height = $debugger[0].scrollHeight;
$debugger.scrollTop(height);
}
});
});
</script> | Debug window scrolls to bottom | Debug window scrolls to bottom
| Handlebars | mit | TheAlloyTeam/alloy,matthewdixon/alloy,TheAlloyTeam/alloy,gfinbow/alloy,matthewdixon/alloy,AzzA-D/alloy,gfinbow/alloy,jamcow/alloy,jamcow/alloy,AzzA-D/alloy |
b2abc1050dbdf2a7a7f02acbd9469fb11ba64ae8 | src/tasks/dump_db/dump-import.sql.hbs | src/tasks/dump_db/dump-import.sql.hbs | BEGIN;
-- Set defaults for non-nullable columns not included in the dump.
{{~#each tables as |table|}}
{{~#each column_defaults}}
ALTER TABLE "{{table.name}}" ALTER COLUMN "{{@key}}" SET DEFAULT {{this}};
{{~/each}}
{{~/each}}
-- Truncate all tables.
{{~#each tables}}
TRUNCATE "{{this.name}}" RESTART IDENTITY CASCADE;
{{~/each}}
-- Import the CSV data.
{{~#each tables}}
\copy "{{this.name}}" ({{this.columns}}) FROM 'data/{{this.name}}.csv' WITH CSV HEADER
{{~/each}}
-- Drop the defaults again.
{{~#each tables as |table|}}
{{~#each column_defaults}}
ALTER TABLE "{{table.name}}" ALTER COLUMN "{{@key}}" DROP DEFAULT;
{{~/each}}
{{~/each}}
COMMIT;
| BEGIN;
-- Disable triggers on each table.
{{~#each tables}}
ALTER TABLE "{{this.name}}" DISABLE TRIGGER ALL;
{{~/each}}
COMMIT;
BEGIN;
-- Set defaults for non-nullable columns not included in the dump.
{{~#each tables as |table|}}
{{~#each column_defaults}}
ALTER TABLE "{{table.name}}" ALTER COLUMN "{{@key}}" SET DEFAULT {{this}};
{{~/each}}
{{~/each}}
-- Truncate all tables.
{{~#each tables}}
TRUNCATE "{{this.name}}" RESTART IDENTITY CASCADE;
{{~/each}}
-- Import the CSV data.
{{~#each tables}}
\copy "{{this.name}}" ({{this.columns}}) FROM 'data/{{this.name}}.csv' WITH CSV HEADER
{{~/each}}
-- Drop the defaults again.
{{~#each tables as |table|}}
{{~#each column_defaults}}
ALTER TABLE "{{table.name}}" ALTER COLUMN "{{@key}}" DROP DEFAULT;
{{~/each}}
{{~/each}}
COMMIT;
BEGIN;
-- Reenable triggers on each table.
{{~#each tables}}
ALTER TABLE "{{this.name}}" ENABLE TRIGGER ALL;
{{~/each}}
COMMIT;
| Disable database triggers during import | Disable database triggers during import
- This allows `updated_at` field values to be loaded during import.
Before this change, `updated_at` was set to when the import ran,
overwriting the values being loaded.
- Also, the import completes in about one fifth the time
(on my slow MacBook Air).
| Handlebars | apache-2.0 | rust-lang/crates.io,rust-lang/crates.io,rust-lang/crates.io,rust-lang/crates.io |
4227b655539ffd4a8a55747f96998b5ada075842 | tests/dummy/app/templates/application.hbs | tests/dummy/app/templates/application.hbs | <link rel="stylesheet" href="https://npmcdn.com/tachyons@4.0.0-beta.24/css/tachyons.min.css">
{{#t-flag-object collapse="m" as |t|}}
{{#t.inner}}
<img src="http://tachyons.io/img/super-wide.jpg" alt="A bright blue sky" />
{{/t.inner}}
{{#t.inner}}
<p class="lh-copy">
For desktop, this text is vertically aligned middle, no matter what the height of the image is.
On mobile, this is a paragraph below an image.
</p>
{{/t.inner}}
{{/t-flag-object}}
| <link rel="stylesheet" href="https://npmcdn.com/tachyons@4.0.0-beta.24/css/tachyons.min.css">
{{#t-flag-object collapse="m" maxWidth="6" as |t|}}
{{#t.inner maxWidth="4" class="pr2"}}
<img src="http://tachyons.io/img/super-wide.jpg" alt="A bright blue sky" class="w-100" />
{{/t.inner}}
{{#t.inner}}
<p class="lh-copy">
For desktop, this text is vertically aligned middle, no matter what the height of the image is.
On mobile, this is a paragraph below an image.
</p>
{{/t.inner}}
{{/t-flag-object}}
| Tweak hbs for flag object example | Tweak hbs for flag object example
| Handlebars | mit | johnotander/ember-tachyons-components,johnotander/ember-tachyons-components |
cfc02b8d1a5effa137dde001249d511a7bab381f | client/app/dashboard/students/new/template.hbs | client/app/dashboard/students/new/template.hbs | <h2 class="ui blue header">Add a student</h2>
<form {{action 'create' on='submit'}} class="ui form{{if errorMessage " error"}}">
<div class="fields">
<div class="field">
{{field-input inputId='firstName' inputValue=model.student.firstName
placeholder='First name'
errorMessage=model.student.validations.attrs.firstName.message
isInvalid=(and didValidate (v-get model.student 'firstName' 'isInvalid'))}}
</div>
<div class="field">
{{field-input inputId='lastName' inputValue=model.student.lastName
placeholder='Last name'
errorMessage=model.student.validations.attrs.lastName.message
isInvalid=(and didValidate (v-get model.student 'lastName' 'isInvalid'))}}
</div>
</div>
<div class="fields">
<div class="field">
<label>Applying for</label>
{{#x-select class='ui dropdown' action='selectSemester' as |xs|}}
{{#each semestersByDate as |semester|}}
{{#xs.option value=semester}}{{humanize-semester semester}}{{/xs.option}}
{{/each}}
{{/x-select}}
</div>
</div>
{{#if errorMessage}}
<div class="ui error message">{{errorMessage}}</div>
{{/if}}
<button type="submit" class="ui large orange submit button">Add student</button>
</form>
| <h2 class="ui blue header">Add a student</h2>
<form {{action 'create' on='submit'}} class="ui form error">
<div class="fields">
{{field-input inputId='firstName' inputValue=model.student.firstName
placeholder='First name'
errorMessage=(v-get model.student 'firstName' 'message')
formValidated=didValidate
isInvalid=(v-get model.student 'firstName' 'isInvalid')}}
{{field-input inputId='lastName' inputValue=model.student.lastName
placeholder='Last name'
errorMessage=(v-get model.student 'lastName' 'message')
formValidated=didValidate
isInvalid=(v-get model.student 'lastName' 'isInvalid')}}
</div>
<div class="fields">
<div class="field">
<label>Applying for</label>
{{#x-select class='ui dropdown' action='selectSemester' as |xs|}}
{{#each semestersByDate as |semester|}}
{{#xs.option value=semester}}{{humanize-semester semester}}{{/xs.option}}
{{/each}}
{{/x-select}}
</div>
</div>
{{#if errorMessage}}
<div class="ui error message">{{errorMessage}}</div>
{{/if}}
<button type="submit" class="ui large orange submit button">Add student</button>
</form>
| Fix the new student form to use the updated field-input component. | Fix the new student form to use the updated field-input component.
| Handlebars | bsd-2-clause | mblayman/lcp,mblayman/lcp,mblayman/lcp |
e6809b60d5d780dc88524110027ea5752871e485 | app/templates/partial/preparation/zoology-mammals.hbs | app/templates/partial/preparation/zoology-mammals.hbs | <div class="row">
<div class="col-xs-4">
<label>{{t 'fields.labels.preparation.life-stage'}}</label>
{{pick-list
name='dwStage'
filterKeys='collectionID'
update=(action (mut model.objectAttribute.lifeStage))
}}
</div>
<div class="col-xs-3">
<label>{{t 'fields.labels.preparation.age'}}</label>
{{pick-list
name='dwAge'
filterKeys='collectionID'
update=(action (mut model.objectAttribute.age))
}}
</div>
<div class="col-xs-3">
<label>{{t 'fields.labels.preparation.sex'}}</label>
{{pick-list
name='dwSex'
filterKeys='collectionID'
update=(action (mut model.objectAttribute.sex))
}}
</div>
</div>
{{partial 'partial/preparation/list'}}
| <div class="row">
<div class="col-xs-4">
<label>{{t 'fields.labels.preparation.life-stage'}}</label>
{{pick-list
name='dwStage'
filterKeys='collectionID'
update=(action (mut model.objectAttribute.lifeStage))
}}
</div>
<div class="col-xs-3">
<label>{{t 'fields.labels.preparation.age'}}</label>
{{#validation/form-group}}
{{input value=model.objectAttribute.age class='form-control'}}
{{/validation/form-group}}
</div>
<div class="col-xs-3">
<label>{{t 'fields.labels.preparation.sex'}}</label>
{{pick-list
name='dwSex'
filterKeys='collectionID'
update=(action (mut model.objectAttribute.sex))
}}
</div>
</div>
{{partial 'partial/preparation/list'}}
| Change Age to input instead of pick list | Change Age to input instead of pick list
| Handlebars | agpl-3.0 | DINA-Web/collections-ui,DINA-Web/collections-ui,DINA-Web/collections-ui |
a2a03d3c5401b918acc28b980b1a43e9a097932a | src/main/resources/templates/partials/album_image_show_header.hbs | src/main/resources/templates/partials/album_image_show_header.hbs | <div class="album-image-header">
<a href="{{urlForAlbum parent_album}}">Back to {{parent_album.name}}</a>
<div class="album-image-nav">
{{#if previous_image}}
<a href="{{urlForAlbumImage parent_album previous_image}}">Previous</a>
{{else}}
<div></div>
{{/if}}
{{#if next_image}}
<a href="{{urlForAlbumImage parent_album next_image}}">Next</a>
{{/if}}
</div>
<div class="album-image-nav-previews">
<ul class="image-preview-list">
{{#each images}}
{{#if (imageIsEqual image this)}}
<li class="current-image">
{{else}}
<li>
{{/if}}
<a href="{{urlForAlbumImage parent_album this}}" id="{{idAttributeForAlbumImage this}}" class="preview-container"><img src="{{urlForThumbnailMini this.thumbnail}}" alt=""/></a>
</li>
{{/each}}
</ul>
</div>
</div>
| <div class="album-image-header">
<a href="{{urlForAlbum parent_album}}">Back to {{parent_album.name}}</a>
<div class="album-image-nav">
{{#if previous_image}}
<a href="{{urlForAlbumImage parent_album previous_image}}">Previous</a>
{{else}}
<div></div>
{{/if}}
{{#if next_image}}
<a href="{{urlForAlbumImage parent_album next_image}}">Next</a>
{{/if}}
</div>
<div class="album-image-nav-previews">
<ul class="image-preview-list">
{{#each images}}
{{#if (imageIsEqual image this)}}
<li class="current-image" id="{{idAttributeForAlbumImage this}}">
{{else}}
<li id="{{idAttributeForAlbumImage this}}">
{{/if}}
<a href="{{urlForAlbumImage parent_album this}}" class="preview-container"><img src="{{urlForThumbnailMini this.thumbnail}}" alt=""/></a>
</li>
{{/each}}
</ul>
</div>
</div>
| Fix styling issue where top border of selected image preview was cut off | Fix styling issue where top border of selected image preview was cut off
| Handlebars | mit | allen-garvey/photog-spark,allen-garvey/photog-spark,allen-garvey/photog-spark |
8fe3a6bc689993bb2553beb6f980e37aa0fb2839 | app/templates/components/upload-button.hbs | app/templates/components/upload-button.hbs | {{fa-icon icon="cloud-upload" size=5}}
<h1 class="f-w-xl">Contribute your research</h1>
<h3 class="f-w-md" style="margin-left:auto; margin-right:auto; width:800px;">You can upload a preprint or choose a file from an existing OSF file to tag as a preprint if you are already have an OSF account.</h3>
<button class="btn btn-success btn-lg" data-toggle="modal" data-target="#uploadModal">
Add a preprint
</button>
<!-- Modal -->
<div class="modal fade" id="uploadModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span
aria-hidden="true">×</span></button>
<h4 class="modal-title" id="myModalLabel">Contribute your research</h4>
</div>
<div class="modal-body">
{{file-chooser}}
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
<button type="button" class="btn btn-primary">Save changes</button>
</div>
</div>
</div>
</div> | {{fa-icon icon="cloud-upload" size=5}}
<h1 class="f-w-xl">Contribute your research</h1>
<h3 class="f-w-md" style="margin-left:auto; margin-right:auto; width:800px;">You can upload a preprint or choose a file from an existing OSF file to tag as a preprint if you are already have an OSF account.</h3>
<!--<button class="btn btn-success btn-lg" data-toggle="modal" data-target="#uploadModal">-->
<!--Add a preprint-->
<!--</button>-->
{{#link-to "preprints" class="btn btn-success btn-lg"}}Add a preprint{{/link-to}}
<!-- Modal -->
<div class="modal fade" id="uploadModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span
aria-hidden="true">×</span></button>
<h4 class="modal-title" id="myModalLabel">Contribute your research</h4>
</div>
<div class="modal-body">
{{file-chooser}}
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
<button type="button" class="btn btn-primary">Save changes</button>
</div>
</div>
</div>
</div> | Make upload button link to preprints page | Make upload button link to preprints page
| Handlebars | apache-2.0 | baylee-d/ember-preprints,CenterForOpenScience/ember-preprints,laurenrevere/ember-preprints,pattisdr/ember-preprints,laurenrevere/ember-preprints,caneruguz/ember-preprints,pattisdr/ember-preprints,caneruguz/ember-preprints,CenterForOpenScience/ember-preprints,hmoco/ember-preprints,hmoco/ember-preprints,baylee-d/ember-preprints |
d90242a85545b0abd3f1406656ad133f4ddcd95a | index.handlebars | index.handlebars | <!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>printbin</title>
</head>
<body>
<h1>printbin</h1>
<p>
What is this? See <a href="https://github.com/watson/printbin">github.com/watson/printbin</a> for details
</p>
<h2>Jobs</h2>
<p>
<ul>
{{#each jobs}}
<li><a href="https://s3.amazonaws.com/watson-printbin/{{this}}">{{this}}</a></li>
{{/each}}
</ul>
</p>
</body>
</html>
| <!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>printbin</title>
</head>
<body>
<h1>printbin</h1>
<p>
What is this? See <a href="https://github.com/watson/printbin">github.com/watson/printbin</a> for details.
</p>
<p>
For best results view this page in Safari :)
</p>
<h2>Jobs</h2>
<p>
<ul>
{{#each jobs}}
<li><a href="https://s3.amazonaws.com/watson-printbin/{{this}}">{{this}}</a></li>
{{/each}}
</ul>
</p>
</body>
</html>
| Add note about best viewing experience | Add note about best viewing experience
| Handlebars | mit | watson/printb.in,watson/printb.in |
6e5d8e4e905a40259b7ae217f6e69eb98ddabd13 | static/templates/subscription_stream_privacy_modal.hbs | static/templates/subscription_stream_privacy_modal.hbs | <div id="stream_privacy_modal" class="modal modal-bg hide fade new-style" tabindex="-1" role="dialog" aria-labelledby="stream_privacy_modal_label" aria-hidden="true">
<div class="modal-header">
<button type="button" class="close close-modal-btn" data-dismiss="modal" aria-label="{{t 'Close' }}"><span aria-hidden="true">×</span></button>
<h3 id="stream_privacy_modal_label">{{t "Change stream permissions for #" }}{{ stream_name }}<span class="email"></span></h3>
</div>
<div class="modal-body">
{{> stream_types }}
</div>
<div class="modal-footer">
<button class="button rounded close-modal-btn" data-dismiss="modal">{{t "Cancel" }}</button>
<button class="button rounded btn-danger" id="change-stream-privacy-button"
tabindex="-1" data-stream-id="{{stream_id}}">
{{t "Save changes"}}
</button>
</div>
</div>
| <div id="stream_privacy_modal" class="modal modal-bg hide fade new-style" tabindex="-1" role="dialog" aria-labelledby="stream_privacy_modal_label" aria-hidden="true">
<div class="modal-header">
<button type="button" class="close close-modal-btn" data-dismiss="modal" aria-label="{{t 'Close' }}"><span aria-hidden="true">×</span></button>
<h3 id="stream_privacy_modal_label">{{#tr}}Change stream permissions for #{stream_name}{{/tr}}<span class="email"></span></h3>
</div>
<div class="modal-body">
{{> stream_types }}
</div>
<div class="modal-footer">
<button class="button rounded close-modal-btn" data-dismiss="modal">{{t "Cancel" }}</button>
<button class="button rounded btn-danger" id="change-stream-privacy-button"
tabindex="-1" data-stream-id="{{stream_id}}">
{{t "Save changes"}}
</button>
</div>
</div>
| Fix translation tags in subscription_stream_privacy modal. | i18n: Fix translation tags in subscription_stream_privacy modal.
| Handlebars | apache-2.0 | punchagan/zulip,andersk/zulip,eeshangarg/zulip,zulip/zulip,eeshangarg/zulip,punchagan/zulip,andersk/zulip,hackerkid/zulip,hackerkid/zulip,rht/zulip,eeshangarg/zulip,hackerkid/zulip,rht/zulip,zulip/zulip,eeshangarg/zulip,kou/zulip,rht/zulip,zulip/zulip,rht/zulip,andersk/zulip,hackerkid/zulip,zulip/zulip,andersk/zulip,zulip/zulip,punchagan/zulip,hackerkid/zulip,andersk/zulip,punchagan/zulip,rht/zulip,kou/zulip,kou/zulip,zulip/zulip,rht/zulip,andersk/zulip,punchagan/zulip,kou/zulip,kou/zulip,andersk/zulip,eeshangarg/zulip,rht/zulip,punchagan/zulip,eeshangarg/zulip,punchagan/zulip,kou/zulip,eeshangarg/zulip,kou/zulip,hackerkid/zulip,hackerkid/zulip,zulip/zulip |
6160743b671baf97f442baf52ddca51bb2545c4a | SingularityUI/app/templates/taskDetail/taskLatestLog.hbs | SingularityUI/app/templates/taskDetail/taskLatestLog.hbs | <div class="page-header">
<h2>
Logs
</h2>
</div>
<div class="row">
<div class="col-md-4">
<h4>
Latest Log Output:
{{#if data.isStillRunning}}
<a href="{{ appRoot }}/task/{{ data.taskId }}/tail/{{ substituteTaskId config.runningTaskLogPath data.taskId }}" title="Log">
<span class="glyphicon glyphicon-file"></span> {{{removeTaskId config.runningTaskLogPath}}}
</a>
{{else}}
<a href="{{ appRoot }}/task/{{ data.taskId }}/tail/{{ substituteTaskId config.finishedTaskLogPath data.taskId }}" title="Log">
<span class="glyphicon glyphicon-file"></span> {{{removeTaskId config.finishedTaskLogPath}}}
</a>
</h4>
{{/if}}
</div>
</div>
| <div class="page-header">
<h2>
Logs
</h2>
</div>
<div class="row">
<div class="col-md-4">
<h4>
{{#if data.isStillRunning}}
<a href="{{ appRoot }}/task/{{ data.taskId }}/tail/{{ substituteTaskId config.runningTaskLogPath data.taskId }}" title="Log">
<span class="glyphicon glyphicon-file"></span> {{{removeTaskId config.runningTaskLogPath}}}
</a>
{{else}}
<a href="{{ appRoot }}/task/{{ data.taskId }}/tail/{{ substituteTaskId config.finishedTaskLogPath data.taskId }}" title="Log">
<span class="glyphicon glyphicon-file"></span> {{{removeTaskId config.finishedTaskLogPath}}}
</a>
</h4>
{{/if}}
</div>
</div>
| Remove title and leave just link | Remove title and leave just link
| Handlebars | apache-2.0 | HubSpot/Singularity,hs-jenkins-bot/Singularity,hs-jenkins-bot/Singularity,hs-jenkins-bot/Singularity,andrhamm/Singularity,andrhamm/Singularity,HubSpot/Singularity,andrhamm/Singularity,grepsr/Singularity,HubSpot/Singularity,grepsr/Singularity,grepsr/Singularity,HubSpot/Singularity,andrhamm/Singularity,grepsr/Singularity,HubSpot/Singularity,andrhamm/Singularity,hs-jenkins-bot/Singularity,hs-jenkins-bot/Singularity,grepsr/Singularity,grepsr/Singularity |
cebd9e9145db418fb8f5c887f0fc7101b5c336c2 | views/add.handlebars | views/add.handlebars | <!doctype html>
<html>
<head>
<title>My HCI Friends</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/bootstrap-theme.css" rel="stylesheet">
<link href="css/hci-friends.css" rel="stylesheet">
</head>
<body>
<a href="/">Back </a>
</body>
</html> | <!doctype html>
<html>
<head>
<title>My HCI Friends</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/bootstrap-theme.css" rel="stylesheet">
<link href="css/hci-friends.css" rel="stylesheet">
</head>
<body>
<div class="container">
<br/>
<a href="/"><p>Back</p> </a>
</div>
</body>
</html> | Improve visibility of back button | Improve visibility of back button
| Handlebars | mit | billyandika/nutriton,billyandika/nutriton,billyandika/nutriton |
ddcbc56ddd4d3f6ad2bcad3eb31251604c0f09dd | src/templates/partials/scripts.hbs | src/templates/partials/scripts.hbs | <!-- jQuery -->
<script src="https://code.jquery.com/jquery.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="{{assets}}/js/main.js"></script>
{{!-- Guidebook --}}
<script src="guidebook/js/vendor/xrayhtml.js"></script>
<script src="guidebook/js/vendor/prism.js"></script>
<script src="guidebook/js/vendor/zeroclipboard/ZeroClipboard.js"></script>
<script src="guidebook/js/guidebook.js"></script>
| <!-- jQuery -->
<script src="{{assets}}/js/libs/jquery/jquery.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="{{assets}}/js/main.js"></script>
{{!-- Guidebook --}}
<script src="guidebook/js/vendor/xrayhtml.js"></script>
<script src="guidebook/js/vendor/prism.js"></script>
<script src="guidebook/js/vendor/zeroclipboard/ZeroClipboard.js"></script>
<script src="guidebook/js/guidebook.js"></script>
| Change to use local jquery | Change to use local jquery
| Handlebars | mit | benoitdeziel/backpack,openfire3/backpack,openfire3/backpack,benoitdeziel/backpack |
a2512ecf745594b2f671146b20e253eb8e1c636a | plugins/poll/assets/javascripts/discourse/templates/poll.js.handlebars | plugins/poll/assets/javascripts/discourse/templates/poll.js.handlebars | <table>
{{#each poll.options}}
<tr {{bind-attr class=checked:active}} {{action selectOption option}}>
<td class="radio"><input type="radio" name="poll" {{bind-attr checked=checked disabled=controller.loading}}></td>
<td class="option">
<div class="option">
{{option}}
</div>
{{#if controller.showResults}}
<div class="result">{{i18n poll.voteCount count=votes}}</div>
{{/if}}
</td>
</tr>
{{/each}}
</table>
<button {{action toggleShowResults}}>
{{#if showResults}}
{{i18n poll.results.hide}}
{{else}}
{{i18n poll.results.show}}
{{/if}}
</button>
{{#if loading}}
<i class="fa fa-spin fa-spinner"></i>
{{/if}}
| <table>
{{#each poll.options}}
<tr {{bind-attr class=checked:active}} {{action selectOption option}}>
<td class="radio"><input type="radio" name="poll" {{bind-attr checked=checked disabled=controller.loading}}></td>
<td class="option">
<div class="option">
{{{ option }}}
</div>
{{#if controller.showResults}}
<div class="result">{{i18n poll.voteCount count=votes}}</div>
{{/if}}
</td>
</tr>
{{/each}}
</table>
<button {{action toggleShowResults}}>
{{#if showResults}}
{{i18n poll.results.hide}}
{{else}}
{{i18n poll.results.show}}
{{/if}}
</button>
{{#if loading}}
<i class="fa fa-spin fa-spinner"></i>
{{/if}}
| Allow poll options to contain rendered code by not escaping it. | Allow poll options to contain rendered code by not escaping it.
| Handlebars | mit | natefinch/discourse,natefinch/discourse |
36a147e4e1ac13337403b5c874528916b4f732a0 | addon/templates/components/form-submission.hbs | addon/templates/components/form-submission.hbs | {{#if cancel}}
{{form-submission-button
action=cancelAction
disabled=formIsSubmitted
text=cancelText
type='reset'
}}
{{/if}}
{{#if delete}}
{{form-submission-button
action=deleteAction
disabled=formIsSubmitted
text=deleteText
}}
{{/if}}
{{#if save}}
{{form-submission-button
action=saveAction
disabled=formIsSubmitted
text=saveText
type='submit'
}}
{{/if}}
{{#if formIsSubmitted}}
{{partial 'form-is-submitted'}}
{{/if}}
| {{#if cancel}}
{{form-submission-button
action=cancelAction
disabled=disabled
text=cancelText
type='reset'
}}
{{/if}}
{{#if delete}}
{{form-submission-button
action=deleteAction
disabled=disabled
text=deleteText
}}
{{/if}}
{{#if save}}
{{form-submission-button
action=saveAction
disabled=disabled
text=saveText
type='submit'
}}
{{/if}}
| Disable the button based on what is passed into the parent component | Disable the button based on what is passed into the parent component
| Handlebars | mit | spark/ember-easy-form-extensions,spark/ember-easy-form-extensions |
6a31855d5a25d1922f63df24cff63d36eb783fe0 | app/components/layer-wiki/template.hbs | app/components/layer-wiki/template.hbs | <div class="">
{{edit-text showSettings=showSettings editMode=editMode layer=layer type="title"}}
<div class="wiki-markdown">
{{markdown-to-html layer.wikiContent}}
</div>
{{#if editMode}}
{{#if showSelect}}
{{#power-select
options=wikis
selected=currentWiki
onchange=(action "selectWiki") as |wiki|}}
{{wiki.name}}
{{/power-select}}
{{else}}
<div class="select-box p-v-md m-t-md" {{action 'showSelect'}}>
<p>
{{#if layer.wikiContent}}
Change selection
{{else}}
Select a wiki page
{{/if}}
</p>
</div>
{{/if}}
{{/if}}
{{#if layer.settings.values.addShowMore}}
<div class="show-more">
Show more
</div>
{{/if}}
</div> | <div class="">
{{edit-text showSettings=showSettings editMode=editMode layer=layer type="title"}}
<div class="wiki-markdown">
{{markdown-to-html layer.wikiContent}}
</div>
{{#if editMode}}
{{#if showSelect}}
<div class="m-v-lg">
{{#power-select
options=wikis
selected=currentWiki
onchange=(action "selectWiki") as |wiki|}}
{{wiki.name}}
{{/power-select}}
</div>
{{else}}
<div class="select-box p-v-md m-v-lg" {{action 'showSelect'}}>
<p>
{{#if layer.wikiContent}}
Change selection
{{else}}
Select a wiki page
{{/if}}
</p>
</div>
{{/if}}
{{/if}}
{{#if layer.settings.values.addShowMore}}
<div class="show-more">
Show more
</div>
{{/if}}
</div> | Fix layout in wiki selection | Fix layout in wiki selection
| Handlebars | apache-2.0 | caneruguz/osfpages,Rytiggy/osfpages,caneruguz/osfpages,Rytiggy/osfpages |
0519754355d7d3fbb2d6817172c27a2b974c8e2c | website-guts/templates/components/modals/contact_sales_thank_you.hbs | website-guts/templates/components/modals/contact_sales_thank_you.hbs | ---
layout: modal_wrapper.hbs
wrapper_id: contact-sales-thank-you-wrap
data_modal_id: contact-sales-thank-you
data_modal_name: contact-sales-thank-you
modal_title: Thank you
#modal_sub_header: "Please tell us about yourself and your company (all fields required):"
#primary_button_text: Contact Sales
negative_button_text: Sounds good
---
<h4>Thanks for contacting us. A member from our Sales team will be in touch shortly. In the meantime, check out our <a href="/resources">resources</a> to start planning your optimization program.</h4>
| ---
layout: modal_wrapper.hbs
wrapper_id: contact-sales-thank-you-wrap
data_modal_id: contact-sales-thank-you
data_modal_name: contact-sales-thank-you
modal_title: Thank you
#modal_sub_header: "Please tell us about yourself and your company (all fields required):"
#primary_button_text: Contact Sales
negative_button_text: Sounds good
---
<h4>Thanks for contacting us. We will be in touch shortly. In the meantime, check out our <a href="/resources">resources</a> to start planning your optimization program.</h4>
| Change copy for contact sales thank you. | Change copy for contact sales thank you.
| Handlebars | mit | CilantroOrg/CilantroVegOrg,CilantroOrg/CilantroVegOrg,CilantroOrg/CilantroVegOrg |
ed2c9904bbfd99f2314704cb581c1194065b8dc5 | app/templates/components/dashboard-agenda.hbs | app/templates/components/dashboard-agenda.hbs | {{#if weeksEvents.length}}
<table>
<tbody>
{{#each weeksEvents as |event|}}
{{#if event.isBlanked}}
<tr>
<td class='event-date'>{{moment-format event.startDate 'dddd, MMMM Do, YYYY h:mma'}}</td>
<td>{{event.name}}</td>
<td>{{event.location}}</td>
<td>{{recently-updated-display lastModified=event.lastModified}}</td>
</tr>
{{/if}}
{{#unless event.isBlanked}}
<tr class='clickable'>
<td class='event-date'>{{fa-icon 'external-link-square'}} {{#link-to 'events' event.slug}}{{moment-format event.startDate 'dddd, MMMM Do, YYYY h:mma'}}{{/link-to}}</td>
<td>{{#link-to 'events' event.slug}}{{event.name}}{{/link-to}}</td>
<td>{{#link-to 'events' event.slug}}{{event.location}}{{/link-to}}</td>
<td>{{recently-updated-display lastModified=event.lastModified}}</td>
</tr>
{{/unless}}
{{/each}}
</tbody>
</table>
{{else}}
{{t 'dashboard.noEvents'}}
{{/if}}
| {{#liquid-if weeksEvents.isFulfilled}}
{{#if weeksEvents.length}}
<table>
<tbody>
{{#each weeksEvents as |event|}}
{{#if event.isBlanked}}
<tr>
<td class='event-date'>{{moment-format event.startDate 'dddd, MMMM Do, YYYY h:mma'}}</td>
<td>{{event.name}}</td>
<td>{{event.location}}</td>
<td>{{recently-updated-display lastModified=event.lastModified}}</td>
</tr>
{{/if}}
{{#unless event.isBlanked}}
<tr class='clickable'>
<td class='event-date'>{{fa-icon 'external-link-square'}} {{#link-to 'events' event.slug}}{{moment-format event.startDate 'dddd, MMMM Do, YYYY h:mma'}}{{/link-to}}</td>
<td>{{#link-to 'events' event.slug}}{{event.name}}{{/link-to}}</td>
<td>{{#link-to 'events' event.slug}}{{event.location}}{{/link-to}}</td>
<td>{{recently-updated-display lastModified=event.lastModified}}</td>
</tr>
{{/unless}}
{{/each}}
</tbody>
</table>
{{else}}
{{t 'dashboard.noEvents'}}
{{/if}}
{{else}}
<p>{{fa-icon 'spinner' spin=true}} {{t 'calendar.loadingEvents'}}</p>
{{/liquid-if}}
| Add a loading indicator to dashboard events | Add a loading indicator to dashboard events
| Handlebars | mit | gboushey/frontend,gboushey/frontend,djvoa12/frontend,dartajax/frontend,ilios/frontend,jrjohnson/frontend,gabycampagna/frontend,thecoolestguy/frontend,stopfstedt/frontend,dartajax/frontend,stopfstedt/frontend,djvoa12/frontend,thecoolestguy/frontend,jrjohnson/frontend,ilios/frontend,gabycampagna/frontend |
b6012e10adccf2629527d7a05d7cce720ccb6148 | page-template.hbs | page-template.hbs | {{> head}}
<style>
body
{
text-align: center;
}
textarea
{
width: 100%;
height: 400px;
margin-top: 8px;
}
</style>
<form method="post">
<button type="button" onclick="app.copy()">
Copy
</button>
<button type="submit">
Save
</button>
<button type="button" onclick="app.clear() && app.save()">
Clear
</button>
<button type="button" onclick="app.signOut()">
Sign out
</button>
<textarea name="clipboardData">{{clipboardData}}</textarea>
</form>
<script type="text/javascript">
'use strict';
var textarea = document.querySelector('textarea');
var submitButton = document.querySelector('[type="submit"]');
window.app = {};
app.copy = function() {
textarea.select();
document.execCommand('copy');
};
app.save = function() {
submitButton.click();
};
app.clear = function() {
textarea.value = '';
};
app.signOut = function() {
window.location.href = '/sign-out';
};
</script>
| {{> head}}
<style>
body
{
text-align: center;
}
textarea
{
width: 100%;
height: 400px;
margin-top: 8px;
}
</style>
<form method="post">
<button type="button" onclick="app.copy()">
Copy
</button>
<button type="submit">
Save
</button>
<button type="button" onclick="app.clear(); app.save()">
Clear
</button>
<button type="button" onclick="app.signOut()">
Sign out
</button>
<textarea name="clipboardData">{{clipboardData}}</textarea>
</form>
<script type="text/javascript">
'use strict';
var textarea = document.querySelector('textarea');
var submitButton = document.querySelector('[type="submit"]');
window.app = {};
app.copy = function() {
textarea.select();
document.execCommand('copy');
};
app.save = function() {
submitButton.click();
};
app.clear = function() {
textarea.value = '';
};
app.signOut = function() {
window.location.href = '/sign-out';
};
</script>
| Clear button wasn't automatically saving. | fix: Clear button wasn't automatically saving.
| Handlebars | agpl-3.0 | n2liquid/clipboard-server |
49bdc1bbc8c569d7a5d8c02d8feea88432ed1f2b | handlebars/places/results.handlebars | handlebars/places/results.handlebars | {{#results}}
<li data-lon={{ lon }} data-lat={{ lat }}>
<h5>{{ name }}{{openingHours opening_hours }}</h5>
<p class="metadata">{{ address }}</p>
<p class="metadata">{{ phone }}</p>
<p class="metadata">{{ website }}</p>
<p class="metadata">{{humaniseDistance distance }} away</p>
</li>
{{/results}}
| {{#results}}
<li data-lon={{ attributes.lon }} data-lat={{ attributes.lat }}>
<h5>{{ attributes.name }}{{openingHours attributes.opening_hours }}</h5>
<p class="metadata">{{ attributes.address }}</p>
<p class="metadata">{{ attributes.phone }}</p>
<p class="metadata">{{ attributes.website }}</p>
<p class="metadata">{{humaniseDistance attributes.distance }} away</p>
</li>
{{/results}}
| Access attributes on a backbone model. | Access attributes on a backbone model.
| Handlebars | apache-2.0 | ox-it/moxie-js-client,ox-it/moxie-js-client,ox-it/moxie-js-client,ox-it/moxie-js-client |
93de4f4edba9c1805cbd093919ed88e3a16a7baf | lib/templates/xml/RailShopRQ.xml.hbs | lib/templates/xml/RailShopRQ.xml.hbs | <!--"ResponseType" Indicates whether the response should be restricted to Fares or Schedules or provide Availability including, where applicable, Fares.-->
<rs:RailShopRQ Version="1.11.0" ResponseType="Fares" TargetSystem="2V" PrimaryLangID="en-us" xmlns:rs="http://webservices.sabre.com/sabreXML/RCP/rs" xmlns:rcmn="http://webservices.sabre.com/sabreXML/RCP/common">
<rs:OffersSearchCriteria>
<!--A collection of information about the locations for which availability is to be checked. It may be repeated to query availability of each individual train in multiple train segments for a specified route.-->
<rs:AvailQueryCriteria>
<rs:DepartureDateTime>{{date}}</rs:DepartureDateTime>
<rs:OriginAndDestination>
<!--"Origin" Travel origin location.-->
<rs:Origin LocationCode="{{from}}"/>
<!--"Destination" Travel destination location.-->
<rs:Destination LocationCode="{{to}}"/>
</rs:OriginAndDestination>
</rs:AvailQueryCriteria>
</rs:OffersSearchCriteria>
</rs:RailShopRQ>
| <!--"ResponseType" Indicates whether the response should be restricted to Fares or Schedules or provide Availability including, where applicable, Fares.-->
<rs:RailShopRQ Version="1.15.0" ResponseType="Fares" MarketingCarrier="2V" PrimaryLangID="en-us" xmlns:rs="http://webservices.sabre.com/sabreXML/RCP/rs" xmlns:rcmn="http://webservices.sabre.com/sabreXML/RCP/common">
<rs:OffersSearchCriteria>
<!--A collection of information about the locations for which availability is to be checked. It may be repeated to query availability of each individual train in multiple train segments for a specified route.-->
<rs:AvailQueryCriteria>
<rs:DepartureDateTime>{{date}}</rs:DepartureDateTime>
<rs:OriginAndDestination>
<!--"Origin" Travel origin location.-->
<rs:Origin LocationCode="{{from}}"/>
<!--"Destination" Travel destination location.-->
<rs:Destination LocationCode="{{to}}"/>
</rs:OriginAndDestination>
</rs:AvailQueryCriteria>
</rs:OffersSearchCriteria>
</rs:RailShopRQ>
| Update rail schema from 1.11 to 1.15 | fix(rail): Update rail schema from 1.11 to 1.15
| Handlebars | mit | travelbank/sabre-dev-studio-node,travelbank/sabre-dev-studio-node |
8c694b4772dbcc44ba1c94c5cb458e398abd6736 | app/templates/about-room.hbs | app/templates/about-room.hbs | {{#modal-dialog action="closeModal"}}
<h2 class="logo"><span>ShareDrop</span></h2>
<h3>Sharing files between devices in different networks</h3>
<p>
Copy provided address and send it to the other person.
</p>
<p>
{{room-url value=controller.currentUrl disabled="disabled" style="display: block; margin: auto;"}}
</p>
<p>
Once the other person open this page in a browser, you'll see each other's avatars.
</p>
<p>
Drag and drop a file directly on other person's avatar or click the avatar and select the file you want to send. The file transfer will start once the recipient accepts the file.
</p>
<div class="actions">
<button {{action "closeModal"}}>Got it!</button>
</div>
{{/modal-dialog}}
| {{#modal-dialog action="closeModal"}}
<h2 class="logo"><span>ShareDrop</span></h2>
<h3>Sharing files between devices in different networks</h3>
<p>
Copy provided address and send it to the other person.
</p>
<p>
{{room-url value=controller.currentUrl readonly="readonly" style="display: block; margin: auto;"}}
</p>
<p>
Once the other person open this page in a browser, you'll see each other's avatars.
</p>
<p>
Drag and drop a file directly on other person's avatar or click the avatar and select the file you want to send. The file transfer will start once the recipient accepts the file.
</p>
<div class="actions">
<button {{action "closeModal"}}>Got it!</button>
</div>
{{/modal-dialog}}
| Set room-url input to readonly | Set room-url input to readonly
| Handlebars | mit | umeshjakhar/sharedrop,cowbell/sharedrop,rogervaas/sharedrop,umeshjakhar/sharedrop,rogervaas/sharedrop,cowbell/sharedrop |
b7fc98fafd917e3d4cf7f0610199c1b07e722c6c | src/main/web/templates/handlebars/highcharts/config/base/simple-chart-config.handlebars | src/main/web/templates/handlebars/highcharts/config/base/simple-chart-config.handlebars | {{!-- Charts with an array of series data inherits from this base template --}}
{{!-- NOTE: the data output needs to be a continous string and whitespace (line returns) break it --}}
{{#partial "chart-config"}}
{{#if isStacked }}// reverse legend order for stacked bars with a descending order{{/if}}
options.series=[{{#each series}}{
name: "{{{sub (sup this)}}}",
{{#if_eq highlight this}}color:HIGHLIGHT_COLOUR,{{/if_eq}}
{{#if isStacked }}legendIndex: (-{{@index}}),{{/if}}
data: [{{#each data}}{{#if_eq highlight label}}
{
name:"{{{sup (sub (lookup this label))}}}",
color:HIGHLIGHT_COLOUR,
y:{{num (lookup this ../this)}}
},{{else}}{{num (lookup this ../this)}},{{/if_eq}}{{/each}}]
},{{/each}} ];
{{#block "additional-chart-config"}}
{{/block}}
{{/partial}}
{{!-- This denotes the template inherits from base-chart-config--}}
{{> highcharts/config/base/base-chart-config}} | {{!-- Charts with an array of series data inherits from this base template --}}
{{!-- NOTE: the data output needs to be a continous string and whitespace (line returns) break it --}}
{{#partial "chart-config"}}
{{#if isStacked }}// reverse legend order for stacked bars with a descending order{{/if}}
options.series=[{{#each series}}{
name: "{{{sub (sup this)}}}",
{{#if_eq highlight this}}color:HIGHLIGHT_COLOUR,{{/if_eq}}
{{#if isStacked }}legendIndex: (-{{@index}}),{{/if}}
data: [{{#each data}}
{{#if_eq highlight (lookup this headers.0)}}
{
name:"{{{sup (sub (lookup this (lookup this headers.0)))}}}",
color:HIGHLIGHT_COLOUR,
y:{{num (lookup this ../this)}}
},{{else}}{{num (lookup this ../this)}},{{/if_eq}}
{{/each}}]
},{{/each}} ];
{{#block "additional-chart-config"}}
{{/block}}
{{/partial}}
{{!-- This denotes the template inherits from base-chart-config--}}
{{> highcharts/config/base/base-chart-config}} | Fix highlight in bar chart | Fix highlight in bar chart
| Handlebars | mit | ONSdigital/babbage,ONSdigital/babbage,ONSdigital/babbage,ONSdigital/babbage |
e45f0f9981d1e2a2402255af3597127dffea8eb3 | app/assets/javascripts/templates/node-popup/_share.handlebars | app/assets/javascripts/templates/node-popup/_share.handlebars | <div class="node-popup-share btn-group dropdown">
<button class="dropdown-toggle btn" data-toggle="dropdown">
<i class="icon-share"></i>
</button>
<ul class="dropdown-menu" role="menu">
<li>{{ twitter-share osm_id=osm_id name=name lang=I18n.locale }}</li>
<li>{{ facebook-share osm_id=osm_id }}</li>
<li>{{ email-share osm_id=osm_id name=name }}</li>
</ul>
</div>
| <div class="node-popup-share btn-group dropdown">
<button class="dropdown-toggle btn" data-toggle="dropdown">
<i class="icon-share"></i>
</button>
<ul class="dropdown-menu" role="menu">
<li>{{ twitter-share osmId=osm_id name=headline lang=I18n.locale }}</li>
<li>{{ facebook-share osmId=osm_id }}</li>
<li>{{ email-share osmId=osm_id name=headline }}</li>
</ul>
</div>
| Fix share component call parameters. | Fix share component call parameters. | Handlebars | agpl-3.0 | sozialhelden/wheelmap,sozialhelden/wheelmap,sozialhelden/wheelmap,sozialhelden/wheelmap,sozialhelden/wheelmap |
cad1a7fe63543a9a2e3aa74fc5e9f25fbe77607e | app/components/results-page/template.hbs | app/components/results-page/template.hbs | <div class="row">
<h3 class="text-center">{{t 'feedback.title'}}</h3>
<p>{{t 'feedback.firstSection'}}</p>
<p>{{t 'feedback.secondSection'}}</p>
<br>
{{#each feedback as |trait|}}
<div class="row">
<h5>{{t trait.name}}</h5>
<h5>{{t 'feedback.score'}} {{trait.score}}</h5>
<div class="col-md-12 trait trait-border trait-border-bottom">{{t trait.description.high}}</div>
<div class="col-md-12 trait trait-border">{{t trait.description.low}}</div>
</div>
<br>
{{/each}}
<br>
<p><b>{{t 'feedback.thirdSection'}}</b></p>
<p><b>{{t 'feedback.fourthSection'}}</b></p>
</div>
<div class="row exp-controls">
{{#link-to 'exit' class="btn btn-default pull-right"}}
{{t 'thankyou.exitButton'}}
{{/link-to}}
</div>
| <div class="row">
<h3 class="text-center">{{t 'feedback.title'}}</h3>
<p>{{t 'feedback.firstSection'}}</p>
<p>{{t 'feedback.secondSection'}}</p>
<br>
{{#each feedback as |trait|}}
<div class="row">
<h5>{{t trait.name}}</h5>
<h5>{{t 'feedback.score'}} {{trait.score}}
{{#if (gte trait.score 60)}}
High
{{else if (lte trait.score 40)}}
Low
{{else}}
Medium
{{/if}}
</h5>
<div class="col-md-12 trait trait-border trait-border-bottom">{{t trait.description.high}}</div>
<div class="col-md-12 trait trait-border">{{t trait.description.low}}</div>
</div>
<br>
{{/each}}
<br>
<p><b>{{t 'feedback.thirdSection'}}</b></p>
<p><b>{{t 'feedback.fourthSection'}}</b></p>
</div>
<div class="row exp-controls">
{{#link-to 'exit' class="btn btn-default pull-right"}}
{{t 'thankyou.exitButton'}}
{{/link-to}}
</div>
| Add high, med, low labels for scores | Add high, med, low labels for scores
- Scores >= 60 are High
- Scores <= 40 are Low
- Scores in between 40 & 60 are Medium
| Handlebars | apache-2.0 | samanehsan/isp,CenterForOpenScience/isp,CenterForOpenScience/isp,samanehsan/isp,samanehsan/isp,CenterForOpenScience/isp |
4149175b35317fe5ab537d436b123fb573e300ab | app/application/template.hbs | app/application/template.hbs | {{title (t 'general.OSF')}}
<div class="{{routeStyleNamespaceClassSet}} Application">
{{new-osf-navbar signupUrl=signupUrl loginAction=(action 'login')}}
{{maintenance-banner}}
<div class="Application__page">
{{outlet}}
</div>
{{osf-footer}}
{{osf-copyright class='text-center'}}
{{osf-mode-footer}}
</div>
| {{title (t 'general.OSF')}}
{{new-osf-navbar signupUrl=signupUrl loginAction=(action 'login')}}
{{maintenance-banner}}
<div class="{{routeStyleNamespaceClassSet}} Application">
<div class="Application__page">
{{outlet}}
</div>
</div>
{{osf-footer}}
{{osf-copyright class='text-center'}}
{{osf-mode-footer}}
| Move navbar maintenance banner, footer, etc outside the Application div | Move navbar maintenance banner, footer, etc outside the Application div
| Handlebars | apache-2.0 | hmoco/ember-osf-web,hmoco/ember-osf-web,hmoco/ember-osf-web |
5be7d53d13cc4a7254f13382957c8a741eb9b428 | app/views/main.hbs | app/views/main.hbs | <div id="fullscreen-image">
</div>
<div class="center-both landig-page" style="z-index: 1;">
<h1>True Parrot</h1>
<h2>Exchange news and statuses with people from all around the world!</h2>
<a href="/signup">
<button class="ui massive button">Join Now!</button>
</a>
</br>
<a href="#">...or read without login</a>
</div>
| <div id="fullscreen-image">
</div>
<div class="center-both landig-page" style="z-index: 1;">
<h1>True Parrot</h1>
<h2>Exchange news and status updates with people from all around the world!</h2>
<a href="/signup">
<button class="ui massive button">Join Now!</button>
</a>
</br>
<a href="#">...or read without login</a>
</div>
| Fix wording on landing page | Fix wording on landing page
| Handlebars | mit | FritzFlorian/true-parrot,FritzFlorian/true-parrot |
b5593daae135ded8f8fb1c86fc07dd764c661c0b | app/assets/javascripts/discourse/templates/modal/forgot_password.js.handlebars | app/assets/javascripts/discourse/templates/modal/forgot_password.js.handlebars | <div class="modal-body">
<form>
<label for='username-or-email'>{{i18n forgot_password.invite}}</label>
{{textField value=accountEmailOrUsername placeholderKey="login.email_placeholder" id="username-or-email" autocorrect="off" autocapitalize="off"}}
</form>
</div>
<div class="modal-footer">
<button class='btn btn-large btn-primary' {{bindAttr disabled="submitDisabled"}} {{action submit}}>{{i18n forgot_password.reset}}</button>
</div>
| <form>
<div class="modal-body">
<label for='username-or-email'>{{i18n forgot_password.invite}}</label>
{{textField value=accountEmailOrUsername placeholderKey="login.email_placeholder" id="username-or-email" autocorrect="off" autocapitalize="off"}}
</div>
<div class="modal-footer">
<button class='btn btn-large btn-primary' {{bindAttr disabled="submitDisabled"}} {{action submit}}>{{i18n forgot_password.reset}}</button>
</div>
</form>
| Fix bug: pressing enter on the "forgot password" modal does not submit the form | Fix bug: pressing enter on the "forgot password" modal does not submit the form
| Handlebars | mit | tadp/learnswift,tadp/learnswift,natefinch/discourse,natefinch/discourse,tadp/learnswift |
0c951bc9d85c140985b960c701f7f3a304acdc5d | framework/components/_preview.hbs | framework/components/_preview.hbs | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<!-- Google Material UI Icons -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!-- Catchify styles -->
<link rel="stylesheet" href="{{ path '/_base.css' }}">
<link rel="stylesheet" href="{{ path '/_accordion.css' }}">
<link rel="stylesheet" href="{{ path '/_forms.css' }}">
<link rel="stylesheet" href="{{ path '/_buttons.css' }}">
<link rel="stylesheet" href="{{ path '/_modal.css' }}">
<link rel="stylesheet" href="{{ path '/_messages.css' }}">
<link rel="stylesheet" href="{{ path '/_tabs.css' }}">
<title>Preview</title>
</head>
<body>
<div class="container">
{{{ yield }}}
</div>
<script src="{{ path '/bundle.js' }}"></script>
<script src="{{ path '/accordion.js' }}"></script>
<script src="{{ path '/forms.js' }}"></script>
<script src="{{ path '/tabs.js' }}"></script>
<script src="{{ path '/modal.js' }}"></script>
</body>
</html>
| <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<!-- Google Material UI Icons -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!-- Catchify styles -->
<link rel="stylesheet" href="{{ path '/base.css' }}">
<link rel="stylesheet" href="{{ path '/accordion.css' }}">
<link rel="stylesheet" href="{{ path '/forms.css' }}">
<link rel="stylesheet" href="{{ path '/buttons.css' }}">
<link rel="stylesheet" href="{{ path '/modal.css' }}">
<link rel="stylesheet" href="{{ path '/messages.css' }}">
<link rel="stylesheet" href="{{ path '/tabs.css' }}">
<title>Preview</title>
</head>
<body>
<div class="container">
{{{ yield }}}
</div>
<script src="{{ path '/bundle.js' }}"></script>
<script src="{{ path '/accordion.js' }}"></script>
<script src="{{ path '/forms.js' }}"></script>
<script src="{{ path '/tabs.js' }}"></script>
<script src="{{ path '/modal.js' }}"></script>
</body>
</html>
| Update path on fractal files. | Update path on fractal files.
| Handlebars | mit | catchdigital/catchify |
a25d170c6d19ae791d2cf79c57cf3ac866cdfa01 | 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 btn-danger">
<i class="fa fa-remove"></i>
</button>
</td>
</tr>
{{/each}}
<tr>
<td>
{{input value=newUserId type="text" class="form-control"}}
</td>
<td>
<button {{action 'addPermission'}} class="btn btn-xs btn-success">
<i class="fa fa-plus"></i>
</button>
</td>
</tr>
</tbody>
| <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>
</tr>
{{/each}}
<tr>
<td>
{{input value=newUserId type="text" class="form-control" maxlength=6}}
</td>
<td>
<button {{action 'addPermission'}} class="btn btn-xs btn-success">
<i class="fa fa-plus"></i>
</button>
</td>
</tr>
</tbody>
| Add maxlength to new userId input | Add maxlength to new userId input
| Handlebars | apache-2.0 | abought/experimenter,abought/experimenter |
2bc0c157e5d0977541537d7ce271417b3aa5dd8e | app/templates/application.hbs | app/templates/application.hbs | {{title (t (if theme.isProvider 'global.provider_brand' 'global.brand') name=theme.provider.name) separator=(t 'application.separator')}}
{{#if theme.isProvider}}
<style>
{{#if theme.isDomain}}
@import url('/assets/provider_styles.css');
{{else}}
@import url('/preprints/assets/provider_styles.css');
{{/if}}
</style>
<style>
@import url('{{providerAsset theme.id 'style.css'}}');
</style>
{{preprint-navbar-branded model=theme.provider}}
{{else}}
{{new-osf-navbar signupUrl=theme.signupUrl loginAction=(action 'login')}}
{{/if}}
{{maintenance-banner}}
{{donate-banner}}
{{outlet}}
{{#if theme.isProvider}}
{{preprint-footer-branded model=theme.provider}}
{{else}}
{{osf-footer}}
{{osf-copyright class='text-center'}}
{{osf-mode-footer}}
{{/if}}
| {{title (t (if theme.isProvider 'global.provider_brand' 'global.brand') name=theme.provider.name) separator=(t 'application.separator')}}
{{#if theme.isProvider}}
<style>
{{#if theme.isDomain}}
@import url('/assets/provider_styles.css');
{{else}}
@import url('/preprints/assets/provider_styles.css');
{{/if}}
</style>
<style>
@import url('{{providerAsset theme.id 'style.css'}}');
</style>
{{preprint-navbar-branded model=theme.provider}}
{{else}}
{{new-osf-navbar signupUrl=theme.signupUrl loginAction=(action 'login')}}
{{/if}}
{{maintenance-banner}}
{{#unless theme.isProvider}}
{{donate-banner}}
{{/unless}}
{{outlet}}
{{#if theme.isProvider}}
{{preprint-footer-branded model=theme.provider}}
{{else}}
{{osf-footer}}
{{osf-copyright class='text-center'}}
{{osf-mode-footer}}
{{/if}}
| Remove banner from branded preprints | Remove banner from branded preprints
| Handlebars | apache-2.0 | CenterForOpenScience/ember-preprints,baylee-d/ember-preprints,baylee-d/ember-preprints,laurenrevere/ember-preprints,CenterForOpenScience/ember-preprints,laurenrevere/ember-preprints |
173d8b1f5bfa73da9b8f86419025fb85b7282a5e | app/templates/home.hbs | app/templates/home.hbs | {{#if isAdmin}}
<div class="editMenu">
<div class="container p-sm">
You are logged in as Administrator.
<button class="btn-outline-cus pull-right" {{action 'toggleEditMode'}}>{{currentMode}}</button>
</div>
</div>
{{/if}}
{{#each model.layers as |layer index|}}
{{layer-wrapper node=model.node layer=layer layers=model.layers editMode=editMode themes=model.themes index=index}}
{{#if editMode}}
{{add-layer index=index layers=model.layers}}
{{/if}}
{{/each}}
{{layer-footer guid=model.guid}}
<div class="scroll-top" {{action 'scrollToTop'}}>{{fa-icon 'angle-up'}}</div>
| <div class="editMenu">
<div class="container p-sm">
{{#if isAdmin}}You are logged in as Administrator.{{/if}}
<button class="btn-outline-cus pull-right" {{action 'toggleEditMode'}}>{{currentMode}}</button>
</div>
</div>
{{#each model.layers as |layer index|}}
{{layer-wrapper node=model.node layer=layer layers=model.layers editMode=editMode themes=model.themes index=index}}
{{#if editMode}}
{{add-layer index=index layers=model.layers}}
{{/if}}
{{/each}}
{{layer-footer guid=model.guid}}
<div class="scroll-top" {{action 'scrollToTop'}}>{{fa-icon 'angle-up'}}</div>
| Make edit banner always available for demo | Make edit banner always available for demo
| Handlebars | apache-2.0 | Rytiggy/osfpages,Rytiggy/osfpages,caneruguz/osfpages,caneruguz/osfpages |
d2e5c38eba7a0c4496c0de14b39244b24bfe0725 | views/partials/navMenu.handlebars | views/partials/navMenu.handlebars | <header class="main">
<a id="simple-menu" href="#sidr" style="float:left;"><button type="button">Menu</button></a>
<h2 class="logo" style="padding-top:4px;"><a href="/" class="ss-list">Delp!</a></h2>
<div id="sidr">
<ul>
<li><a href="/map">Nearby</a></li>
<li><a href="/favorites">Favorites</a></li>
<li><a href="/events">Events</a></li>
</ul>
</div>
<script src="js/jquery.sidr.min.js"></script>
<script>
$(document).ready(function() {
$('#simple-menu').sidr();
});
</script>
</header> | <header class="main">
<a id="simple-menu" href="#sidr" style="float:left;"><button type="button">Menu</button></a>
<h2 class="logo" style="padding-top:4px;"><a href="/" class="ss-list">Delp!</a></h2>
<div id="sidr">
<ul>
<li><a href="/">Home</a></li>
<li><a href="/map">Nearby</a></li>
<li><a href="/favorites">Favorites</a></li>
<li><a href="/events">Events</a></li>
</ul>
</div>
<script src="js/jquery.sidr.min.js"></script>
<script>
$(document).ready(function() {
$('#simple-menu').sidr();
});
</script>
</header> | Add home button to menu panel | Add home button to menu panel
| Handlebars | mit | kwyngarden/CS147-Project,darylchang/CS147-Project-Alternate,kwyngarden/CS147-Project,darylchang/CS147-Project-Alternate |
0959571cd5e05dcf2c142c558840237a471ca6a6 | frontend/app/templates/components/connected-slave-node-block.hbs | frontend/app/templates/components/connected-slave-node-block.hbs | <div class="right floated content">
{{#link-to 'home.connected.view' slave.uuid}}
<div class="ui basic button">
View Node
</div>
{{/link-to}}
</div>
<div class="content">
<div class="header">{{slave.name}}</div>
<div class="description">
First connected {{moment-from-now slave.firstConnectedAt}},
{{#if slave.isPaused}}
is current paused.
{{else}}
is currently playing audio.
{{/if}}
</div>
</div> | <div class="right floated content">
{{#link-to 'home.connected.view' slave.uuid}}
<div class="ui basic button">
View Node
</div>
{{/link-to}}
</div>
<div class="content">
<div class="header">{{slave.name}}</div>
<div class="description">
First connected {{moment-from-now slave.firstConnectedAt}},
{{#if slave.isPaused}}
is currently paused.
{{else}}
is currently playing audio.
{{/if}}
</div>
</div> | Fix typo in message indicating a slave node is paused | Fix typo in message indicating a slave node is paused
| Handlebars | mit | welchbj/spotnet,welchbj/spotnet,welchbj/spotnet |
a8d7293af77079cf56726f85a01afd39484cb3fe | src/pages/examples/zooming-to-all-features-1.hbs | src/pages/examples/zooming-to-all-features-1.hbs | ---
title: Zoom to all features
description: Fitting the map to the boundaries of all features in the layer by querying the service. More information about Feature Layers can be found in the <a href="../api-reference/layers/feature-layer.html">L.esri.FeatureLayer</a> documentation.
layout: example.hbs
---
<div id="map"></div>
<script>
var map = L.map('map').setView([45.526, -122.667], 5);
L.esri.basemapLayer('Streets').addTo(map);
var trees = L.esri.featureLayer({
url: 'https://services.arcgis.com/rOo16HdIMeOBI4Mb/arcgis/rest/services/Heritage_Trees_Portland/FeatureServer/0'
}).addTo(map);
trees.query().bounds(function (error, latlngbounds) {
map.fitBounds(latlngbounds);
});
</script>
| ---
title: Zoom to all features
description: Fitting the map to the boundaries of all features in the layer by querying the service. More information about Feature Layers can be found in the <a href="../api-reference/layers/feature-layer.html">L.esri.FeatureLayer</a> documentation.
layout: example.hbs
---
<div id="map"></div>
<script>
var map = L.map('map').setView([34.33, -118.50], 5);
L.esri.basemapLayer('Streets').addTo(map);
var trails = L.esri.featureLayer({
url: 'https://public.gis.lacounty.gov/public/rest/services/LACounty_Dynamic/LMS_Data_Public/MapServer/18'
}).addTo(map);
trails.query().bounds(function (error, latlngbounds) {
map.fitBounds(latlngbounds);
});
</script>
| Update example using LA County (CA) open data | Update example using LA County (CA) open data
| Handlebars | apache-2.0 | Esri/esri-leaflet-doc |
6f2c978a6b4af3375ace6eed40edf165226fd033 | templates/cta-widget.hbs | templates/cta-widget.hbs | <iframe width="100" height="50">
<!doctype html>
<head>
<title></title>
</head>
<body>
Hello world.
</body>
</html>
</iframe>
| <iframe width="100" height="50">
<!doctype html>
<head>
<base target="_self">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Referral SaaSquatch Dollar Credit Theme</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<main>
Hello world.
</main>
</body>
</html>
</iframe>
| Include cta as an iframe | Include cta as an iframe
| Handlebars | apache-2.0 | saasquatch/default-theme,saasquatch/dollar-credit-theme,saasquatch/dollar-credit-theme,saasquatch/default-theme |
fa87d4ce5782641d3128750f4774ec1362f2173f | app/contributors/profile/contributions/template.hbs | app/contributors/profile/contributions/template.hbs | <section>
{{#each (sort-by "date:desc" model.contributions) as |contribution|}}
<div class="user-contribution">
<div class="title">
<h2>
{{moment-format contribution.date "DD.MM.YYYY"}}
{{#with contribution.title as |title|}}
– {{title}}
{{/with}}
</h2>
{{#if (can "edit contribution" item)}}
{{#link-to "edit-contribution" item}}
{{fa-icon "pencil"}}
{{/link-to}}
{{/if}}
</div>
{{#with contribution.link as |link|}}
<a href={{link}}>{{link}}</a>
{{/with}}
{{~contribution-description description=contribution.description~}}
</div>
{{/each}}
</section>
| <section>
{{#each (sort-by "date:desc" model.contributions) as |contribution|}}
<div class="user-contribution">
<div class="title">
<h2>
{{moment-format contribution.date "DD.MM.YYYY"}}
{{#with contribution.title as |title|}}
– {{title}}
{{/with}}
</h2>
{{#if (can "edit contribution" contribution)}}
{{#link-to "edit-contribution" contribution}}
{{fa-icon "pencil"}}
{{/link-to}}
{{/if}}
</div>
{{#with contribution.link as |link|}}
<a href={{link}}>{{link}}</a>
{{/with}}
{{~contribution-description description=contribution.description~}}
</div>
{{/each}}
</section>
| Fix wrong var name for contribution. | Fix wrong var name for contribution.
Fixes #55
| Handlebars | mit | opensource-challenge/opensource-challenge-client,opensource-challenge/opensource-challenge-client |
2fbbcb6cb50216a140c84b8d1235f0e7517531c4 | app/templates/components/letter-citation.hbs | app/templates/components/letter-citation.hbs | <aside class="citation">
<h2 class="citation_heading">{{t 'citation'}}</h2>
<span class="citation_overline">{{t 'historicCriticalEdition'}}</span>
<h2 class="citation_heading">
<a href="{{content.brief_url}}" target="_blank">Leibniz, Gottfried Wilhelm: Sämtliche Schriften und Briefe</a>
</h2>
{{!TODO: Translate}}
<p>Hrsg. v. Berlin-Brandenburgischen Akademie der Wissenschaften / Akademie der Wissenschaften zu Göttingen</p>
<h3 class="citation_sub-heading">{{t 'permaLink'}}</h3>
<input class="citation_input" type="url" value="{{content.brief_url}}">
{{yield}}
</aside>
| <aside class="citation">
<h2 class="citation_heading">{{t 'citation'}}</h2>
<span class="citation_overline">{{t 'historicCriticalEdition'}}</span>
<h2 class="citation_heading">
<a href="{{content.brief_url}}" target="_blank">Leibniz, Gottfried Wilhelm: Sämtliche Schriften und Briefe</a>
</h2>
{{!TODO: Translate}}
<p>Hrsg. v. Berlin-Brandenburgischen Akademie der Wissenschaften / Akademie der Wissenschaften zu Göttingen</p>
<h3 class="citation_sub-heading">{{t 'permaLink'}}</h3>
<input class="citation_input" type="url" value="{{content.brief_url}}" readonly>
{{yield}}
</aside>
| Make persistent URL input read-only | Make persistent URL input read-only
| Handlebars | agpl-3.0 | subugoe/leibniz-frontend,subugoe/leibniz-frontend |
c6368f56380516b60aac9ef9e3daa8f7d0dbca3d | static/templates/user_presence_row.hbs | static/templates/user_presence_row.hbs | <li data-user-id="{{user_id}}" class="user_sidebar_entry {{#if num_unread}} user-with-count {{/if}} narrow-filter {{#if faded}} user-fade {{/if}}">
<div class="selectable_sidebar_block">
<span class="{{user_circle_class}} user_circle"></span>
<a class="user-presence-link"
href="{{href}}"
data-user-id="{{user_id}}"
data-name="{{name}}">
<span class="user-name">{{name}}</span>
{{#if status_emoji_info}}
{{#if status_emoji_info.emoji_alt_code}}
<div class="emoji_alt_code"> :{{status_emoji_info.emoji_name}}:</div>
{{else}}
{{#if status_emoji_info.url}}
<img src="{{status_emoji_info.url}}" class="emoji status_emoji" />
{{else}}
<div class="emoji status_emoji emoji-{{status_emoji_info.emoji_code}}"></div>
{{/if}}
{{/if}}
{{/if}}
</a>
<span class="unread_count">{{#if num_unread}}{{num_unread}}{{/if}}</span>
</div>
<span class="user-list-sidebar-menu-icon"><i class="zulip-icon zulip-icon-ellipsis-v-solid" aria-hidden="true"></i></span>
</li>
| <li data-user-id="{{user_id}}" class="user_sidebar_entry {{#if is_current_user}}user_sidebar_entry_me {{/if}}{{#if num_unread}} user-with-count {{/if}} narrow-filter {{#if faded}} user-fade {{/if}}">
<div class="selectable_sidebar_block">
<span class="{{user_circle_class}} user_circle"></span>
<a class="user-presence-link"
href="{{href}}"
data-user-id="{{user_id}}"
data-name="{{name}}">
<span class="user-name">{{name}}</span>
{{#if status_emoji_info}}
{{#if status_emoji_info.emoji_alt_code}}
<div class="emoji_alt_code"> :{{status_emoji_info.emoji_name}}:</div>
{{else}}
{{#if status_emoji_info.url}}
<img src="{{status_emoji_info.url}}" class="emoji status_emoji" />
{{else}}
<div class="emoji status_emoji emoji-{{status_emoji_info.emoji_code}}"></div>
{{/if}}
{{/if}}
{{/if}}
</a>
<span class="unread_count">{{#if num_unread}}{{num_unread}}{{/if}}</span>
</div>
<span class="user-list-sidebar-menu-icon"><i class="zulip-icon zulip-icon-ellipsis-v-solid" aria-hidden="true"></i></span>
</li>
| Add a self class to the current user entry. | buddy_list: Add a self class to the current user entry.
| Handlebars | apache-2.0 | kou/zulip,rht/zulip,andersk/zulip,zulip/zulip,eeshangarg/zulip,eeshangarg/zulip,eeshangarg/zulip,andersk/zulip,zulip/zulip,kou/zulip,eeshangarg/zulip,kou/zulip,andersk/zulip,eeshangarg/zulip,rht/zulip,kou/zulip,eeshangarg/zulip,kou/zulip,zulip/zulip,kou/zulip,rht/zulip,andersk/zulip,rht/zulip,zulip/zulip,zulip/zulip,rht/zulip,zulip/zulip,rht/zulip,andersk/zulip,andersk/zulip,kou/zulip,andersk/zulip,eeshangarg/zulip,rht/zulip,zulip/zulip |
fe7ea41425fc04a9dae1a86a434f48c51c83b92d | assets/scripts/app/templates/layouts/profile.hbs | assets/scripts/app/templates/layouts/profile.hbs | <div id="top">
{{render "top"}}
</div>
<div id="left">
{{outlet left}}
</div>
<div id="main">
{{render "flash"}}
{{outlet main}}
</div>
<div id="right">
<div id="slider" {{action "toggle" target="Travis.slider"}}>
<div class='icon'></div>
</div>
<div class="box">
<h4>Getting started?</h4>
<p>
Please read our <a href="http://docs.travis-ci.com/user/getting-started">guide</a>.
You'll be up and running in no time!
</p>
<p>
You can find detailed docs on our <a href="http://docs.travis-ci.com">documentation</a> site.
</p>
<p>
If you need help please don’t hesitate to join
<a href="irc://irc.freenode.net#travis">#travis</a> on irc.freenode.net
or our <a href="http://groups.google.com/group/travis-ci">mailing list</a>.
</p>
</div>
</div>
| <div id="top">
{{render "top"}}
</div>
<div id="left">
{{outlet left}}
</div>
<div id="main">
{{render "flash"}}
{{outlet main}}
</div>
<div id="right">
<div id="slider" {{action "toggle" target="Travis.slider"}}>
<div class='icon'></div>
</div>
<div class="box">
<h4>Getting started?</h4>
<p>
Please read our <a href="http://docs.travis-ci.com/user/getting-started">guide</a>.
You'll be up and running in no time!
</p>
<p>
You can find detailed docs on our <a href="http://docs.travis-ci.com">documentation</a> site.
</p>
<p>
If you need help <a href="http://stackoverflow.com/questions/ask?tags=travis-ci">ask a question</a> or hop on <a href="irc://irc.freenode.net#travis">#travis</a> on irc.freenode.net
</p>
</div>
</div>
| Change link from mailing list to stack overflow. | Change link from mailing list to stack overflow.
| Handlebars | mit | fauxton/travis-web,fotinakis/travis-web,travis-ci/travis-web,2947721120/travis-web,mjlambert/travis-web,2947721120/travis-web,Tiger66639/travis-web,jlrigau/travis-web,fotinakis/travis-web,travis-ci/travis-web,fauxton/travis-web,jlrigau/travis-web,fauxton/travis-web,travis-ci/travis-web,2947721120/travis-web,Tiger66639/travis-web,jlrigau/travis-web,fotinakis/travis-web,2947721120/travis-web,jlrigau/travis-web,mjlambert/travis-web,Tiger66639/travis-web,mjlambert/travis-web,mjlambert/travis-web,fotinakis/travis-web,fauxton/travis-web,Tiger66639/travis-web,travis-ci/travis-web |
caeb9515d99992d846eca4be6551d4071e9604a3 | templates/_ds-action-menu.hbs | templates/_ds-action-menu.hbs | <div data-ds-hide="display" class="btn-group" align="left">
<button type="button"
class="btn btn-default btn-xs dropdown-toggle"
data-toggle="dropdown">
<span class="caret"></span>
</button>
<ul class="dropdown-menu dropdown-menu-right ds-action-menu" role="menu">
{{actions 'presentation-actions'}}
</ul>
</div>
| <div data-ds-hide="display edit" class="btn-group" align="left">
<button type="button"
class="btn btn-default btn-xs dropdown-toggle"
data-toggle="dropdown">
<span class="caret"></span>
</button>
<ul class="dropdown-menu dropdown-menu-right ds-action-menu" role="menu">
{{actions 'presentation-actions'}}
</ul>
</div>
| Hide the presentation action menu in edit mode | Hide the presentation action menu in edit mode
| Handlebars | apache-2.0 | filippog/tessera,Slach/tessera,aalpern/tessera,jmptrader/tessera,section-io/tessera,tessera-metrics/tessera,section-io/tessera,urbanairship/tessera,Slach/tessera,jmptrader/tessera,tessera-metrics/tessera,urbanairship/tessera,filippog/tessera,jmptrader/tessera,tessera-metrics/tessera,tessera-metrics/tessera,Slach/tessera,urbanairship/tessera,jmptrader/tessera,urbanairship/tessera,section-io/tessera,section-io/tessera,aalpern/tessera,urbanairship/tessera,Slach/tessera,filippog/tessera,aalpern/tessera,aalpern/tessera,jmptrader/tessera,tessera-metrics/tessera,aalpern/tessera |
bf5a2ab638e330b397fad545b95e44b32592be75 | app/templates/showcase/social-buttons.hbs | app/templates/showcase/social-buttons.hbs | <div class="bs-social">
<ul class="bs-social-buttons">
<li>
<iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=bootstrap-for-ember&repo=bootstrap-for-ember&type=watch&count=true" width="100" height="20" title="Star on GitHub"></iframe>
</li>
<li>
<iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=bootstrap-for-ember&repo=bootstrap-for-ember&type=fork&count=true" width="102" height="20" title="Fork on GitHub"></iframe>
</li>
<li class="follow-btn">
<a href="https://twitter.com/bs_for_ember" class="twitter-follow-button" data-link-color="#0069D6" data-show-count="true">Follow @bs_for_ember</a>
</li>
</ul>
</div>
| <div class="bs-social">
<ul class="bs-social-buttons">
<li>
<iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=ember-addons&repo=bootstrap-for-ember&type=watch&count=true" width="100" height="20" title="Star on GitHub"></iframe>
</li>
<li>
<iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=ember-addons&repo=bootstrap-for-ember&type=fork&count=true" width="102" height="20" title="Fork on GitHub"></iframe>
</li>
<li class="follow-btn">
<a href="https://twitter.com/bs_for_ember" class="twitter-follow-button" data-link-color="#0069D6" data-show-count="true">Follow @bs_for_ember</a>
</li>
</ul>
</div>
| Fix for broken github links in showcase. | Fix for broken github links in showcase.
| Handlebars | apache-2.0 | ember-addons/bootstrap-for-ember,ritesh83/bootstrap-for-ember,ritesh83/bootstrap-for-ember,duereg/bootstrap-for-ember,rpharrison/bootstrap-for-ember,rpharrison/bootstrap-for-ember |
8da75a75b757c994d8396bea8b108dc1ca5f34a7 | frontend/app/templates/components/find-broadcasts/navigation/distribute-budget.hbs | frontend/app/templates/components/find-broadcasts/navigation/distribute-budget.hbs | <div class="ui centered grid">
<div class="row">
<div class="center aligned column">
<div class="ui basic right pointing label">
{{recentPositives}}
<i class="{{if (gt recentPositives 0) 'red' 'grey'}} heart icon"></i>
</div>
{{#link-to 'invoice' class=(concat 'ui' buttonCss 'button find-broadcasts-navigation-distribute-button')}}
{{t 'find-broadcasts.navigation.buttons.distribute'}}
{{/link-to}}
</div>
</div>
</div>
{{yield}}
| <div class="ui centered grid">
<div class="row">
<div class="center aligned column">
<div class="ui basic right pointing label">
<i class="plus icon"></i>
{{recentPositives}}
<i class="{{if (gt recentPositives 0) 'red' 'grey'}} heart icon"></i>
</div>
{{#link-to 'invoice' class=(concat 'ui' buttonCss 'button find-broadcasts-navigation-distribute-button')}}
{{t 'find-broadcasts.navigation.buttons.distribute'}}
{{/link-to}}
</div>
</div>
</div>
{{yield}}
| Add plus icon next to "distribute budget" button | Add plus icon next to "distribute budget" button
Yesterday, @applejax pointed out it's not quite intuitive what the
heart counter actually counts: It's the number of supported broadcasts
without an amount, i.e. those broadcasts that will be updated when the
user visits "My broadasts". I try to communicate the "just now" with
the plus symbol.
| Handlebars | mit | roschaefer/rundfunk-mitbestimmen,roschaefer/rundfunk-mitbestimmen,roschaefer/rundfunk-mitbestimmen |
bc1a3327f474a1c1c178e12b3ed445d8c2218082 | src/pages/index.hbs | src/pages/index.hbs | ---
layout: partials.hbs
no-navigation: true
body-class: dark
partials:
-
type: video
autoplay: true
loop: true
muted: true
file: /content/video/flythrough.mp4
-
type: vision
title: There is a better way
background: '#38ffa1'
image:
src: /content/images/icons/Iteam-icon-01.png
alt: Ruler icon
position: left
text: We are a purely agile company that develops stuff™ – primarily using web technologies. We prioritize delivering value over everything else. We challenge ideas, current paradigms and beliefs – be them technology, methodology or the thing our client just asked us for. We believe there is a better way.
-
type: text
mdtext: src/pages/startpage
image:
src: /content/images/icons/Iteam-icon-07.png
alt: Arrow icon
position: left
-
type: services
-
type: instagram
social-media:
instagram: iteam1337
instagram-count: 4
instagram-resolution: high
-
type: contact
title: "Sounds about right? Let us know!"
url: https://iteamsolutions.slack.com/services/hooks/incoming-webhook?token=QPESKvJRIkpT8aH46D7ttAQk
method: POST
-
type: easteregg
---
| ---
layout: partials.hbs
no-navigation: true
body-class: dark
partials:
-
type: video
autoplay: true
loop: true
muted: true
file: /content/video/flythrough.mp4
-
type: vision
title: There is a better way
background: '#38ffa1'
image:
src: /content/images/icons/Iteam-icon-01.png
alt: Ruler icon
position: left
text: We are a purely agile company that develops stuff™ – primarily using web technologies. We prioritize delivering value over everything else. We challenge ideas, current paradigms and beliefs – be them technology, methodology or the thing our client just asked us for. We believe there is a better way.
-
type: text
mdtext: src/pages/startpage
image:
src: /content/images/icons/Iteam-icon-07.png
alt: Arrow icon
position: left
-
type: services
-
type: instagram
social-media:
instagram: iteam1337
instagram-count: 4
instagram-resolution: high
-
type: contact
title: "Sounds about right? Let us know!"
url: https://iteamsolutions.slack.com/services/hooks/incoming-webhook?token=QPESKvJRIkpT8aH46D7ttAQk
method: POST
---
| Remove easter-egg from start page, already added in default | Remove easter-egg from start page, already added in default
| Handlebars | mit | Iteam1337/iteam.se,Iteam1337/docpad-gulp,Iteam1337/iteam.se,Iteam1337/docpad-gulp |
7a46ac4d12641cf5b4b222aa1e34c08b29299809 | src/main/web/templates/handlebars/partials/related/timeseries-tool.handlebars | src/main/web/templates/handlebars/partials/related/timeseries-tool.handlebars | <div class="box__content background--iron-light padding-top-sm--2 padding-top-md--2 padding-right-sm--1 padding-right-md--1 padding-bottom-md--1 padding-left-sm--1 padding-left-md--1 margin-bottom-sm--2 margin-bottom-md--2 js-hover">
<span class="icon icon-arrow-right--dark float-right margin-top-md--2 margin-top-sm--2"></span>
<h3>Looking to download time series data?</h3>
<p><a href="{{href}}">Try our time series explorer tool</a></p>
</div> | <div class="box__content background--iron-light padding-top-sm--2 padding-top-md--2 padding-right-sm--1 padding-right-md--1 padding-bottom-md--1 padding-left-sm--1 padding-left-md--1 margin-bottom-sm--2 margin-bottom-md--2 js-hover">
<span class="icon icon-arrow-right--dark float-right margin-top-md--2 margin-top-sm--2"></span>
<h3>Looking to download time series data?</h3>
<p><a href="{{href}}">Try our time series data explorer</a></p>
</div> | Remove 'tool' from time series CTA | Remove 'tool' from time series CTA
| Handlebars | mit | ONSdigital/babbage,ONSdigital/babbage,ONSdigital/babbage,ONSdigital/babbage |
c891ac0aa9e48d74494b4bcd0dbcd2ce5f3e9a12 | app/templates/list.hbs | app/templates/list.hbs | <table class="list">
{{table-rows data=model}}
<tbody>
{{#each model as |item|}}
<tr>
<td>{{input type="checkbox" name=item.id}}</td>
<td>
<a href="/admin/{{routeName}}/{{item.id}}" class="title">{{item.title}}</a>
<ul>
<li class="edit"><a href="/admin/{{routeName}}/{{item.id}}">Edit</a></li>
<li class="delete"><a href="/admin/{{routeName}}/delete/{{item.id}}">Delete</a></li>
{{#if item.author}}
<li class="view"><a href="/{{item.slug}}" target="_blank">View</a></li>
{{/if}}
</ul>
</td>
{{#if item.author}}
<td><a href="/admin/users/{{item.author}}" class="author">{{item.author}}</a></td>
{{/if}}
{{#if item.updatedAt}}
<td>{{item.updatedAt}}</td>
{{/if}}
</tr>
{{/each}}
</tbody>
{{table-rows data=model}}
</table>
| <table class="list">
{{table-rows data=model}}
<tbody>
{{#each model as |item|}}
<tr>
<td>{{input type="checkbox" name=item.id}}</td>
<td>
{{#link-to "pages.edit" item class="title"}}
{{item.title}}
{{/link-to}}
<ul>
<li class="edit"><a href="/admin/{{routeName}}/{{item.id}}">Edit</a></li>
<li class="delete"><a href="/admin/{{routeName}}/delete/{{item.id}}">Delete</a></li>
{{#if item.author}}
<li class="view"><a href="/{{item.slug}}" target="_blank">View</a></li>
{{/if}}
</ul>
</td>
{{#if item.author}}
<td>
{{#link-to "users.edit" item.author class="author"}}
{{item.author}}
{{/link-to}}
</td>
{{/if}}
{{#if item.updatedAt}}
<td>{{item.updatedAt}}</td>
{{/if}}
</tr>
{{/each}}
</tbody>
{{table-rows data=model}}
</table>
| Stop reloading when moving to edit route | Stop reloading when moving to edit route
| Handlebars | mit | small-cake/client,small-cake/client |
31e9fff001e6ce4d80494ebc29f914c71e7e53d8 | backend/app/assets/javascripts/spree/backend/templates/stock_items/stock_location_stock_item.hbs | backend/app/assets/javascripts/spree/backend/templates/stock_items/stock_location_stock_item.hbs | <td>{{stockLocationName}}</td>
<td>
<input id="backorderable-{{id}}"
name="backorderable"
type="checkbox"
value="backorderable"
{{#unless editing}} disabled="disabled" {{/unless}}
{{#if backorderable}} checked="checked" {{/if}}
>
</td>
<td>
{{#if editing}}
<input class="fullwidth" name="count_on_hand" type="number" value="{{count_on_hand}}">
{{else}}
<span>{{count_on_hand}}</span>
{{/if}}
</td>
<td class="actions">
{{#if editing}}
<a class="submit fa fa-check icon_link with-tip no-text" data-action="green" href="#"></a>
<a class="cancel fa fa-cancel icon_link with-tip no-text" data-action="red" href="#"></a>
{{else}}
<a class="edit fa fa-edit icon_link with-tip no-text" data-action="edit" href="#"></a>
{{/if}}
</td>
| <td>{{stockLocationName}}</td>
<td>
<input id="backorderable-{{id}}"
name="backorderable"
type="checkbox"
value="backorderable"
{{#unless editing}} disabled="disabled" {{/unless}}
{{#if backorderable}} checked="checked" {{/if}}
>
</td>
<td>
{{#if editing}}
<input class="fullwidth" name="count_on_hand" type="number" value="{{count_on_hand}}">
{{else}}
<span>{{count_on_hand}}</span>
{{/if}}
</td>
<td class="actions">
{{#if editing}}
<a class="submit fa fa-check icon_link with-tip no-text" data-action="save" href="#"></a>
<a class="cancel fa fa-cancel icon_link with-tip no-text" data-action="cancel" href="#"></a>
{{else}}
<a class="edit fa fa-edit icon_link with-tip no-text" data-action="edit" href="#"></a>
{{/if}}
</td>
| Fix data-action on stock items stock location buttons | Fix data-action on stock items stock location buttons
| Handlebars | bsd-3-clause | pervino/solidus,pervino/solidus,pervino/solidus,pervino/solidus |
a7c2258e12650c4165971fbaa4c181f45b82e02b | static/templates/draft_table_body.handlebars | static/templates/draft_table_body.handlebars | <div id="draft_overlay" class="overlay new-style" data-overlay="drafts">
<div class="flex overlay-content">
<div class="drafts-container">
<div class="drafts-header">
<h1>{{t 'Drafts' }}</h1>
<div class="exit">
<span class="exit-sign">×</span>
</div>
</div>
<div class="drafts-list">
<div class="no-drafts">
{{t 'No drafts.'}}
</div>
{{#each drafts}}
{{partial "draft"}}
{{/each}}
</div>
</div>
</div>
</div>
| <div id="draft_overlay" class="overlay new-style" data-overlay="drafts">
<div class="flex overlay-content">
<div class="drafts-container modal-bg">
<div class="drafts-header">
<h1>{{t 'Drafts' }}</h1>
<div class="exit">
<span class="exit-sign">×</span>
</div>
</div>
<div class="drafts-list">
<div class="no-drafts">
{{t 'No drafts.'}}
</div>
{{#each drafts}}
{{partial "draft"}}
{{/each}}
</div>
</div>
</div>
</div>
| Change drafts container to be dark. | dark-mode: Change drafts container to be dark.
This changes the drafts container to be dark.
| Handlebars | apache-2.0 | rishig/zulip,dhcrzf/zulip,jackrzhang/zulip,synicalsyntax/zulip,punchagan/zulip,kou/zulip,timabbott/zulip,mahim97/zulip,kou/zulip,dhcrzf/zulip,timabbott/zulip,zulip/zulip,shubhamdhama/zulip,tommyip/zulip,showell/zulip,kou/zulip,rht/zulip,hackerkid/zulip,eeshangarg/zulip,mahim97/zulip,timabbott/zulip,brainwane/zulip,rishig/zulip,dhcrzf/zulip,zulip/zulip,shubhamdhama/zulip,rht/zulip,punchagan/zulip,punchagan/zulip,shubhamdhama/zulip,timabbott/zulip,kou/zulip,timabbott/zulip,dhcrzf/zulip,dhcrzf/zulip,brainwane/zulip,rishig/zulip,zulip/zulip,andersk/zulip,hackerkid/zulip,timabbott/zulip,rht/zulip,jackrzhang/zulip,rht/zulip,synicalsyntax/zulip,brainwane/zulip,punchagan/zulip,jackrzhang/zulip,jackrzhang/zulip,andersk/zulip,zulip/zulip,synicalsyntax/zulip,eeshangarg/zulip,tommyip/zulip,hackerkid/zulip,rishig/zulip,brainwane/zulip,eeshangarg/zulip,shubhamdhama/zulip,synicalsyntax/zulip,showell/zulip,mahim97/zulip,showell/zulip,kou/zulip,eeshangarg/zulip,zulip/zulip,punchagan/zulip,zulip/zulip,hackerkid/zulip,synicalsyntax/zulip,rishig/zulip,eeshangarg/zulip,timabbott/zulip,dhcrzf/zulip,showell/zulip,jackrzhang/zulip,mahim97/zulip,rishig/zulip,jackrzhang/zulip,shubhamdhama/zulip,eeshangarg/zulip,andersk/zulip,andersk/zulip,andersk/zulip,tommyip/zulip,rht/zulip,punchagan/zulip,kou/zulip,synicalsyntax/zulip,mahim97/zulip,punchagan/zulip,jackrzhang/zulip,tommyip/zulip,zulip/zulip,kou/zulip,hackerkid/zulip,eeshangarg/zulip,hackerkid/zulip,synicalsyntax/zulip,tommyip/zulip,rht/zulip,hackerkid/zulip,brainwane/zulip,rishig/zulip,tommyip/zulip,brainwane/zulip,mahim97/zulip,dhcrzf/zulip,shubhamdhama/zulip,andersk/zulip,shubhamdhama/zulip,andersk/zulip,showell/zulip,showell/zulip,brainwane/zulip,tommyip/zulip,rht/zulip,showell/zulip |
006c1528b478db96d915a8ea1508635cc957546f | tests/dummy/app/templates/application.hbs | tests/dummy/app/templates/application.hbs | <h3>Examples</h3>
<p>
{{link-to 'Bar Chart' 'bar-chart'}}
{{link-to 'Circles' 'stacked-bar'}}
{{link-to 'Line graph' 'line-graph'}}
{{link-to 'Smoothed line graph' 'smooth-line-graph'}}
{{link-to 'Stacked bars' 'stacked-bar'}}
{{link-to 'Grouped Bars' 'grouped-bars'}}
{{link-to 'Text' 'text-sample'}}
{{link-to 'Inverted axis' 'invert'}}
</p>
{{outlet}}
| <h3>Examples</h3>
<p>
{{link-to 'Bar Chart' 'bar-chart'}}
{{link-to 'Circles' 'bubble-1'}}
{{link-to 'Line graph' 'line-graph'}}
{{link-to 'Smoothed line graph' 'smooth-line-graph'}}
{{link-to 'Stacked bars' 'stacked-bar'}}
{{link-to 'Grouped Bars' 'grouped-bars'}}
{{link-to 'Text' 'text-sample'}}
{{link-to 'Inverted axis' 'invert'}}
</p>
{{outlet}}
| Fix reference to bubble test | Fix reference to bubble test
| Handlebars | mit | asennikov/e3,asennikov/e3,elwayman02/e3,MattMSumner/e3,RavelLaw/e3,MattMSumner/e3,taras/e3,taras/e3,elwayman02/e3,RavelLaw/e3 |
790124dff0d8a0cdc37bbf887268e285c246388d | engines/standard_tasks/app/assets/javascripts/standard_tasks/templates/overlays/publishing_related_questions_overlay.hbs | engines/standard_tasks/app/assets/javascripts/standard_tasks/templates/overlays/publishing_related_questions_overlay.hbs | <h1>Publishing Related Questions</h1>
| <h1>Publishing Related Questions</h1>
<form>
<fieldset>
<ol>
<li class="question">
{{#question-radio ident="publishing_related_questions.submitted_in_conjunction"
task=model
displayContent=true
question="Is this manuscript being submitted in conjunction with another submission?"}}
{{#if view.selectedYes}}
<div class="dataset">
<div class="dataset-header">Please provide the title of that submission and the corresponding author.</div>
{{question-textarea ident="publishing_related_questions.submitted_in_conjunction.corresponding_title"
class="sub-question"
task=model
question="Title"}}
<br>
{{question-textarea ident="publishing_related_questions.submitted_in_conjunction.corresponding_author"
class="sub-question"
task=model
question="Corresponding author"}}
</div>
{{/if}}
{{/question-radio}}
</li>
</ol>
</fieldset>
</form>
| Create questions for papers submitted in conjunction. | Create questions for papers submitted in conjunction.
| Handlebars | mit | johan--/tahi,johan--/tahi,johan--/tahi,johan--/tahi |
a402ef537dfb27a09291b14e230494a7b98e739f | app/activity/templates/card-created-notification.hbs | app/activity/templates/card-created-notification.hbs | <div class="notification-data">
<span class="notification-time text-muted">{{time}}</span>
<p class="notification-text">
<span class="notification-actor">{{actor.username}}</span>
created a card on board
<a href="{{board.html_url}}" class="notification-board">{{board.name}}</a>
</p> {{! .notification-text }}
</div> {{! .notification-data }}
<div class="notification-preview">
<img src="{{actor.gravatar_url}}" alt="{{actor.first_name}} {{actor.last_name}}" class="ui-avatar user-avatar md">
<div class="card is-item has-loaded-preview" data-type="{{card.type}}">
<a href="{{card.html_url}}" title="{{card.name}}">
{{#is card.type "note"}}
{{partial "public-board/templates/note" card}}
{{else}}
{{partial "public-board/templates/file" card}}
{{/is}}
</a> {{! }}
</div> {{! .card }}
</div> {{! .notification-preview }}
| <div class="notification-data">
<span class="notification-time text-muted">{{time}}</span>
<p class="notification-text">
<span class="notification-actor">{{actor.username}}</span>
created a card on board
<a href="{{board.html_url}}" class="notification-board">{{board.name}}</a>
</p> {{! .notification-text }}
</div> {{! .notification-data }}
<div class="notification-preview">
<img src="{{actor.gravatar_url}}" alt="{{actor.first_name}} {{actor.last_name}}" class="ui-avatar user-avatar md">
<div class="card is-item has-loaded-preview" data-type="{{card.type}}">
<a class="notification-preview-link" href="{{to-route card.html_url}}" title="{{card.name}}" data-route="true">
{{#is card.type "note"}}
{{partial "public-board/templates/note" card}}
{{else}}
{{partial "public-board/templates/file" card}}
{{/is}}
</a> {{! .notification-preview-link }}
</div> {{! .card }}
</div> {{! .notification-preview }}
| Fix card preview url on notifications page. | Fix card preview url on notifications page. | Handlebars | agpl-3.0 | jessamynsmith/boards-web,GetBlimp/boards-web,jessamynsmith/boards-web |
4eb52fc8b9f78a5026d0b4209743b8241f9119ba | src/templates/featured.html.hbs | src/templates/featured.html.hbs | <header>
<h2>Featured Channels</h2>
{{settings-bar targetObject=this btnHomepage=true}}
</header>
<section class="featured wrapper horizontal">
<aside class="info">
<h3 class="title">{{#if stream.channel.has_language}}{{flag-icon type="channel" lang=stream.channel.language}}{{/if}}{{#link-to "channels.channel" stream.channel.id}}{{stream.channel.display_name}}{{/link-to}}</h3>
<div class="game">{{#link-to "games.game" stream.game}}{{stream.game}}{{/link-to}}</div>
{{stats-row class="stats" stream=stream}}
{{embedded-links tagName="p" class="status" text=stream.channel.status}}
</aside>
<div class="big-image"><div class="preview" {{action "openLivestreamer" stream}}><img src="{{unbound stream.preview.large_nocache}}"></div></div>
</section>
<ul class="channels wrapper horizontal">
{{#each elem in featured}}
<li title="{{elem.stream.channel.id}}" {{action "switchFeatured" elem}}>
<img src="{{unbound elem.image}}" title="{{elem.stream.channel.id}}">
</li>
{{/each}}
</ul>
<section class="globalstats">There are {{summary.viewers}} people watching {{summary.channels}} live streams right now!</section> | <header>
<h2>Featured Channels</h2>
{{settings-bar targetObject=this btnHomepage=true}}
</header>
<section class="featured wrapper horizontal">
<aside class="info">
<h3 class="title">{{#if stream.channel.has_language}}{{flag-icon type="channel" lang=stream.channel.language}}{{/if}}{{#link-to "channels.channel" stream.channel.id}}{{stream.channel.display_name}}{{/link-to}}</h3>
<div class="game">{{#link-to "games.game" stream.game}}{{stream.game}}{{/link-to}}</div>
{{stats-row class="stats" stream=stream}}
{{embedded-links tagName="p" class="status" text=stream.channel.status}}
</aside>
<div class="big-image"><div class="preview" {{action "openLivestreamer" stream}}><img src="{{stream.preview.large_nocache}}"></div></div>
</section>
<ul class="channels wrapper horizontal">
{{#each elem in featured}}
<li title="{{elem.stream.channel.id}}" {{action "switchFeatured" elem}}>
<img src="{{unbound elem.image}}" title="{{elem.stream.channel.id}}">
</li>
{{/each}}
</ul>
<section class="globalstats">There are {{summary.viewers}} people watching {{summary.channels}} live streams right now!</section> | Fix preview image not changing on featured route | Fix preview image not changing on featured route
| Handlebars | mit | Klaudit/livestreamer-twitch-gui,chhe/livestreamer-twitch-gui,arclupin/livestreamer-twitch-gui,Klaudit/livestreamer-twitch-gui,Klaudit/livestreamer-twitch-gui,streamlink/streamlink-twitch-gui,Rekapper/livestreamer-twitch-gui,streamlink/streamlink-twitch-gui,bastimeyer/livestreamer-twitch-gui,Rekapper/livestreamer-twitch-gui,arclupin/livestreamer-twitch-gui,bastimeyer/livestreamer-twitch-gui,chhe/livestreamer-twitch-gui,bastimeyer/livestreamer-twitch-gui,streamlink/streamlink-twitch-gui,Rekapper/livestreamer-twitch-gui,chhe/livestreamer-twitch-gui,arclupin/livestreamer-twitch-gui |
0037ebd14b59ff3687bc27e9c2048de9d8dc6af0 | app/assets/javascripts/templates/application.handlebars | app/assets/javascripts/templates/application.handlebars | {{render "navigation"}}
<main class="container">
<div class="row">
{{ outlet }}
</div>
</main>
<footer>
<div class="container">
<div class="row">
<div class="col-xs-12 footer-title">
<p>
<a href="mailto:weteamfeedback@emaildodo.com?subject=We Team Feedback"
target="_blank" class="btn-lg btn-grey">
Submit Feedback
</a>
<br />
<br />
Interactive Media Capstone 2014
<br />
Northeastern University
</p>
</div>
</div>
</div>
</footer> | {{render "navigation"}}
<main class="container">
<div class="row">
{{ outlet }}
</div>
</main>
<footer>
<div class="container">
<div class="row">
<div class="col-xs-12 footer-title">
<p>
<a href="https://docs.google.com/forms/d/1KQTcjXqFLWhFnTKnaV7_MZxsq7gyro--1r_UvXHT_q4/viewform"
target="_blank" class="btn-lg btn-grey">
Submit Feedback
</a>
<br />
<br />
Interactive Media Capstone 2014
<br />
Northeastern University
</p>
</div>
</div>
</div>
</footer> | Change WeTeam feedback to a Google form | Change WeTeam feedback to a Google form
| Handlebars | mit | Gowiem/Sisyphus,Gowiem/Sisyphus |
17a4ef79a7b93851a35952143b9417f7fbd1e74f | assets/scripts/app/templates/layouts/sidebar.hbs | assets/scripts/app/templates/layouts/sidebar.hbs | <div id="slider" {{action toggle target="Travis.slider"}}>
<div class='icon'></div>
</div>
<h4>Support Rails Girls SoC</h4>
<ul class="sponsors top">
<li class="platinum">
<a href="http://railsgirlssummerofcode.org/campaign">
<img src="/images/rgsoc.jpg"/>
</a>
</li>
</ul>
| <div id="slider" {{action toggle target="Travis.slider"}}>
<div class='icon'></div>
</div>
<h4>Support Rails Girls Summer of Code</h4>
<ul class="sponsors top">
<li class="platinum">
<a href="http://railsgirlssummerofcode.org/campaign">
<img src="/images/rgsoc.jpg"/>
</a>
</li>
</ul>
<div class="box">
Want to use Travis CI for your <b><a href="http://travisci.com">private repositories</b></a>?
</div>
<div id="about" class="box">
<h4>Need help?</h4>
<ul>
<li><a href="http://about.travis-ci.org/docs">Documentation</a></li>
<li><a href="https://groups.google.com/group/travis-ci">Mailing List</a></li>
<li><a href="https://github.com/travis-ci/travis-ci/issues/new">File an Issue</a></li>
<li><a href="mailto:support@travis-ci.com">E-Mail us</a></li>
</ul>
</div>
| Add help section and a link to travisci.com. | Add help section and a link to travisci.com.
| Handlebars | mit | mjlambert/travis-web,fotinakis/travis-web,mjlambert/travis-web,Tiger66639/travis-web,jlrigau/travis-web,fauxton/travis-web,fauxton/travis-web,travis-ci/travis-web,fotinakis/travis-web,fotinakis/travis-web,2947721120/travis-web,Tiger66639/travis-web,travis-ci/travis-web,travis-ci/travis-web,Tiger66639/travis-web,mjlambert/travis-web,2947721120/travis-web,mjlambert/travis-web,jlrigau/travis-web,fotinakis/travis-web,2947721120/travis-web,fauxton/travis-web,jlrigau/travis-web,jlrigau/travis-web,Tiger66639/travis-web,fauxton/travis-web,travis-ci/travis-web,2947721120/travis-web |
3d88c731cd51846723baa2244d621823398d38ff | website/partners/solutions/conversion-kings/index.hbs | website/partners/solutions/conversion-kings/index.hbs | ---
layout: partners
title: "Conversion Kings"
solutions: true
TR_summary:
logo: "//optimizely-marketer-assets.s3.amazonaws.com/partners/logos/conversionkings.jpg"
website_link: "http://www.conversionkings.com.au/"
website_display: "www.conversionkings.com.au"
kb_article: ""
stars: 2
TR_industry: "Full service, Test development, Strategic consulting"
TR_locations:
- location:
phone: "1300552099"
email: "info@conversionkings.com.au"
TR_region: "Asia Pacific"
TR_city: "Brisbane"
TR_state: "Australia"
address1: "270 Water Street"
address2: "Fortitude Valley"
zip: "4006"
TR_country: "Australia"
contact: ""
languages:
- "English"
TR_tags:
- "E-Commerce / Retail"
- "Media"
- "B2B / SaaS"
- "Travel"
- "Lead gen"
- "Insurance"
- "Finance"
---
Identifying Problems | Developing Solutions | Executing Tests | Increasing your Profit
Servicing Brisbane, Sydney and Melbourne, Conversion Kings is a dedicated full service conversion rate optimisation agency that prides itself on offering you a truly first class experience using the world-renowned software Optimizely.
| ---
layout: partners
title: "Conversion Kings"
solutions: true
TR_summary:
logo: "//optimizely-marketer-assets.s3.amazonaws.com/partners/logos/conversionkings.jpg"
website_link: "http://www.conversionkings.com.au/"
website_display: "www.conversionkings.com.au"
kb_article: ""
stars: 3
TR_industry: "Full service, Test development, Strategic consulting"
TR_locations:
- location:
phone: "1300552099"
email: "info@conversionkings.com.au"
TR_region: "Asia Pacific"
TR_city: "Brisbane"
TR_state: "Australia"
address1: "270 Water Street"
address2: "Fortitude Valley"
zip: "4006"
TR_country: "Australia"
contact: ""
languages:
- "English"
TR_tags:
- "E-Commerce / Retail"
- "Media"
- "B2B / SaaS"
- "Travel"
- "Lead gen"
- "Insurance"
- "Finance"
---
Identifying Problems | Developing Solutions | Executing Tests | Increasing your Profit
Servicing Brisbane, Sydney and Melbourne, Conversion Kings is a dedicated full service conversion rate optimisation agency that prides itself on offering you a truly first class experience using the world-renowned software Optimizely.
| Update Conversion Kings to 3 Stars | Update Conversion Kings to 3 Stars | Handlebars | mit | CilantroOrg/CilantroVegOrg,CilantroOrg/CilantroVegOrg,CilantroOrg/CilantroVegOrg |
dd7ef9eae76311740c33f27a1ee2d721a91ce7e6 | app/templates/components/login-forgot.hbs | app/templates/components/login-forgot.hbs | <div class="control-label col-sm-3 col-xs-4">
<a {{action "forgotPassword" email password}} href="">forgot password</a>
</div>
{{#bs-modal open=modalForgot body=false footer=false header=false as |modal|}}
{{#modal.header}}
<h4 class="modal-title">Forgot Password</h4>
{{/modal.header}}
{{#modal.body}}
{{#if emailSend}}
<b>An email is sending to your Inbox*. Please check this last one and your spam inbox too.</b><br><br>
*Only if you have a valid record
{{else}}
{{#if errorMail}}
<b>Please fill the "Email Address" field</b>
{{else}}
{{#if errorPass}}
<b>Only fill the "Email Address" field.<br/>The password field must be empty.</b>
{{else}}
<b>Email is sending ...</b>
{{/if}}
{{/if}}
{{/if}}
{{/modal.body}}
{{/bs-modal}}
| <div class="control-label col-sm-3 col-xs-4">
<a {{action "forgotPassword" email password}} href="">forgot password</a>
</div>
{{#bs-modal open=modalForgot body=false footer=false header=false onHidden=(action 'closeForgot') as |modal|}}
{{#modal.header}}
<h4 class="modal-title">Forgot Password</h4>
{{/modal.header}}
{{#modal.body}}
{{#if emailSend}}
An email is sending.<br /> Please check your inbox or your spam folder.
{{else}}
{{#if errorMail}}
<b>Please fill the "Email Address" field</b>
{{else}}
{{#if errorPass}}
Please only fill the "Email Address" field.<br/>The password field must be empty.
{{else}}
<b>Email is sending ...</b>
{{/if}}
{{/if}}
{{/if}}
{{/modal.body}}
{{/bs-modal}}
| Fix issue about forget password | Fix issue about forget password
| Handlebars | mit | ricofehr/nextdeploy-webui,ricofehr/nextdeploy-webui |
c59a8f1eb1ba544570fb4e67327e04212317d1b1 | app/templates/components/modal-dialog.hbs | app/templates/components/modal-dialog.hbs | <div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button {{action "cancel"}} type="button" class="close">×</button>
<h4 class="modal-title">{{title}}</h4>
</div>
<div class="modal-body">
{{yield}}
</div>
<div class="modal-footer">
<button {{action "cancel"}} type="button" class="btn btn-default">
Cancel
</button>
<button {{action "submit"}} type="button" class="btn btn-primary">
{{proceedButton}}
</button>
</div>
</div>
</div> | <div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button {{action "cancel"}} type="button" class="close">×</button>
<h4 class="modal-title">{{title}}</h4>
</div>
<div class="modal-body">
{{yield}}
</div>
<div class="modal-footer">
{{#unless noCancel}}
<button {{action "cancel"}} type="button" class="btn btn-default">
Cancel
</button>
{{/unless}}
<button {{action "submit"}} type="button" class="btn btn-primary">
{{proceedButton}}
</button>
</div>
</div>
</div> | Make cancel button in modal component opt-out | Make cancel button in modal component opt-out
| Handlebars | apache-2.0 | ilkkao/mas,ilkkao/mas,ilkkao/mas,ilkkao/mas |
9ab4b3b6ccaf911a95bdc12b4bee7125a02da5bd | static/templates/topic_list_item.handlebars | static/templates/topic_list_item.handlebars | <li class='{{#if is_zero}}zero-subject-unreads{{/if}} {{#if is_muted}}muted_topic{{/if}} topic-list-item' data-name='{{topic_name}}'>
<span class='topic-box'>
<a href='{{url}}' class="topic-name">
{{topic_name}}
</a>
<div class="topic-unread-count {{#if is_zero}}zero_count{{/if}}">
<div class="value">{{unread}}</div>
</div>
</span>
<span class="arrow topic-sidebar-arrow">
<i class="icon-vector-chevron-down"></i>
</span>
</li>
| <li class='{{#if is_zero}}zero-subject-unreads{{/if}} {{#if is_muted}}muted_topic{{/if}} topic-list-item' data-name='{{topic_name}}'>
<span class='topic-box'>
<a href='{{url}}' class="topic-name" title="{{topic_name}}">
{{topic_name}}
</a>
<div class="topic-unread-count {{#if is_zero}}zero_count{{/if}}">
<div class="value">{{unread}}</div>
</div>
</span>
<span class="arrow topic-sidebar-arrow">
<i class="icon-vector-chevron-down"></i>
</span>
</li>
| Add tooltip showing full topic name in left sidebar. | topics: Add tooltip showing full topic name in left sidebar.
This is useful if the topic name is too long and thus is cut off for
display purposes.
Fixes #3979.
| Handlebars | apache-2.0 | punchagan/zulip,mahim97/zulip,dawran6/zulip,dattatreya303/zulip,dawran6/zulip,jainayush975/zulip,zulip/zulip,eeshangarg/zulip,synicalsyntax/zulip,jackrzhang/zulip,tommyip/zulip,vabs22/zulip,punchagan/zulip,timabbott/zulip,ryanbackman/zulip,JPJPJPOPOP/zulip,eeshangarg/zulip,vaidap/zulip,jrowan/zulip,zulip/zulip,brainwane/zulip,Galexrt/zulip,ryanbackman/zulip,souravbadami/zulip,tommyip/zulip,andersk/zulip,christi3k/zulip,SmartPeople/zulip,Galexrt/zulip,JPJPJPOPOP/zulip,dattatreya303/zulip,ryanbackman/zulip,kou/zulip,jrowan/zulip,eeshangarg/zulip,susansls/zulip,jainayush975/zulip,dhcrzf/zulip,jphilipsen05/zulip,souravbadami/zulip,punchagan/zulip,tommyip/zulip,brockwhittaker/zulip,verma-varsha/zulip,SmartPeople/zulip,eeshangarg/zulip,jphilipsen05/zulip,eeshangarg/zulip,aakash-cr7/zulip,showell/zulip,PhilSk/zulip,amanharitsh123/zulip,dattatreya303/zulip,eeshangarg/zulip,dhcrzf/zulip,JPJPJPOPOP/zulip,jackrzhang/zulip,dawran6/zulip,souravbadami/zulip,synicalsyntax/zulip,jainayush975/zulip,verma-varsha/zulip,hackerkid/zulip,kou/zulip,punchagan/zulip,showell/zulip,j831/zulip,christi3k/zulip,rht/zulip,andersk/zulip,JPJPJPOPOP/zulip,showell/zulip,tommyip/zulip,rishig/zulip,shubhamdhama/zulip,brockwhittaker/zulip,punchagan/zulip,timabbott/zulip,ryanbackman/zulip,vabs22/zulip,hackerkid/zulip,j831/zulip,christi3k/zulip,kou/zulip,synicalsyntax/zulip,christi3k/zulip,shubhamdhama/zulip,aakash-cr7/zulip,eeshangarg/zulip,verma-varsha/zulip,zulip/zulip,amanharitsh123/zulip,dattatreya303/zulip,PhilSk/zulip,synicalsyntax/zulip,zulip/zulip,vaidap/zulip,christi3k/zulip,zulip/zulip,rishig/zulip,tommyip/zulip,andersk/zulip,jackrzhang/zulip,aakash-cr7/zulip,brockwhittaker/zulip,punchagan/zulip,mahim97/zulip,amanharitsh123/zulip,tommyip/zulip,brockwhittaker/zulip,showell/zulip,synicalsyntax/zulip,SmartPeople/zulip,vaidap/zulip,dawran6/zulip,shubhamdhama/zulip,aakash-cr7/zulip,j831/zulip,timabbott/zulip,jrowan/zulip,verma-varsha/zulip,brainwane/zulip,kou/zulip,aakash-cr7/zulip,punchagan/zulip,showell/zulip,shubhamdhama/zulip,brockwhittaker/zulip,Galexrt/zulip,hackerkid/zulip,rishig/zulip,kou/zulip,andersk/zulip,aakash-cr7/zulip,ryanbackman/zulip,jphilipsen05/zulip,dawran6/zulip,verma-varsha/zulip,jainayush975/zulip,Galexrt/zulip,rishig/zulip,jackrzhang/zulip,j831/zulip,susansls/zulip,hackerkid/zulip,andersk/zulip,jainayush975/zulip,hackerkid/zulip,mahim97/zulip,dattatreya303/zulip,vaidap/zulip,vabs22/zulip,zulip/zulip,mahim97/zulip,PhilSk/zulip,andersk/zulip,rishig/zulip,vabs22/zulip,rht/zulip,synicalsyntax/zulip,brainwane/zulip,shubhamdhama/zulip,dhcrzf/zulip,jphilipsen05/zulip,vaidap/zulip,andersk/zulip,rishig/zulip,amanharitsh123/zulip,PhilSk/zulip,vabs22/zulip,brockwhittaker/zulip,jphilipsen05/zulip,jainayush975/zulip,souravbadami/zulip,souravbadami/zulip,j831/zulip,dhcrzf/zulip,SmartPeople/zulip,jackrzhang/zulip,PhilSk/zulip,mahim97/zulip,JPJPJPOPOP/zulip,SmartPeople/zulip,dattatreya303/zulip,Galexrt/zulip,rht/zulip,Galexrt/zulip,shubhamdhama/zulip,jphilipsen05/zulip,rht/zulip,zulip/zulip,timabbott/zulip,verma-varsha/zulip,synicalsyntax/zulip,timabbott/zulip,showell/zulip,christi3k/zulip,rht/zulip,ryanbackman/zulip,amanharitsh123/zulip,jackrzhang/zulip,brainwane/zulip,rht/zulip,PhilSk/zulip,susansls/zulip,hackerkid/zulip,JPJPJPOPOP/zulip,SmartPeople/zulip,dhcrzf/zulip,vabs22/zulip,brainwane/zulip,brainwane/zulip,shubhamdhama/zulip,mahim97/zulip,showell/zulip,kou/zulip,jrowan/zulip,dhcrzf/zulip,j831/zulip,timabbott/zulip,rht/zulip,Galexrt/zulip,dhcrzf/zulip,vaidap/zulip,susansls/zulip,souravbadami/zulip,timabbott/zulip,jrowan/zulip,jrowan/zulip,rishig/zulip,jackrzhang/zulip,tommyip/zulip,brainwane/zulip,hackerkid/zulip,susansls/zulip,dawran6/zulip,kou/zulip,amanharitsh123/zulip,susansls/zulip |
6665a1db7a4409c95bbfbb7d62f00174bb71f037 | 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 CITES Trade Database
</h2>
{{ partial 'trade/search/filters' }}
{{ partial 'trade/search/loading_modal' }}
{{ partial 'trade/flash' }}
{{outlet}}
| Change trade admin title to CITES Trade Database | Change trade admin title to CITES Trade Database
| Handlebars | bsd-3-clause | unepwcmc/SAPI,unepwcmc/SAPI,unepwcmc/SAPI,unepwcmc/SAPI |
3a3faa927f62a375bdeda379e9a7a81ae9496667 | app/templates/components/pagination-pager.hbs | app/templates/components/pagination-pager.hbs | {{#unless pager}}
<li class="previous {{if isFirstDisabled 'disabled'}}">
<a href="{{previousUrl}}" {{action 'previous'}}>{{paginationPrevious}}</a>
</li>
{{#each pages key="@index" as |page|}}
{{page-item disabled=disabled page=page selected=this.current seperator=seperator urlTemplate=urlTemplate pageSet='pageChanged'}}
{{/each}}
<li class="next {{if isLastDisabled 'disabled'}}">
<a href="{{nextUrl}}" {{action 'next'}}>{{paginationNext}}</a>
</li>
{{else}}
{{#if pagerFirst}}
<li class="{{if isFirstDisabled 'disabled'}}">
<a href="{{firstUrl}}" {{action 'first'}}>{{pagerFirst}}</a>
</li>
{{/if}}
<li class="{{if pagerSpread 'previous'}} {{if isFirstDisabled 'disabled'}}">
<a href="{{previousUrl}}" {{action 'previous'}}>{{pagerPrevious}}</a>
</li>
{{#if hasBlockShim}}
<li class="pager-inner">{{yield}}</li>
{{/if}}
<li class="{{if pagerSpread 'next'}} {{if isLastDisabled 'disabled'}}">
<a href="{{nextUrl}}" {{action 'next'}}>{{pagerNext}}</a>
</li>
{{#if pagerLast}}
<li class="{{if isLastDisabled 'disabled'}}">
<a href="{{lastUrl}}" {{action 'last'}}>{{pagerLast}}</a>
</li>
{{/if}}
{{/unless}}
| {{#unless pager}}
<li class="previous {{if isFirstDisabled 'disabled'}}">
<a href="{{previousUrl}}" {{action 'previous'}}>{{{paginationPrevious}}}</a>
</li>
{{#each pages key="@index" as |page|}}
{{page-item disabled=disabled page=page selected=this.current seperator=seperator urlTemplate=urlTemplate pageSet='pageChanged'}}
{{/each}}
<li class="next {{if isLastDisabled 'disabled'}}">
<a href="{{nextUrl}}" {{action 'next'}}>{{{paginationNext}}}</a>
</li>
{{else}}
{{#if pagerFirst}}
<li class="{{if isFirstDisabled 'disabled'}}">
<a href="{{firstUrl}}" {{action 'first'}}>{{{pagerFirst}}}</a>
</li>
{{/if}}
<li class="{{if pagerSpread 'previous'}} {{if isFirstDisabled 'disabled'}}">
<a href="{{previousUrl}}" {{action 'previous'}}>{{{pagerPrevious}}}</a>
</li>
{{#if hasBlockShim}}
<li class="pager-inner">{{yield}}</li>
{{/if}}
<li class="{{if pagerSpread 'next'}} {{if isLastDisabled 'disabled'}}">
<a href="{{nextUrl}}" {{action 'next'}}>{{{pagerNext}}}</a>
</li>
{{#if pagerLast}}
<li class="last {{if isLastDisabled 'disabled'}}">
<a href="{{lastUrl}}" {{action 'last'}}>{{{pagerLast}}}</a>
</li>
{{/if}}
{{/unless}}
| Allow html for component button text | Allow html for component button text
- This enables the use of icons in buttons.
| Handlebars | mit | knownasilya/pagination-pager,knownasilya/pagination-pager |
9c51f5ec009001d6d9aed9a96d137a30a2e5ead4 | src/main/web/florence/templates/workEditT1Census.handlebars | src/main/web/florence/templates/workEditT1Census.handlebars | <section class="panel workspace-edit">
<div class="edit-accordion">
<div class="edit-section">
<div class="edit-section__head">
<h1>Metadata</h1>
<p>Keywords</p>
</div>
<div class="edit-section__content">
<div id="metadata-list">
<div class="title">
<label for="title">Title
<textarea class="auto-size" type="text" id="title">{{this.description.title}}</textarea>
</label>
</div>
<div>
<label for="keywords">Summary
<textarea class="auto-size" type="text" id="summary">{{this.description.summary}}</textarea>
</label>
</div>
<div>
<label for="keywords">Keywords
<input name="tags" id="keywords" value="{{this.description.keywords}}"
style="display: none;">
</label>
<ul id="keywordsTag"></ul>
</div>
<div>
<label for="metaDescription">Meta description
<textarea class="auto-size" type="text" id="metaDescription">{{this.description.metaDescription}}</textarea>
</label>
</div>
</div>
</div>
</div>
<div id="overflow-hidden"></div>
<div id="images"></div>
<nav class="edit-nav">
{{> editNav}}
</nav>
</section> | <section class="panel workspace-edit">
<div class="edit-accordion">
<div class="edit-section">
<div class="edit-section__head">
<h1>Metadata</h1>
<p>Keywords</p>
</div>
<div class="edit-section__content">
<div id="metadata-list">
<div class="title">
<label for="title">Title
<textarea class="auto-size" type="text" id="title">{{this.description.title}}</textarea>
</label>
</div>
<div>
<label for="keywords">Summary
<textarea class="auto-size" type="text" id="summary">{{this.description.summary}}</textarea>
</label>
</div>
<div>
<label for="keywords">Keywords
<input name="tags" id="keywords" value="{{this.description.keywords}}"
style="display: none;">
</label>
<ul id="keywordsTag"></ul>
</div>
<div>
<label for="metaDescription">Meta description
<textarea class="auto-size" type="text" id="metaDescription">{{this.description.metaDescription}}</textarea>
</label>
</div>
</div>
</div>
</div>
<div id="block"></div>
<div id="images"></div>
<nav class="edit-nav">
{{> editNav}}
</nav>
</div>
</section> | Enable editing census home page tiles | Enable editing census home page tiles
| Handlebars | mit | ONSdigital/florence,ONSdigital/florence,ONSdigital/florence,ONSdigital/florence |
edb9a9e380d43bc251a4e57bb717e8010f7f5bab | app/templates/proposal/meaning-removal.hbs | app/templates/proposal/meaning-removal.hbs | <div class="word">
{{#link-to "seq.wordset.index" model.lang.id model.wordName}}
{{model.wordName}}
{{/link-to}}
</div>
<div class="pos">
{{model.original.pos}}
</div>
<div class="info">
<div class="definition">
<div class="def">
{{model.original.def}}
</div>
</div>
{{#if model.original.example}}
<div class="quoteWrap">
<div class="quote highlight">
<span class="quotemark"> “ </span>
{{model.original.example}}
<span class="quotemark"> ” </span>
</div>
</div>
{{/if}}
</div>
| <div class="word">
{{#link-to "seq.wordset.index" model.lang.id model.wordName}}
{{model.wordName}}
{{/link-to}}
</div>
<div class="pos">
{{model.original.pos}}
</div>
<div class="info">
<div class="definition">
<del class="def">
{{model.original.def}}
</del>
</div>
{{#if model.original.example}}
<div class="quoteWrap">
<del class="quote highlight">
<span class="quotemark"> “ </span>
{{model.original.example}}
<span class="quotemark"> ” </span>
</del>
</div>
{{/if}}
</div>
| Add meaning removal styles by using <del> tag | Add meaning removal styles by using <del> tag
On the meaning removal page, we want to make it obvious that you are voting on removing a meaning. Using the del tags continues the visual metaphor from other proposals where they are employed to show whether something has been removed from a meaning.
| Handlebars | mit | wordset/wordset-ui,BryanCode/wordset-ui,BryanCode/wordset-ui,kaelig/wordset-ui,kaelig/wordset-ui,wordset/wordset-ui,BryanCode/wordset-ui,wordset/wordset-ui |
1b539f7629497ebbf3f489075b30a3162e5739ca | views/feed.handlebars | views/feed.handlebars | <?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>ALL YOUR PANTS</title>
<description>The Comic From The Past About The Futre</description>
<link>{{ baseUrl }}/</link>
<atom:link href="{{ baseUrl }}/feed.xml" rel="self" type="application/rss+xml" />
{{#each archive}}
<item>
<title>The One We Call: {{ this.time }}</title>
<description><img src="{{ baseUrl }}{{ comicUrl this.time }}" /></description>
<pubDate>{{xmlDate this.time }}</pubDate>
<link>{{ baseUrl }}{{ comicUrl this.time }}</link>
<guid isPermaLink="true">{{ baseUrl }}{{ comicUrl this.time }}</guid>
</item>
{{/each}}
</channel>
</rss>
| <?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>ALL YOUR PANTS</title>
<description>The Comic From The Past About The Futre</description>
<link>{{ baseUrl }}/</link>
<atom:link href="{{ baseUrl }}/feed.xml" rel="self" type="application/rss+xml" />
{{#each archive}}
<item>
<title>The One We Call: {{ this.time }}</title>
<description>In this one, something happens again</description>
<pubDate>{{xmlDate this.time }}</pubDate>
<link>{{ baseUrl }}{{ comicUrl this.time }}</link>
<guid isPermaLink="true">{{ baseUrl }}{{ comicUrl this.time }}</guid>
</item>
{{/each}}
</channel>
</rss>
| Revert "Better RSS god dammit" | Revert "Better RSS god dammit"
| Handlebars | mit | desert-planet/ayp |
a60b4bbd881bcf261a811bcd08e467d77bc9f485 | views/partner/partner_guests.hbs | views/partner/partner_guests.hbs | {{#extend "lib/default"}}
{{#content "styles" mode="append"}}
<link rel="stylesheet" href="/styles/partner/partner.css"/>
{{/content}}
{{#content "body"}}
{{#embed "lib/header"}}{{/embed}}
<div class="container">
<hgroup class="huge-gap">
<h3>Schul-Cloud <sup>ALPHA</sup></h3>
</hgroup>
<section class="section-title">
<div class="row">
<div class="col-sm-12"><h4>Partner</h4></div>
</div>
</section>
{{#embed "partner/partner"}}{{/embed}}
</div>
{{/content}}
{{#content "scripts" mode="append"}}
{{/content}}
{{/extend}}
| {{#extend "lib/default"}}
{{#content "styles" mode="append"}}
<link rel="stylesheet" href="/styles/partner/partner.css"/>
<style>
body {
background: #e6e2e2;
}
.partner-box {
background: white;
}
</style>
{{/content}}
{{#content "body"}}
{{#embed "lib/header"}}{{/embed}}
<div class="container">
<hgroup class="huge-gap">
<h3>Schul-Cloud <sup>ALPHA</sup></h3>
</hgroup>
<section class="section-title">
<div class="row">
<div class="col-sm-12"><h4>Partner</h4></div>
</div>
</section>
{{#embed "partner/partner"}}{{/embed}}
</div>
{{/content}}
{{#content "scripts" mode="append"}}
{{/content}}
{{/extend}}
| Use same style on "Not-Loggedin-Pages" | Use same style on "Not-Loggedin-Pages"
| Handlebars | agpl-3.0 | schul-cloud/schulcloud-client,schul-cloud/schulcloud-client,schul-cloud/schulcloud-client |
1e1d90a85d195f6ac5ebe3a68c8c175939fa52fb | partials/loop.hbs | partials/loop.hbs | <div class="extra-pagination">
{{pagination}}
</div>
{{#foreach posts}}
<article class="{{post_class}}">
<div class="inner">
<header class="post-header">
<h2 class="post-title"><a href="{{url}}">{{{title}}}</a></h2>
<span class="post-meta">{{author}} {{tags prefix=" on " separator=", "}} | <time datetime="{{date format='YYYY-MM-DD'}}">{{date format="DD MMM YYYY"}}</time></span>
<div class="clear"></div>
</header>
<section class="post-excerpt">
<p>{{excerpt}}…</p>
</section>
</div>
</article>
{{/foreach}}
{{pagination}} | <div class="extra-pagination">
{{pagination}}
</div>
{{#foreach posts}}
<article class="{{post_class}}">
<div class="inner">
<header class="post-header">
<h2 class="post-title"><a href="{{url}}">{{{title}}}</a></h2>
<span class="post-meta">{{author}} {{tags prefix=" on " separator=", "}} | <time datetime="{{date format='YYYY-MM-DD'}}">{{date format="YYYY-MM-DD"}}</time></span>
<div class="clear"></div>
</header>
<section class="post-excerpt">
<p>{{excerpt}}…</p>
</section>
</div>
</article>
{{/foreach}}
{{pagination}}
| Change date format to YYYY-MM-DD | Change date format to YYYY-MM-DD
| Handlebars | mit | zaromev/monochrome,zaromev/monochrome |
1ee0d0a72a848670cd5d00f51f5ff8e9bcf62375 | app/assets/javascripts/templates/components/question/check_component.hbs | app/assets/javascripts/templates/components/question/check_component.hbs | <label>{{check-box name=ident checked=checked}} {{model.question}}</label>
{{#if template}}
<div {{bind-attr class=":additional-data checked::hidden"}}>
{{yield}}
{{#if multipleAdditionalData}}
<button class="button-secondary button--grey button--small" {{action 'additionalDataAction'}}>
<span class="glyphicon glyphicon-plus-sign"></span>
Add Dataset
</button>
{{/if}}
</div>
{{/if}}
| <label>{{check-box name=ident checked=checked}} {{model.question}}</label>
{{#if template}}
<div {{bind-attr class=":additional-data displayContent::hidden"}}>
{{yield}}
{{#if multipleAdditionalData}}
<button class="button-secondary button--grey button--small" {{action 'additionalDataAction'}}>
<span class="glyphicon glyphicon-plus-sign"></span>
Add Dataset
</button>
{{/if}}
</div>
{{/if}}
| Make check box component template consistent with radio component. | Make check box component template consistent with radio component.
Use displayContent instead of checked for hidden class.
| Handlebars | mit | johan--/tahi,johan--/tahi,johan--/tahi,johan--/tahi |
1fdf16186461d8fb85391d52a81ac962fa768bf6 | index.hbs | index.hbs | {{!< default}}
<div class="site-about">
<div class="site-sectionheader">
<h1>{{@blog.title}}</h1>
<hr class="site-hr"></hr>
</div>
<p class="blog-description">{{@blog.description}}</p>
</div>
<div class="site-sectionheader">
<h1>Blog Posts</h1>
<hr class="site-hr"></hr>
</div>
{{> loop}}
| {{!< default}}
<div class="site-about">
<div class="site-sectionheader">
<h1>{{@blog.title}}</h1>
<hr class="site-hr"></hr>
</div>
<p class="blog-description">{{@blog.description}}</p>
</div>
<div class="site-sectionheader">
<h1>Writing</h1>
<hr class="site-hr"></hr>
</div>
{{> loop}}
| Change from 'blog posts' to 'writing' | Change from 'blog posts' to 'writing'
| Handlebars | mit | auermi/westcott,auermi/westcott |
9f2dbd35622dfc9c0d45943d758e7895b0602a66 | addon/templates/components/power-select-typeahead/trigger.hbs | addon/templates/components/power-select-typeahead/trigger.hbs | <input type="text"
value={{if extra.labelPath (get selected extra.labelPath) selected}}
class="ember-power-select-typeahead-input"
oninput={{action handleInput}}
onkeydown={{action "handleKeydown"}}
onmousedown={{action "stopPropagation"}}>
{{#if loading}}
<span class="ember-power-select-typeahead-loading-indicator"></span>
{{/if}}
| <input type="text"
value={{if extra.labelPath (get selected extra.labelPath) selected}}
class="ember-power-select-typeahead-input"
oninput={{action handleInput}}
onfocus={{action handleFocus}}
onkeydown={{action "handleKeydown"}}
onmousedown={{action "stopPropagation"}}>
{{#if loading}}
<span class="ember-power-select-typeahead-loading-indicator"></span>
{{/if}}
| Handle focus on autocomplete input | Handle focus on autocomplete input
| Handlebars | mit | cibernox/ember-power-select-typeahead,cibernox/ember-power-select-typeahead |
aab137ad0fc2ce93bcf3e048565d61a0fa8ba2b5 | src/main/web/templates/handlebars/list/partials/search-header.handlebars | src/main/web/templates/handlebars/list/partials/search-header.handlebars | <div class="search search--results-page print--hide" id="searchBar">
<div class="wrapper">
<form class="col-wrap search__form" id="searchBar" {{#if_any (eq listType "searchdata") (eq listType "searchpublication")}}action="{{location.pathname}}"{{else}}action="/search"{{/if_any}}>
<label for="nav-search"><h1>Search for keyword(s) or time series ID</h1></label>
<input type="search" autocomplete="off" class="search__input search__input--results-page col col--md-29 col--lg-29" id="nav-search" name="q" value="{{parameters.q.0}}">
<button type="submit" class="search__button search__button--results-page col--md-3 col--lg-3" id="nav-search-submit">
<span class="visuallyhidden"{>{{labels.search}}</span>
<span class="icon icon-search--light"></span>
</button>
</form>
</div>
</div> | <div class="search search--results-page print--hide" id="searchBar">
<div class="wrapper">
<form class="col-wrap search__form" {{#if_any (eq listType "searchdata") (eq listType "searchpublication")}}action="{{location.pathname}}"{{else}}action="/search"{{/if_any}}>
<label for="nav-search"><h1>Search for keyword(s) or time series ID</h1></label>
<input type="search" autocomplete="off" class="search__input search__input--results-page col col--md-29 col--lg-29" id="nav-search" name="q" value="{{parameters.q.0}}">
<button type="submit" class="search__button search__button--results-page col--md-3 col--lg-3" id="nav-search-submit">
<span class="visuallyhidden"{>{{labels.search}}</span>
<span class="icon icon-search--light"></span>
</button>
</form>
</div>
</div> | Remove duplicate id on search results | Remove duplicate id on search results
| Handlebars | mit | ONSdigital/babbage,ONSdigital/babbage,ONSdigital/babbage,ONSdigital/babbage |
2098c80b425bb20478560513b9ec5f47cb0f4db5 | addon/templates/components/models-table/cell.hbs | addon/templates/components/models-table/cell.hbs | {{#if hasBlock}}
{{yield
(hash
data=data
record=record
index=index
column=column
sendAction=sendAction
expandRow=expandRow
collapseRow=collapseRow
expandAllRows=expandAllRows
collapseAllRows=collapseAllRows
themeInstance=themeInstance
clickOnRow=clickOnRow
isExpanded=isExpanded
isSelected=isSelected
)
}}
{{else}}
{{#if column.routeName}}
{{#link-to column.routeName record.id}}
{{#if column.propertyName}}
{{get record column.propertyName}}
{{else}}
{{record.id}}
{{/if}}
{{/link-to}}
{{else}}
{{#if column.component}}
{{component
column.component
data=data
record=record
index=index
column=column
sendAction=sendAction
expandRow=expandRow
collapseRow=collapseRow
expandAllRows=expandAllRows
collapseAllRows=collapseAllRows
clickOnRow=clickOnRow
themeInstance=themeInstance
isExpanded=isExpanded
isSelected=isSelected
}}
{{else}}
{{get record column.propertyName}}
{{/if}}
{{/if}}
{{/if}} | {{#if hasBlock}}
{{yield
(hash
data=data
record=record
index=index
column=column
sendAction=sendAction
expandRow=expandRow
collapseRow=collapseRow
expandAllRows=expandAllRows
collapseAllRows=collapseAllRows
themeInstance=themeInstance
clickOnRow=clickOnRow
isExpanded=isExpanded
isSelected=isSelected
)
}}
{{else}}
{{#if column.routeName}}
{{#link-to column.routeName record.id}}
{{#if column.propertyName}}
{{get record column.propertyName}}
{{else}}
{{record.id}}
{{/if}}
{{/link-to}}
{{else}}
{{#if column.component}}
{{component
column.component
data=data
record=record
index=index
column=column
sendAction=sendAction
expandRow=expandRow
collapseRow=collapseRow
expandAllRows=expandAllRows
collapseAllRows=collapseAllRows
clickOnRow=clickOnRow
themeInstance=themeInstance
isExpanded=isExpanded
isSelected=isSelected
}}
{{else}}
{{#if column.propertyName}}
{{get record column.propertyName}}
{{/if}}
{{/if}}
{{/if}}
{{/if}} | Check key before use `get`-helper | Check key before use `get`-helper
| Handlebars | mit | onechiporenko/ember-models-table,onechiporenko/ember-models-table,onechiporenko/ember-models-table,onechiporenko/ember-models-table |
8d3fbb6c169b0729d90b766f34f2f0eef2a4f5d1 | src/backend/email-templates/canvass-field-organizer-notification/html.hbs | src/backend/email-templates/canvass-field-organizer-notification/html.hbs | <p>Hello {{organizerName}},</p>
<p>
A volunteer just signed up to lead a canvass in {{event.venue_city}}, {{event.venue_state_cd}}.
Please reach out as soon as possible to train the canvass host and provide them with turf and materials.
</p>
Host Name: {{host.name}}<br/>
Email Address: {{host.email}}<br/>
Phone Number: {{host.phone}}
<p>You'll find more information about the event below.</p>
<hr>
{{> eventPreview event=event eventIds=eventIds }}
| <p>Hello {{organizerName}},</p>
<p>
A volunteer just signed up to lead a canvass in {{event.venue_city}}, {{event.venue_state_cd}}.
Please reach out as soon as possible to train the canvass host and provide them with turf and materials.
</p>
Host Name: {{host.name}}<br/>
Email Address: {{host.email}}<br/>
Phone Number: {{host.phone}}
<p>You'll find more information about the event below. To change who receives these notifications, or to discontinue support for canvasses in your state, please contact Lynn Hua (<a href="mailto:lynnhua@berniesanders.com">lynnhua@berniesanders.com</a>)</p>
<hr>
{{> eventPreview event=event eventIds=eventIds }}
| Add notification change instructions to canvass emails | Add notification change instructions to canvass emails
| Handlebars | agpl-3.0 | Bernie-2016/ground-control,Bernie-2016/ground-control,Bernie-2016/ground-control,Bernie-2016/ground-control |
cde3753247b73f386335861fbf2c4aedc727c977 | templates/actions.hbs | templates/actions.hbs | <div class="squatch-actions" data-referrals="{{referrals.length}}"
{{#unless referredBy.dateReferred}}
data-referredBy="0"
{{/unless}}
>
<button data-open-panel="#squatch-stats-panel" class="btn btn-default
{{#unless referrals}}
{{#unless referredBy.dateReferred}}
disabled
{{/unless}}
{{/unless}}
">
{{#if referrals}}
Show Details
{{else}}
{{#if referredBy.dateReferred}}
Show Details
{{else}}
No Referrals Yet...
{{/if}}
{{/if}}
</button>
{{> attribution}}
</div>
| <div class="squatch-actions" data-referrals="{{referralsLength}}"
{{#unless referredBy.dateReferred}}
data-referredBy="0"
{{/unless}}
>
<button data-open-panel="#squatch-stats-panel" class="btn btn-default
{{#unless referrals}}
{{#unless referredBy.dateReferred}}
disabled
{{/unless}}
{{/unless}}
">
{{#if referrals}}
Show Details
{{else}}
{{#if referredBy.dateReferred}}
Show Details
{{else}}
No Referrals Yet...
{{/if}}
{{/if}}
</button>
{{> attribution}}
</div>
| Use context variable instead of length property | Use context variable instead of length property
| Handlebars | apache-2.0 | saasquatch/time-credit-theme,saasquatch/time-credit-theme |
94a53025f8ae67c57b6b06509efe047d9f38cc0f | app/login/template.hbs | app/login/template.hbs | <div class="content content-padding">
{{#form-for (changeset model LoginValidations) submit=(route-action "login") as |f|}}
{{f.email-field "email" required=true}}
{{f.password-field "password" required=true}}
{{f.submit "Login"}}
{{/form-for}}
<p>
{{#async-button class="btn-primary" action=(route-action "loginWithGoogle")}}
<i class="fa fa-google"></i> Login with Google
{{/async-button}}
{{#async-button class="btn-primary" action=(route-action "loginWithGithub")}}
<i class="fa fa-github"></i> Login with Github
{{/async-button}}
</p>
</div>
| <div class="content content-padding">
{{!#form-for (changeset model LoginValidations) submit=(route-action "login") as |f|}}
{{!f.email-field "email" required=true}}
{{!f.password-field "password" required=true}}
{{!f.submit "Login"}}
{{!/form-for}}
<p>
{{#async-button class="btn-primary" action=(route-action "loginWithGithub")}}
<i class="fa fa-github"></i> Login with Github
{{/async-button}}
</p>
</div>
| Disable custom and google login | Disable custom and google login
| Handlebars | mit | opensource-challenge/opensource-challenge-client,opensource-challenge/opensource-challenge-client |
f55ba2c28b7c097af6a8fff4c900148613317077 | page.hbs | page.hbs | {{!< default}}
<main class="content" role="main">
<article class="{{post_class}}">
{{#post}}
<header>
<h1 class="post-title">{{{title}}}</h1>
</header>
<section class="post-content">
{{content}}
<br>
</section>
{{/post}}
{{!> comments-disqus}}
{{!> comments-facebook}}
{{!> comments-google-plus}}
</article>
</main>
| {{!< default}}
<main class="content" role="main">
<article class="{{post_class}}">
{{#post}}
<header>
<h1 class="post-title">{{{title}}}</h1>
</header>
<section class="post-content">
{{content}}
<br>
</section>
{{/post}}
{{!> comments-disqus}}
{{!> comments-facebook}}
{{!> comments-google-plus}}
</article>
</main>
| Remove empty lines to cleanup partials | Remove empty lines to cleanup partials
| Handlebars | mit | epistrephein/Steam,epistrephein/Steam |
c83c0727656aaaac260b792cb537e3543e1f0f4b | app/templates/dashboard/group-manager/index.hbs | app/templates/dashboard/group-manager/index.hbs | <section>
{{bread-crumbs tagName="ol" outputStyle="bootstrap" linkable=true}}
</section>
<section>
<div class='table-responsive'>
<table class='table'>
<caption>Your Groups</caption>
<thead>
<tr>
<th>Name</th>
<th>Kind</th>
<th>Status</th>
</tr>
</thead>
<tbody>
{{#each sortedMembers as |member|}}
<tr>
<td>{{#link-to 'dashboard.group-manager.group.details' member.group}}{{member.group.name}}{{/link-to}}</td>
<td>{{member.group.kind}}</td>
<td>{{member.group.status}}</td>
</tr>
{{else}}
<tr>
<td>(You are not listed as an Admin for any group. Please contact support for assistance.)</td>
</tr>
{{/each}}
</tbody>
</table>
</div>
</section>
<section class='col-md-6'>
<p>
<strong>Note:</strong> These are the groups for which you have Admin access. To get Admin access for a group, please contact an existing administrator or ask to be added as one through customerservice@barbershop.org.
</p>
</section>
| <section>
{{bread-crumbs tagName="ol" outputStyle="bootstrap" linkable=true}}
</section>
<section>
<div class='table-responsive'>
<table class='table'>
<caption>Your Groups</caption>
<thead>
<tr>
<th>Name</th>
<th>Kind</th>
<th>Status</th>
</tr>
</thead>
<tbody>
{{#each sortedMembers as |member|}}
<tr>
<td>{{#link-to 'dashboard.group-manager.group.details' member.group}}{{member.group.name}}{{/link-to}}</td>
<td>{{member.group.kind}}</td>
<td>{{member.group.status}}</td>
</tr>
{{else}}
<tr>
<td>(You are not listed as an Admin for any group. Please contact support for assistance.)</td>
</tr>
{{/each}}
</tbody>
</table>
</div>
</section>
<section>
<p>
<strong>Note:</strong> These are the groups for which you have Admin access. To get Admin access for a group, please contact an existing administrator or ask to be added as one through customerservice@barbershop.org.
</p>
</section>
| Remove grid from group manager note | Remove grid from group manager note
| Handlebars | bsd-2-clause | barberscore/barberscore-web,barberscore/barberscore-web,barberscore/barberscore-web |
a8694cedffbf9762661ffc14b408d2205764f8bd | app/news/templates/entry.handlebars | app/news/templates/entry.handlebars | <h2>{{ entry.title }}</h2>
<span>{{ dateFormat entry.publishedDate }}</span>
<p>
{{{ entry.content }}}
</p>
<p>
<a href="{{ entry.link }}">Read the full article.</a>
</p>
| <h2>{{ entry.title }}</h2>
<span>{{ dateFormat entry.publishedDate }}</span>
<p>
{{{ entry.content }}}
</p>
<p>
<a target="_blank" href="{{ entry.link }}">Read the full article.</a>
</p>
| Set target _blank on the external link | Set target _blank on the external link
| Handlebars | apache-2.0 | ox-it/moxie-js-client,ox-it/moxie-js-client,ox-it/moxie-js-client,ox-it/moxie-js-client |
7afb8a892c8f850df3db423fa8569184244c1547 | public/js/app/templates/footerTemplate.handlebars | public/js/app/templates/footerTemplate.handlebars | <footer class="p-footer">
Freefeed © 2015 | Runs on <a href="https://github.com/pepyatka">Pepyatka</a> open-source engine v0.1.0 | <a href="https://about.freefeed.net">About</a>
</footer>
| <footer class="p-footer">
Freefeed © 2015 | Runs on <a href="https://github.com/pepyatka">Pepyatka</a> open-source engine v0.1.0 | <a href="http://about.freefeed.net">About</a>
</footer>
| Revert about link to http | Revert about link to http
| Handlebars | mit | dsumin/freefeed-html,FreeFeed/freefeed-html,davidmz/pepyatka-html,dsumin/freefeed-html,FreeFeed/freefeed-html,davidmz/pepyatka-html |
f70a17c05816cea76bab7ba019456e24b489fac3 | src/main/web/templates/handlebars/partials/print-options.handlebars | src/main/web/templates/handlebars/partials/print-options.handlebars | {{!-- Print and download --}}
<div class="col col--md-15 col--lg-16 margin-bottom-sm--2 margin-top-md--7 margin-bottom-md--2 margin-left-lg--2 padding-bottom-sm--2 padding-left-sm--1 padding-bottom-md--1 border-top--iron-sm border-right--iron-sm border-bottom--iron-sm border-left--iron-sm border-top--iron-md border-right--iron-md border-bottom--iron-md border-left--iron-md ">
<p class="text-right--md padding-top-md--0 padding-bottom-md--0 height--5 margin-bottom-md--0 print--hide nojs-hidden js-enhance--show">
<a href="" class="link-complex nojs-hidden js-enhance--show jsEnhancePrint">
Print this {{#if_eq type "compendium_chapter"}}chapter{{else}}{{> type-label type_code=type}}{{/if_eq}}
</a>
<span class="icon icon-print--dark"></span>
</p>
<p class="text-right--md padding-top-md--0 padding-bottom-md--0 height--5 margin-top-md--1 print--hide">
<a href="{{uri}}/pdf" class="link-complex js-pdf-dl-link">
{{labels.dl-pdf}}
</a>
<span class="icon icon-download--dark"></span>
</p>
</div> | {{!-- Print and download --}}
<div class="col col--md-15 col--lg-16 margin-bottom-sm--2 margin-top-md--7 margin-bottom-md--2 margin-left-lg--2 padding-bottom-sm--2 padding-left-sm--1 padding-bottom-md--1 border-top--iron-sm border-right--iron-sm border-bottom--iron-sm border-left--iron-sm border-top--iron-md border-right--iron-md border-bottom--iron-md border-left--iron-md js-print-pdf">
<p class="text-right--md padding-top-md--0 padding-bottom-md--0 height--5 margin-bottom-md--0 print--hide nojs-hidden js-enhance--show">
<a href="" class="link-complex nojs-hidden js-enhance--show jsEnhancePrint">
Print this {{#if_eq type "compendium_chapter"}}chapter{{else}}{{> type-label type_code=type}}{{/if_eq}}
</a>
<span class="icon icon-print--dark"></span>
</p>
<p class="text-right--md padding-top-md--0 padding-bottom-md--0 height--5 margin-top-md--1 print--hide">
<a href="{{uri}}/pdf" class="link-complex js-pdf-dl-link">
{{labels.dl-pdf}}
</a>
<span class="icon icon-download--dark"></span>
</p>
</div> | Add class flag for sticky TOC print/PDF links | Add class flag for sticky TOC print/PDF links
| Handlebars | mit | ONSdigital/babbage,ONSdigital/babbage,ONSdigital/babbage,ONSdigital/babbage |
b7dc046d9079b54146046cec9225ffba49fa6f39 | author.hbs | author.hbs | {{!< default}}
{{#author}}
<header class="big cover" style="background-image: url({{#if cover}}{{cover}}{{else}}{{#if @blog.cover}}{{@blog.cover}}{{/if}}{{/if}})">
<h1>
{{#if image}}
<figure class="author-image">
<div class="img" style="background-image: url({{image}})"><span class="hidden">{{name}}'s Picture</span></div>
</figure>
{{/if}}
{{name}}
</h1>
<div>
{{#if bio}}
<div class="meta-description">{{bio}}</div>
{{/if}}
<div class="meta">
{{#if location}}<span class="author-location icon-location"><span class="oi" data-glyph="map-marker"></span> {{location}}</span>{{/if}}
{{#if website}}<span class="author-link icon-link"><span class="oi" data-glyph="link-intact"></span> <a href="{{website}}">{{website}}</a></span>{{/if}}
<span class="oi" data-glyph="pencil"></span> {{plural ../pagination.total empty='N\'a publié aucun article' singular='% article' plural='% articles'}}
</div>
</div>
</header>
{{/author}}
{{! The main content area on the homepage }}
<div id="wrapper">
{{! The tag below includes the post loop - partials/loop.hbs }}
{{> "loop"}}
| {{!< default}}
{{#author}}
<header class="big cover" style="background-image: url({{#if cover}}{{cover}}{{else}}{{#if @blog.cover}}{{@blog.cover}}{{/if}}{{/if}})">
<h1>
{{#if image}}
<figure class="author-image">
<div class="img" style="background-image: url({{image}})"><span class="hidden">{{name}}'s Picture</span></div>
</figure>
{{/if}}
{{name}}
</h1>
<div>
{{#if bio}}
<div class="meta-description">{{bio}}</div>
{{/if}}
<div class="meta">
{{#if location}}<span class="author-location icon-location"><span class="oi" data-glyph="map-marker"></span> {{location}}</span>{{/if}}
<span><span class="oi" data-glyph="pencil"></span> {{plural ../pagination.total empty='N\'a publié aucun article' singular='% article' plural='% articles'}}</span>
{{#if website}}<span class="author-link icon-link"><span class="oi" data-glyph="link-intact"></span> <a href="{{website}}">{{website}}</a></span>{{/if}}
</div>
</div>
</header>
{{/author}}
{{! The main content area on the homepage }}
<div id="wrapper">
{{! The tag below includes the post loop - partials/loop.hbs }}
{{> "loop"}}
| Fix : number of articles are not in <span> | Fix : number of articles are not in <span>
| Handlebars | mit | Schoewilliam/Stitch-Blue,Schoewilliam/Stitch-Blue,postblue/Stitsch,postblue/Stitsch,Nildeala/Stitch-Blue,Nildeala/Stitch-Blue |
d7a7f9e8b1881e697e8669af6dca8247bcedfce1 | partials/pagination.hbs | partials/pagination.hbs | <nav class="pagination" role="navigation">
{{#if prev}}
<a class="newer-posts" href="{{page_url prev}}"><i class="fa fa-long-arrow-left"></i> Newer Posts</a>
{{/if}}
<span class="page-number">Page {{page}} of {{pages}}</span>
{{#if next}}
<a class="older-posts" href="{{page_url next}}">Older Posts<i class="fa fa-long-arrow-right"></a>
{{/if}}
</nav>
| <nav class="pagination" role="navigation">
{{#if prev}}
<a class="newer-posts" href="{{page_url prev}}"><i class="fa fa-long-arrow-left"></i> Newer Posts</a>
{{/if}}
<span class="page-number">Page {{page}} of {{pages}}</span>
{{#if next}}
<a class="older-posts" href="{{page_url next}}">Older Posts <i class="fa fa-long-arrow-right"></i></a>
{{/if}}
</nav>
| Fix bug with right arrow | Fix bug with right arrow
| Handlebars | mit | joehanchoi/Mutiny,joehanchoi/Mutiny |
8ac3c0dc18f330febbaff658d9d15ddce612fe1f | index.hbs | index.hbs | {{!< default}}
{{!-- The tag above means - insert everything in this file into the {body} of the default.hbs template --}}
{{!-- The big featured header --}}
<header class="main-header {{#if @blog.cover}}" style="background-image: url({{@blog.cover}}){{else}}no-cover{{/if}}">
<nav class="main-nav overlay clearfix">
{{#if @blog.logo}}<a class="blog-logo" href="{{@blog.url}}"><img src="{{@blog.logo}}" alt="{{@blog.title}}" /></a>{{/if}}
{{#if @blog.navigation}}
<a class="menu-button icon-menu" href="#"><span class="word">Menu</span></a>
{{/if}}
</nav>
<div class="vertical">
<div class="main-header-content inner">
<h1 class="page-title">{{@blog.title}}</h1>
<h2 class="page-description">{{@blog.description}}</h2>
</div>
</div>
<a class="scroll-down icon-arrow-left" href="#content" data-offset="-45"><span class="hidden">Scroll Down</span></a>
</header>
{{!-- The main content area on the homepage --}}
<main id="content" class="content" role="main">
{{!-- The tag below includes the post loop - partials/loop.hbs --}}
{{> "loop"}}
</main>
| {{!< default}}
{{!-- The tag above means - insert everything in this file into the {body} of the default.hbs template --}}
{{!-- The big featured header --}}
<header class="main-header {{#if @blog.cover}}" style="background-image: url({{@blog.cover}}){{else}}no-cover{{/if}}">
<nav class="main-nav overlay clearfix">
{{#if @blog.logo}}<a class="blog-logo" href="{{@blog.url}}"><img src="{{@blog.logo}}" alt="{{@blog.title}}" /></a>{{/if}}
{{#if @blog.navigation}}
<a class="menu-button icon-menu" href="#"><span class="word">Menu</span></a>
{{/if}}
</nav>
<div class="vertical">
<div class="main-header-content inner">
<h1 class="page-title">{{@blog.title}}</h1>
<h2 class="page-description">{{@blog.description}}</h2>
<h3 class="page-description"><a href="http://martinnormark.com/ios-app-development/">iOS</a> & Web Developer</h3>
</div>
</div>
<a class="scroll-down icon-arrow-left" href="#content" data-offset="-45"><span class="hidden">Scroll Down</span></a>
</header>
{{!-- The main content area on the homepage --}}
<main id="content" class="content" role="main">
{{!-- The tag below includes the post loop - partials/loop.hbs --}}
{{> "loop"}}
</main>
| Add link to page header | Add link to page header | Handlebars | mit | martinnormark/Casper,martinnormark/Casper |
054de652ddc66baf317445700ea78d201ad1cdb6 | packages/workflow/addon/templates/components/cardstack/thread-container.hbs | packages/workflow/addon/templates/components/cardstack/thread-container.hbs | <div class="cardstack-thread-container">
<h4 class="header">Single Thread View</h4>
{{cardstack/thread-summary-card thread=thread}}
<hr>
{{#each thread.sortedMessages as |message|}}
{{#if message.loadedCard}}
{{cardstack-content content=message.loadedCard format="card"}}
{{/if}}
{{/each}}
<hr>
<div class="chat-message-pane">
{{input type="text" class="cardstack-chat-message-input"
value=newMessageText
placeholder="If you see something, say something."}}
<button type="button" class="cardstack-action-button"
disabled={{isEmptyNewMessage}}
onclick={{action "sendMessage"}}>Send it!</button>
</div>
</div>
| <div class="cardstack-thread-container">
<h4 class="header">Single Thread View</h4>
{{cardstack/thread-summary-card thread=thread}}
<hr>
{{#each thread.sortedMessages as |message|}}
{{#with message.loadedCard as |card|}}
{{#with (or message.cardFormat 'card') as |cardFormat|}}
{{cardstack-content content=card format=cardFormat}}
{{/with}}
{{/with}}
{{/each}}
<hr>
<div class="chat-message-pane">
{{input type="text" class="cardstack-chat-message-input"
value=newMessageText
placeholder="If you see something, say something."}}
<button type="button" class="cardstack-action-button"
disabled={{isEmptyNewMessage}}
onclick={{action "sendMessage"}}>Send it!</button>
</div>
</div>
| Allow using more formats per model in thread view | Allow using more formats per model in thread view
| Handlebars | mit | cardstack/cardstack,cardstack/cardstack,cardstack/cardstack,cardstack/cardstack,cardstack/cardstack,cardstack/cardstack |
f79ce60ebad973674c3015ace105a7ddf22f4b74 | ui/app/templates/components/two-step-button.hbs | ui/app/templates/components/two-step-button.hbs | {{#if isIdle}}
<button data-test-idle-button type="button" class="button is-warning is-small is-inline" onclick={{action "promptForConfirmation"}}>
{{idleText}}
</button>
{{else if isPendingConfirmation}}
<span data-test-confirmation-message class="confirmation-text">{{confirmationMessage}}</span>
<button data-test-cancel-button type="button" class="button is-dark is-outlined is-small is-inline" onclick={{action (queue
(action "setToIdle")
(action onCancel)
)}}>
{{cancelText}}
</button>
<button data-test-confirm-button class="button is-danger is-small is-inline" onclick={{action (queue
(action "setToIdle")
(action onConfirm)
)}}>
{{confirmText}}
</button>
{{/if}}
| {{#if isIdle}}
<button data-test-idle-button type="button" class="button is-danger is-outlined is-important is-small is-inline" onclick={{action "promptForConfirmation"}}>
{{idleText}}
</button>
{{else if isPendingConfirmation}}
<span data-test-confirmation-message class="confirmation-text">{{confirmationMessage}}</span>
<button data-test-cancel-button type="button" class="button is-dark is-outlined is-small is-inline" onclick={{action (queue
(action "setToIdle")
(action onCancel)
)}}>
{{cancelText}}
</button>
<button data-test-confirm-button class="button is-danger is-small is-inline" onclick={{action (queue
(action "setToIdle")
(action onConfirm)
)}}>
{{confirmText}}
</button>
{{/if}}
| Switch the stop button to be mildly dangerous | Switch the stop button to be mildly dangerous
| Handlebars | mpl-2.0 | hashicorp/nomad,burdandrei/nomad,hashicorp/nomad,burdandrei/nomad,nak3/nomad,dvusboy/nomad,nak3/nomad,hashicorp/nomad,dvusboy/nomad,hashicorp/nomad,dvusboy/nomad,burdandrei/nomad,dvusboy/nomad,dvusboy/nomad,nak3/nomad,burdandrei/nomad,nak3/nomad,dvusboy/nomad,hashicorp/nomad,burdandrei/nomad,burdandrei/nomad,nak3/nomad,burdandrei/nomad,hashicorp/nomad,nak3/nomad,nak3/nomad,dvusboy/nomad |
8b1328540c3cd080c5fea91f7e6509d0c6206c0e | partials/guides/sidebar.handlebars | partials/guides/sidebar.handlebars | <div class="siteSidebar pageNavListBounder">
<div class="mainSidebar">
<ul class="pageNavList">
{{#sidebarSubMenu "Get Started" numbered="true" }}
{{>sidebarSubItems glob="guides/get-started/index.html"}}
{{>sidebarSubItems glob="guides/get-started/!(index).html"}}
{{/sidebarSubMenu}}
{{#sidebarSubMenu "Become an Anchor" numbered="true" }}
{{>sidebarSubItems glob="guides/anchor/index.html"}}
{{>sidebarSubItems glob="guides/anchor/!(index).html"}}
{{/sidebarSubMenu}}
{{>sidebarSubMenu title="Concepts" glob="guides/concepts/*.html"}}
{{>sidebarSubMenu title="Walkthroughs" glob="guides/walkthroughs/*.html"}}
{{>sidebarSubItems glob="guides/!(index|contributing|anchor|exchange).html"}}
{{>sidebarSubItems glob="guides/contributing.html"}}
</ul>
</div>
</div>
| <div class="siteSidebar pageNavListBounder">
<div class="mainSidebar">
<ul class="pageNavList">
{{#sidebarSubMenu "Get Started" numbered="true" }}
{{>sidebarSubItems glob="guides/get-started/index.html"}}
{{>sidebarSubItems glob="guides/get-started/!(index).html"}}
{{/sidebarSubMenu}}
{{#sidebarSubMenu "Become an Anchor" numbered="true" }}
{{>sidebarSubItems glob="guides/anchor/index.html"}}
{{>sidebarSubItems glob="guides/anchor/!(index).html"}}
{{/sidebarSubMenu}}
{{>sidebarSubMenu title="Concepts" glob="guides/concepts/*.html"}}
{{>sidebarSubMenu title="Walkthroughs" glob="guides/walkthroughs/*.html"}}
{{>sidebarSubItems glob="guides/!(index|contributing|anchor).html"}}
{{>sidebarSubItems glob="guides/contributing.html"}}
</ul>
</div>
</div>
| Add 'Set up an exchange' back | Add 'Set up an exchange' back
| Handlebars | apache-2.0 | stellar/developers,stellar/developers |
d1ee9d7bb05fb17f9f1d3b0f772a39669c5d7617 | src/main/resources/templates/greeting/index.hbs | src/main/resources/templates/greeting/index.hbs | {{#partial "content"}}
<table>
<thead>
<tr>
<th>Id</th>
<th>Template</th>
<th>Examples</th>
</tr>
</thead>
<tbody>
{{#greetings}}
{{> greeting/_detail this.names}}
{{/greetings}}
</tbody>
</table>
{{/partial}}
{{> layouts/base title="All greetings"}}
| {{#partial "content"}}
<table>
<thead>
<tr>
<th>Id</th>
<th>Template</th>
<th>Examples</th>
</tr>
</thead>
<tbody>
{{#greetings}}
{{> greeting/_detail this.names}}
{{/greetings}}
</tbody>
</table>
<p>
<a href="/greeting/new">Add a new greeting</a>
</p>
{{/partial}}
{{> layouts/base title="All greetings"}}
| Add a link to create a greeting from the list view. | Add a link to create a greeting from the list view.
| Handlebars | bsd-3-clause | hainesr/mvc-dev,hainesr/mvc-dev |
6077ef12731a71f9ac5425f0bfa9fcf6a4bce6b0 | src/templates/map/layer-switcher.hbs | src/templates/map/layer-switcher.hbs | <div class="panel">
<ul>
<li class="group base-group">
<ul>
{{#each baseLayers}}
<li class="layer base-layer">
<input type="radio" name="base" id="{{id}}" {{#if visible}}checked="checked"{{/if}}>
<label for="{{id}}">{{title}}</label>
</li>
{{/each}}
</ul>
</li>
<li class="group overlay-group">
<ul>
{{#each overlayLayers}}
<li class="layer overlay-layer">
{{#if exclusive}}
<input type="radio" name="exclusive" id="{{id}}" {{#if visible}}checked="checked"{{/if}}>
{{else}}
<input type="checkbox" id="{{id}}" {{#if visible}}checked="checked"{{/if}}>
{{/if}}
<label for="{{id}}">{{title}}</label>
</li>
{{/each}}
</ul>
</li>
</ul>
</div>
| <div class="panel">
<ul>
<li class="group base-group">
<ul>
{{#each baseLayers}}
<li class="layer base-layer">
<input type="radio" name="base" id="{{id}}" {{#if visible}}checked="checked"{{/if}}>
<label for="{{id}}">{{title}}</label>
</li>
{{/each}}
</ul>
</li>
<li class="group overlay-group">
<ul>
{{#each overlayLayers}}
<li class="layer overlay-layer">
<input type="checkbox" id="{{id}}" {{#if visible}}checked="checked"{{/if}}>
<label for="{{id}}">{{title}}</label>
</li>
{{/each}}
</ul>
</li>
</ul>
</div>
| Use only checkbox for layer switcher to allow hiding of all exclusive layers | Use only checkbox for layer switcher to allow hiding of all exclusive layers
| Handlebars | mit | maurimiranda/geo-dashboard,maurimiranda/geodashboard,maurimiranda/geo-dashboard,maurimiranda/geodashboard |
c92abba932ea8cd945756031085d43693a797dc9 | app/templates/components/notification-dropdown.hbs | app/templates/components/notification-dropdown.hbs | <i class="mail outline icon"></i>
<div class="floating ui teal circular mini label {{if device.isMobile 'tiny text'}}">{{notifications.length}}</div>
<div class="ui wide notification popup bottom left transition">
<div class="ui basic inverted horizontal segments">
<div class="ui basic left aligned segment weight-800">
{{#link-to 'notifications'}}
{{t 'Notifications'}}
{{/link-to}}
</div>
<div class="ui basic right aligned segment weight-400">
<a href="#">{{t 'Mark all as Read'}}</a>
</div>
</div>
<div class="ui fluid link celled selection list">
{{#each notifications as |notification|}}
<div class="item">
<div class="header">
{{notification.title}}
</div>
<div class="content weight-600">
{{notification.description}}
</div>
<div class="left floated content">
{{moment-from-now notification.createdAt}}
</div>
</div>
{{/each}}
</div>
</div>
| <i class="mail outline icon {{unless notifications.length 'ui less right margin'}}"></i>
{{#if notifications.length}}
<div class="floating ui teal circular mini label {{if device.isMobile 'tiny text'}}">{{notifications.length}}</div>
{{/if}}
<div class="ui wide notification popup bottom left transition">
<div class="ui basic inverted horizontal segments">
<div class="ui basic left aligned segment weight-800">
{{#link-to 'notifications'}}
{{t 'Notifications'}}
{{/link-to}}
</div>
<div class="ui basic right aligned segment weight-400">
<a href="#">{{t 'Mark all as Read'}}</a>
</div>
</div>
<div class="ui fluid link celled selection list">
{{#each notifications as |notification|}}
<div class="item">
<div class="header">
{{notification.title}}
</div>
<div class="content weight-600">
{{notification.description}}
</div>
<div class="left floated content">
{{moment-from-now notification.createdAt}}
</div>
</div>
{{/each}}
</div>
</div>
| Make count label not appear when 0 new notifications | Make count label not appear when 0 new notifications
| Handlebars | apache-2.0 | geekyd/open-event-frontend,harshitagupta30/open-event-frontend,harshitagupta30/open-event-frontend,harshitagupta30/open-event-frontend,geekyd/open-event-frontend,ritikamotwani/open-event-frontend,ritikamotwani/open-event-frontend,CosmicCoder96/open-event-frontend,CosmicCoder96/open-event-frontend,geekyd/open-event-frontend,CosmicCoder96/open-event-frontend,ritikamotwani/open-event-frontend |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.