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
1e1da535b235e9cef2d2f4c0aff1e5faeb92e269
app/404.static.hbs
app/404.static.hbs
--- _options: layout: app/layouts/main.static.hbs meta: title: 404 Error description: Page not found. name: makenew-tasty-brunch locale: en_US --- <h1>Page not found.</h1>
--- _options: layout: app/layouts/main.static.hbs meta: title: 404 Error description: Page not found. name: makenew-tasty-brunch locale: en_US --- <h1>Page not found</h1>
Remove period from 404 h1
Remove period from 404 h1
Handlebars
mit
makenew/tasty-brunch,rxlabs/tasty-todos,makenew/tasty-brunch,rxlabs/tasty-todos,makenew/tasty-brunch,rxlabs/tasty-todos
7542087b635e6de212246ed89e8816ba45fd73f2
front/app/templates/application.hbs
front/app/templates/application.hbs
<a class="github-fork-ribbon left-top" href="https://github.com/dikaiosune/rust-dashboard" title="Fork me on GitHub">Fork me on GitHub</a> <nav class="container"> {{#if isBrowserOutdated}} <div style="padding: 20px 0;background: black;color: red;text-align: center;"> Sorry your browser is outd...
<a class="github-fork-ribbon left-top" href="https://github.com/dikaiosune/rust-dashboard" title="Fork me on GitHub">Fork me on GitHub</a> <nav class="container"> <h2 id="title">Rust Language Project Metrics</h2> {{#link-to 'summary'}}Home{{/link-to}} &bull; {{#link-to 'fcp'}}FCPs{{/link-to}...
Use browser-update.org for outdated browser warning
Use browser-update.org for outdated browser warning
Handlebars
apache-2.0
bjorn3/rust-dashboard,bjorn3/rust-dashboard,bjorn3/rust-dashboard,bjorn3/rust-dashboard
ef22b6a522ebbd61c82c307bd1e5fb6ec0e8a76f
app/views/jst/jquery/ModuleSequenceFooter.handlebars
app/views/jst/jquery/ModuleSequenceFooter.handlebars
<div class='module-sequence-padding'></div> <div class='module-sequence-footer' role="navigation" aria-label="{{#t}}Module Navigation{{/t}}"> <div class="module-sequence-footer-content"> {{#if previous.show}} <a href="{{previous.url}}" role="button" class="Button module-sequence-foot...
<div class='module-sequence-padding'></div> <div class='module-sequence-footer' role="navigation" aria-label="{{#t}}Module Navigation{{/t}}"> <div class="module-sequence-footer-content"> {{#if previous.show}} <a href="{{previous.url}}" role="button" class="Button module-sequence-foot...
Fix invalid aria-disabled markup in modSeqFooter
Fix invalid aria-disabled markup in modSeqFooter Fixes: CNVS-40137 If you want to aria-disable something, you should have no `aria-disabled` attribute, instead of saying: aria-disabled=“false” (just like the `disabled` attribute) Test plan: the “next” button in the module sequence footer should not have an “aria-dis...
Handlebars
agpl-3.0
instructure/canvas-lms,sfu/canvas-lms,instructure/canvas-lms,instructure/canvas-lms,sfu/canvas-lms,instructure/canvas-lms,sfu/canvas-lms,djbender/canvas-lms,djbender/canvas-lms,sfu/canvas-lms,instructure/canvas-lms,djbender/canvas-lms,instructure/canvas-lms,sfu/canvas-lms,sfu/canvas-lms,instructure/canvas-lms,sfu/canva...
7d7caf245091d7785ed9e56b430eb4389f0b18ec
app/templates/admin/events/list.hbs
app/templates/admin/events/list.hbs
<div class="sixteen column wide"> {{events/events-table columns=columns data=model useNumericPagination=true showGlobalFilter=true showPageSize=true moveToDetails=(action 'moveToDetails') editEvent=(action 'editEvent') openDeleteEventModal=(action 'openDeleteEventModal') }} {{modals/event-...
<div class="sixteen column wide"> {{events/events-table columns=columns data=model useNumericPagination=true showGlobalFilter=true showPageSize=true moveToDetails=(action 'moveToDetails') editEvent=(action 'editEvent') openDeleteEventModal=(action 'openDeleteEventModal') customGlobalFilter...
Add functional global filter to admin-events
Add functional global filter to admin-events
Handlebars
apache-2.0
ritikamotwani/open-event-frontend,CosmicCoder96/open-event-frontend,CosmicCoder96/open-event-frontend,CosmicCoder96/open-event-frontend,ritikamotwani/open-event-frontend,ritikamotwani/open-event-frontend
7c8428358e6fe673fa2c27d3868d2faae982aa40
addon/templates/components/nypr-story/share-buttons.hbs
addon/templates/components/nypr-story/share-buttons.hbs
<button class="btn btn--circle btn--mq-graywhite" {{action 'popupShareWindow' 'Facebook'}} title="Share on Facebook"> <i class="fa fa-facebook"></i> <span class="for-screenreaders">Share on Facebook</span> </button> <button class="btn btn--circle btn--mq-graywhite" {{action 'popupShareWindow' 'Twitter'}} ...
<button class="btn btn--circle btn--mq-graywhite" {{action 'popupShareWindow' 'Facebook'}} title="Share on Facebook" data-action="Facebook"> <i class="fa fa-facebook"></i> <span class="for-screenreaders">Share on Facebook</span> </button> <button class="btn btn--circle btn--mq-graywhite" {{action 'popupSh...
Add data-action properties to share buttons to track sharing platforms
Add data-action properties to share buttons to track sharing platforms
Handlebars
mit
nypublicradio/nypr-ui,nypublicradio/nypr-ui
9c09d351ff6e312dcf00316f20ca42e835e46b04
addon/templates/components/liquid-wormhole.hbs
addon/templates/components/liquid-wormhole.hbs
{{#if hasSend}} {{#if hasBlock}} {{#component send id=wormholeId class=(concat wormholeClass " liquid-wormhole-element")}} {{yield}} {{/component}} {{else}} {{component send id=wormholeId class=(concat wormholeClass " liquid-wormhole-element")}} {{/if}} {{else}} <div id={{wormholeId}} class="{...
{{#if hasSend}} {{#if hasBlock}} {{#component send id=wormholeId class=(concat wormholeClass " liquid-wormhole-element") as |details|}} {{yield details}} {{/component}} {{else}} {{component send id=wormholeId class=(concat wormholeClass " liquid-wormhole-element")}} {{/if}} {{else}} <div id={{...
Allow Composable Components with Liquid Wormhole
Allow Composable Components with Liquid Wormhole By passing the top level component yielded data to liquid-wormhole's `yield` statement, it allows for creating composable components within the liquid-wormhole. This allows for the following structure: // some-template.hbs {{#liquid-wormhole send="app-sidebar" ...
Handlebars
mit
pzuraq/liquid-wormhole,pzuraq/liquid-wormhole
5d295229c21d1242e6a2bb865d7311168f459cb6
src/main/web/templates/handlebars/list/partials/list-page-breadcrumb.handlebars
src/main/web/templates/handlebars/list/partials/list-page-breadcrumb.handlebars
<nav class="breadcrumb print--hide"> <ol class="breadcrumb__list"> {{#each breadcrumb}} <li class="breadcrumb__item"> <a class="breadcrumb__link" href="{{uri}}">{{description.title}}</a> </li> {{/each}} <li class="breadcrumb__item capitalise"> {{label}} </li> </ol> </nav>
<nav class="breadcrumb print--hide" aria-label="Breadcrumbs"> <ol class="breadcrumb__list"> {{#each breadcrumb}} <li class="breadcrumb__item"> <a class="breadcrumb__link" href="{{uri}}">{{description.title}}</a> </li> {{/each}} <li class="breadcrumb__item capitalise"> {{label}} </li> </ol> </nav>
Add missing label from breadcrumb nav
Add missing label from breadcrumb nav
Handlebars
mit
ONSdigital/babbage,ONSdigital/babbage,ONSdigital/babbage,ONSdigital/babbage
d6ed4964e09e63dc06803ec5afa4444474bed15e
partials/software/sidebar.handlebars
partials/software/sidebar.handlebars
<div class="siteSidebar pageNavListBounder"> <div class="mainSidebar"> <ul class="pageNavList"> {{#sidebarSubMenu "Stellar Core"}} {{>sidebarSubItems glob="stellar-core/software/*.html"}} {{>sidebarSubItems glob="stellar-core/software/*.pdf"}} {{/sidebarSubMenu}} <li class="page...
<div class="siteSidebar pageNavListBounder"> <div class="mainSidebar"> <ul class="pageNavList"> {{#sidebarSubMenu "Stellar Core"}} {{>sidebarSubItems glob="stellar-core/software/*.html"}} {{>sidebarSubItems glob="stellar-core/software/*.pdf"}} {{/sidebarSubMenu}} <li class="page...
Add a link to Known Issues
Add a link to Known Issues
Handlebars
apache-2.0
stellar/developers,stellar/developers
a1e30be3b729ac2e6c69b8afc9629c45b14fae6c
app/components/events-map/template.hbs
app/components/events-map/template.hbs
<div class="row"> <div class="col-xs-12 text-center"> No map yet. Check out the list view. </div> </div> {{yield}}
<h3 class="text-center">No map yet. Check out the list view.</h3> {{yield}}
Change home page map view message
Change home page map view message
Handlebars
mit
BigGillyStyle/events,BigGillyStyle/events
2fa7e0a98ce8240c7266334512001fb411c1a14d
post.hbs
post.hbs
{{!< default}} {{#post}} <article class="{{post_class}}"> <header> <a id="back-button" class="btn small square" href="javascript:history.back()">« Back</a> <div class="post meta"> <time datetime="{{date format="DD MMM YYYY"}}">{{date format="DD MMM YYYY"}}</time> <span class="post ta...
{{!< default}} {{#post}} <article class="{{post_class}}"> <header> <a id="back-button" class="btn small square" href="javascript:history.back()">« Back</a> <div class="post meta"> <time datetime="{{date format="DD MMM YYYY"}}">{{date format="DD MMM YYYY"}}</time> <span class="post ta...
Add another add between header and content
Add another add between header and content
Handlebars
mit
kutyel/uno-zen,kutyel/uno-zen
962ec8b3ddcbde912352c01599bc862f9266a0d6
views/doc/index.handlebars
views/doc/index.handlebars
<div class="row"> <div class="col-md-12"> {{{nav}}} <p><a href="{{BASE_URI}}">&uarr; up to Pubrules home</a></p> <h2>Pubrules documentation</h2> <h3 id="publication"><a href="#publication">Publication rules</a></h3> {{#each tracks}} <h4 id="{{this.abbr}}"><a href="#{{this.abbr}}">{{this...
<div class="row"> <div class="col-md-12"> {{{nav}}} <p><a href="{{BASE_URI}}">&uarr; up to Pubrules home</a></p> <h2>Pubrules documentation</h2> <h3 id="publication"><a href="#publication">Publication rules</a></h3> {{#each tracks}} <h4 id="{{this.abbr}}"><a href="#{{this.abbr}}">{{this...
Fix relative links to profile rules
Fix relative links to profile rules
Handlebars
mit
w3c/specberus,w3c/specberus,w3c/specberus
4e8f8b63de3bce5a71f2df082bf2d3e353f506f3
assets/sass/templates/text-input-single-line.hbs
assets/sass/templates/text-input-single-line.hbs
<form> <p> <label for="textin">A <code>text</code> input field</label> <input name="textin" id="textin" type="text" /> </p> <p> <label for="numberin">A <code>number</code> input field</label> <input name="numberin" id="numberin" type="number" pattern="[0-9]*" /> </p> <p> <label for="phonei...
<form> <p> <label for="textin">A <code>text</code> input field</label> <input name="textin" id="textin" type="text" /> </p> <p> <label for="numberin">A <code>number</code> input field</label> <input name="numberin" id="numberin" type="number" /> </p> <p> <label for="phonein">A phone number...
Remove invalid 'pattern' attribute from input type='number' example
Remove invalid 'pattern' attribute from input type='number' example
Handlebars
mit
AusDTO/gov-au-ui-kit,AusDTO/gov-au-ui-kit,AusDTO/gov-au-ui-kit
fc15beb93471837ed86039ae88ce9e264763c4e1
app/assets/javascripts/templates/metadata_accordion.handlebars
app/assets/javascripts/templates/metadata_accordion.handlebars
<div class="accordion"> {{#each category in content}} <div class="accordion-group"> <div class="accordion-heading"> <a {{bindAttr href="category.collapsibleHref"}} class="accordion-toggle" data-toggle="collapse" data-parent="metadata-accordion"> {{category.name}} </a> </div> ...
<div class="accordion"> {{#each category in content}} <div class="accordion-group"> <div class="accordion-heading"> <a {{bindAttr href="category.collapsibleHref"}} class="accordion-toggle" data-toggle="collapse" data-parent="metadata-accordion"> {{category.name}} </a> </div> ...
Use Ember.Select for listing of metadata
Use Ember.Select for listing of metadata
Handlebars
mit
textlab/rglossa,textlab/glossa,textlab/glossa,textlab/rglossa,textlab/rglossa,textlab/glossa,textlab/rglossa,textlab/glossa,textlab/rglossa,textlab/glossa
ff7614be2ed6e78bc8590734636bf4303ea7ba1e
public/app/routes/stream/stream.hbs
public/app/routes/stream/stream.hbs
<div class="container"> <div clas="row"> <h1>Stream</h1> </div> <div clas="row"> <input type="text" class="form-control" placeholder="Search for..."> </div> <br/> <div class="row"> <div> <ul> {{#each item in controller.model}} ...
<div clas="row"> <h1>Stream</h1> </div> <div clas="row"> <input type="text" class="form-control" placeholder="Search for..."> </div> <br/> <div class="row"> <div> <ul> {{#each item in controller.model}} <li>{{#if item.sourceUri}} <a {{bind-attr href...
Remove container causing UX inconsistency
Remove container causing UX inconsistency
Handlebars
mit
korczis/lethe.it,korczis/lethe.it
ed05cadd600c8e26a7e1e0354c8d42e947c9b04c
app/views/home.handlebars
app/views/home.handlebars
<div id="description" class="row"> <div class="col-lg-12"> <div class="page-header"> <h1>Quality Control Check for Websites</h1> <p>Type a URL in the input field below and click "Go!". Must have "http://" in front of URL.</p> </div> </div><!-- /.col-lg-12 --> </div><!-- /.row --> <div id="input...
<div id="description" class="row"> <div class="col-lg-12"> <div class="page-header"> <h1>Quality Control Check for Websites</h1> <p>Type a URL in the input field below and click "Go!". Must have "http://" in front of URL.</p> </div> </div><!-- /.col-lg-12 --> </div><!-- /.row --> <div id="input...
Change input type to url
Change input type to url
Handlebars
mit
1forh/qc_test,1forh/qc_test
135dd57106dd2f3be2e7bef0e721296613e7b5c8
layouts/blog-index.hbs
layouts/blog-index.hbs
<!DOCTYPE html> <html lang="{{site.locale}}"> {{> html-head }} <body> {{> header active="blog" }} <main> <div class="container"> <ul> {{#each collections.blog}} {{#if title}} <li> <a href="../{{ path }...
<!DOCTYPE html> <html lang="{{site.locale}}"> {{> html-head }} <body> {{> header active="blog" }} <main> <div class="container"> <ul> {{#each collections.blog}} {{#if title}} <li> <a href="/{{../../sit...
Use absolute paths for blog posts
Use absolute paths for blog posts
Handlebars
mit
targos/new.nodejs.org,a0viedo/new.nodejs.org,cgvarela/new.nodejs.org,windhamdavid/new.nodejs.org,tjconcept/new.nodejs.org,matthewloring/new.nodejs.org,Delapouite/new.nodejs.org,stojanovic/new.nodejs.org,vaniaul/new.nodejs.org,yosuke-furukawa/new.nodejs.org,evanlucas/new.nodejs.org,iancrowther/new.nodejs.org,nodejs/new....
394c9242c1daf3c3c772bc4d8a89900694a2a6aa
templates/cta-widget.hbs
templates/cta-widget.hbs
<!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"> <link rel="stylesheet"...
<!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"> <link rel="stylesheet"...
Change height of cta button
Change height of cta button
Handlebars
apache-2.0
saasquatch/dollar-credit-theme,saasquatch/default-theme,saasquatch/default-theme,saasquatch/dollar-credit-theme
a60b5b6abea92c9fcc37c9714eaf8fae388b42e4
html/chat.handlebars
html/chat.handlebars
<div id="chat"> <input class="no-display" id="mobile-menu-switch-checkbox" type="checkbox"> <div id="left-col"> <div id="user"> <label class="mobile-only" id="mobile-menu-switch" for="mobile-menu-switch-checkbox"> <i class="fa fa-fw fa-navicon fa-lg"></i> </label...
<div id="chat"> <input class="no-display" id="mobile-menu-switch-checkbox" type="checkbox"> <div id="left-col"> <div id="user"> <label class="mobile-only" id="mobile-menu-switch" for="mobile-menu-switch-checkbox"> <i class="fa fa-fw fa-navicon fa-lg"></i> </label...
Use a ellipsis char instead of 3 separate points
Use a ellipsis char instead of 3 separate points
Handlebars
mit
kelunik/chat
1d0b920c27ef386b69028a1eca696682ab8a433b
src/feed.xml.hbs
src/feed.xml.hbs
<?xml version="1.0" encoding="UTF-8"?> <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <channel> <title>{{ happyplan.name }}</title> <description>{{ happyplan.description }}</description> <link>{{ happyplan.url }}/</link> <generator>{{ happyplan.pkg.name }} {{ happyplan....
<?xml version="1.0" encoding="UTF-8"?> <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <channel> <title>{{ happyplan.name }}</title> <description>{{ happyplan.description }}</description> <link>{{ happyplan.url }}/</link> <generator>{{ happyplan.pkg.name }} {{ happyplan....
Add a limit to 20 items for the feed by default.
Add a limit to 20 items for the feed by default.
Handlebars
mit
happyplan/happyplan,happyplan/happyplan
8ad63d2867cf856cc1b1f6ff06588ff9e4656e4b
handlebars/partials/api.md.hbs
handlebars/partials/api.md.hbs
## API-reference {{#if package.main}} {{{jsdoc package.main '#'}}} {{/if}}
{{#if package.main}} ## API-reference {{{jsdoc package.main '#'}}} {{/if}}
Remove "API"-header if no main-file is configured
Remove "API"-header if no main-file is configured
Handlebars
mit
nknapp/thought,nknapp/thought
01908cf49c80c5f2cdbb0cf40890f38e3fd75c57
client/app/templates/session/login.hbs
client/app/templates/session/login.hbs
{{outlet}} <div class="ui segment two column middle aligned stackable grid"> <div class="column" style="padding: 40px;"> <div class="ui form"> <div class="field"> <label>Epost</label> <div class="ui left icon input"> {{input value=email placeholder="Epost"}} <i class="us...
{{outlet}} <div class="ui segment two column middle aligned stackable grid"> <div class="column" style="padding: 40px;"> <div class="ui form"> <div class="field"> <label>Epost</label> <div class="ui left icon input"> {{input value=email placeholder="Epost"}} <i class="us...
Remove one of two blank lines at end of file
Remove one of two blank lines at end of file
Handlebars
mit
Turistforeningen/Hytteadmin,Turistforeningen/Hytteadmin
a9b4cff853b8db16ea65678e3f92aa7bdf24be4d
addon/templates/components/cc-field.hbs
addon/templates/components/cc-field.hbs
<div class="cc-field"> {{yield (hash states=states description=(component "cc-field--description" kind=kind size=size ) input=(component input ids=ids size=size onFocusIn=(action "onFocusIn") onFocusOut=(action "onFocusOut") ) label=(component "cc-field--lab...
<div class="cc-field"> {{yield (hash states=states description=(component "cc-field--description" kind=kind size=size ) input=(component input ids=(hash input=generatedInputId label=generatedLabelId) size=size onFocusIn=(action "onFocusIn") onFocusOu...
Fix field not passing in input and label ids correctly.
Fix field not passing in input and label ids correctly.
Handlebars
mit
jacojoubert/compond-components,jacojoubert/compond-components
5b661fd1ffd81f7d99e396f008d3848efc2ac665
app/templates/components/top-routes.hbs
app/templates/components/top-routes.hbs
<h5>Top Routes</h5> {{#each topData as |routeTrend|}} <h6>Route {{routeTrend.routeNumber}} {{routeTrend.routeName}}</h6> <div id={{routeTrend.selector}}></div> {{/each}}
<div class='title'>High-Ridership Routes <span class='title--subtle'>Top 10</span></div> {{#each topData as |routeTrend|}} <div class='chart-header'>{{routeTrend.routeName}}</div> <div id={{routeTrend.selector}}></div> {{/each}}
Add BEM css selector to top-route template.
Add BEM css selector to top-route template.
Handlebars
mit
jga/capmetrics-web,jga/capmetrics-web
3221700ee9b69dd62cd99bc1ed863c0fe9b87d27
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'}}&nbsp;{{trait.score}}</h5> <div class="c...
<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'}}&nbsp;{{trait.score}}</h5> <div class="c...
Make exit button redirect to exit page
Make exit button redirect to exit page
Handlebars
apache-2.0
samanehsan/isp,CenterForOpenScience/isp,samanehsan/isp,CenterForOpenScience/isp,CenterForOpenScience/isp,samanehsan/isp
3c852a1929643bf8d57569c1820597c9dff14ad9
tessera-frontend/src/templates/action.hbs
tessera-frontend/src/templates/action.hbs
{{#if action.divider}} <li class="divider" data-ds-show="{{action.show}}" data-ds-hide="{{action.hide}}"/> {{else}} <li role="presentation" class="{{action.css}}" data-ds-action="{{action.name}}" data-ds-category="{{category}}" data-ds-show="{{action.show}}" data-ds-hide="{{action.hide}}"> <...
{{#if action.divider}} <li class="divider" data-ds-show="{{action.show}}" data-ds-hide="{{action.hide}}"/> {{else}} <li role="presentation" class="{{action.css}}" data-ds-action="{{action.name}}" data-ds-category="{{category}}" data-ds-show="{{action.show}}" data-ds-hide="{{action.hide}}"> <...
Use fixed width icons in menu items for cleaner appearance
Use fixed width icons in menu items for cleaner appearance
Handlebars
apache-2.0
urbanairship/tessera,aalpern/tessera,aalpern/tessera,urbanairship/tessera,tessera-metrics/tessera,aalpern/tessera,aalpern/tessera,urbanairship/tessera,urbanairship/tessera,aalpern/tessera,tessera-metrics/tessera,tessera-metrics/tessera,urbanairship/tessera,tessera-metrics/tessera,tessera-metrics/tessera
62cc8b658e347b32cb7cb6157eaf22b8716e7cc9
static/templates/settings/streams-list-admin.handlebars
static/templates/settings/streams-list-admin.handlebars
<div id="admin-streams-list" class="settings-section" data-name="streams-list-admin"> <input type="text" class="search" placeholder="{{t 'Filter streams' }}" /> <div class="clear-float"></div> <div class="side-padded-container"> <p class="admin-streams-note">{{#tr this}}Most stream administration i...
<div id="admin-streams-list" class="settings-section" data-name="streams-list-admin"> <div class="tip"> {{#tr this}}Most stream administration is done on the <a href="/#streams">Streams page</a>.{{/tr}} </div> <input type="text" class="search" placeholder="{{t 'Filter streams' }}" /> <div class...
Change stream list top text to a tip.
settings: Change stream list top text to a tip.
Handlebars
apache-2.0
andersk/zulip,zulip/zulip,jackrzhang/zulip,rishig/zulip,punchagan/zulip,timabbott/zulip,Galexrt/zulip,rht/zulip,Galexrt/zulip,rht/zulip,tommyip/zulip,kou/zulip,timabbott/zulip,rishig/zulip,synicalsyntax/zulip,jackrzhang/zulip,vaidap/zulip,mahim97/zulip,rht/zulip,brockwhittaker/zulip,shubhamdhama/zulip,punchagan/zulip,v...
407dbc844aeab2e1f71f8367e9ec3632dc7209b5
src/download/Metalink.hbs
src/download/Metalink.hbs
<?xml version="1.0" encoding="UTF-8"?> <metalink xmlns="urn:ietf:params:xml:ns:metalink"> {{#if date}}<published>{{ date }}</published>{{/if}} {{#each files}}<file name="{{ this.name }}"> <url priority="1">{{ this.url }}</url> </file> {{/each}} </metalink>
<?xml version="1.0" encoding="UTF-8"?> <metalink xmlns="urn:ietf:params:xml:ns:metalink">{{#if date}} <published>{{ date }}</published>{{/if}} {{#each files}} <file name="{{ this.name }}"> <url priority="1">{{ this.url }}</url> </file> {{/each}} </metalink>
Adjust whitespace in metalink template.
Adjust whitespace in metalink template.
Handlebars
mit
eoxc/eoxc,eoxc/eoxc
4e29eedef05bfdb1c8c2abb0dd5b4a3406536242
partials/navigation.hbs
partials/navigation.hbs
<nav class="navbar navbar-default blog-navbar"> <div class="container-fluid"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-...
<nav class="navbar navbar-default blog-navbar"> <div class="container-fluid"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-...
Put tooltips for Twitter and RSS
Put tooltips for Twitter and RSS
Handlebars
mit
charanpald/ghostly-boots,charanpald/ghostly-boots
97ea107c7cfc79fa30a728dc75d037a96e333a56
shared/templates/no-location.handlebars
shared/templates/no-location.handlebars
<p>Unable to determine your location :(</p>
<p>Unable to determine your location :(</p> <p>Check out some photos near <a href="/places/2367105/">Boston</a>!</p>
Add link to Boston photos in NoLocationView.
Add link to Boston photos in NoLocationView.
Handlebars
mit
ericf/photosnear.me
fda94dec53114eac1c8b536f672dbb4dc8616b92
app/templates/partial/preparation/zoology-entomology.hbs
app/templates/partial/preparation/zoology-entomology.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"> ...
<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"> ...
Add object description to entomology
Add object description to entomology
Handlebars
agpl-3.0
DINA-Web/collections-ui,DINA-Web/collections-ui,DINA-Web/collections-ui
99971cf5faf5e0bced04a8be2f71c96eb3ed9a5e
tests/dummy/app/templates/application.hbs
tests/dummy/app/templates/application.hbs
<h2 id='title'>ember-colpick</h2> <p>ember component for <a href="http://colpick.com/">http://colpick.com/</a></p> {{#link-to 'index'}} inline {{/link-to}} | {{#link-to 'input'}} input {{/link-to}} <br> <br> {{outlet}}
<h2 id='title'>ember-colpick</h2> <p>ember component for <a href="https://github.com/mrgrain/colpick">jquery-colpick</a></p> {{#link-to 'index'}} inline {{/link-to}} | {{#link-to 'input'}} input {{/link-to}} <br> <br> {{outlet}}
Update link to jquery-colpick in dummy app
Update link to jquery-colpick in dummy app
Handlebars
mit
yapplabs/ember-colpick,yapplabs/ember-colpick
11244a2e902ed13acabb5a92acc76a2e57b4b41a
internals/generators/container/index.js.hbs
internals/generators/container/index.js.hbs
/* * * {{ properCase name }} * */ import React from 'react'; import { connect } from 'react-redux'; import select{{properCase name}} from './selectors'; {{#if wantCSS}} import styles from './styles.css'; {{/if}} export class {{ properCase name }} extends React.Component { // eslint-disable-line react/prefer-state...
/* * * {{ properCase name }} * */ import React from 'react'; import { connect } from 'react-redux'; {{#if wantActionsAndReducer}} import select{{properCase name}} from './selectors'; {{/if}} {{#if wantCSS}} import styles from './styles.css'; {{/if}} export class {{ properCase name }} extends React.Component { // ...
Add if and if-else to container to link selector
Add if and if-else to container to link selector Modifies internals/generators/container/index.js.hbs with: * if statment wrapped around selector include * if and if-else wrapped around mapSateToProps add
Handlebars
mit
absortium/frontend,kaizen7-nz/gold-star-chart,StrikeForceZero/react-typescript-boilerplate,ipselon/react-boilerplate-clone,samit4me/react-boilerplate,SilentCicero/react-boilerplate,dbrelovsky/react-boilerplate,TheTopazWombat/levt-2,chaintng/react-boilerplate,ipselon/react-boilerplate-clone,jasoncyu/always-be-bulking,gt...
616346dc02f22fc557868423deb620ba54520865
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="{{ base...
<?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="{{ base...
Use the right parameter for the image :art:
Use the right parameter for the image :art:
Handlebars
mit
desert-planet/ayp
6cf363e2d32fe36007128b7594c95fd358e07284
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 Future</description> <link>{{ baseUrl }}/</link> <atom:link href="{{ bas...
<?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 Future</description> <link>{{ baseUrl }}/</link> <atom:link href="{{ bas...
Use a zero-length enclosure for the image
Use a zero-length enclosure for the image
Handlebars
mit
desert-planet/ayp
6acd9a4c1cabf6e527fa0c1c0a7e18d5e6f555a9
app/templates/application.hbs
app/templates/application.hbs
<div class="container-fluid"> {{application-menu search=search showSearch=showSearch}} {{outlet}} <!-- Footer --> <br/><br/> <footer class="footer"> <div>&copy;2017 Eric Fehr&nbsp;-&nbsp;<a href="http://nextdeploy.io" target="_blank">NextDeploy</a>&nbsp; v1.9</div> </footer> </div>
<div class="container-fluid"> {{application-menu search=search showSearch=showSearch}} {{outlet}} <!-- Footer --> <br/><br/> <footer class="footer"> <div>&copy;2017 Eric Fehr&nbsp;-&nbsp;<a href="http://nextdeploy.io" target="_blank">NextDeploy</a>&nbsp; v1.9.1</div> </footer> </div>
Change version in footer to v1.9.1
Change version in footer to v1.9.1
Handlebars
mit
ricofehr/nextdeploy-webui,ricofehr/nextdeploy-webui
1c72756d99491380ffd840cdd0b5edcdbe7ba8de
addon/components/form-button.hbs
addon/components/form-button.hbs
<button class=" {{@class}} {{if this.isActing @buttonActingClass}} {{if @icon " icon"}} {{if @disabled " disabled"}} " type={{if (eq this.buttonType "submit") "submit" "button"}} disabled={{@disabled}} ...attributes data-test-form-button="{{this.buttonType}}" {{on "click" (stop-propagation this...
<button class=" {{@class}} {{if this.isActing @buttonActingClass}} {{if @isActing @buttonActingClass}} {{if @icon " icon"}} {{if @disabled " disabled"}} " type={{if (eq this.buttonType "submit") "submit" "button"}} disabled={{@disabled}} ...attributes data-test-form-button="{{this.buttonType}}...
Allow acting to be driven from above
Allow acting to be driven from above
Handlebars
mit
Foodee/ember-foxy-forms,Foodee/ember-foxy-forms
e631ffb54f329f99faa2b190c76dc48a514c0b88
ghost/admin/templates/settings/tags.hbs
ghost/admin/templates/settings/tags.hbs
<header class="settings-view-header"> <a class="btn btn-default btn-back active" href="/ghost/settings/">Back</a> <h2 class="page-title">Tags</h2> <section class="page-actions"> <button type="button" class="btn btn-green" {{action "newTag"}}>New Tag</button> </section> </header> <section class=...
<header class="settings-view-header"> <h2 class="page-title">Tags</h2> <div class="js-settings-header-inner settings-header-inner"> {{#link-to 'settings' class='btn btn-default btn-back'}}Back{{/link-to}} </div> <section class="page-actions"> <button type="button" class="btn btn-green" {...
Fix back button on tag UI page
Fix back button on tag UI page closes #4703 - previous link used absolute url which fails for subdirectories
Handlebars
mit
TryGhost/Ghost,TryGhost/Ghost,TryGhost/Ghost
da121760d8fb8757f3e766a24a7329694a02f25d
tests/dummy/app/templates/application.hbs
tests/dummy/app/templates/application.hbs
<div class="ui fixed red inverted huge menu"> <div class="header item"> <img src="{{rootUrl}}/ember-logo.svg" class="ui image"> Semantic UI Table </div> {{link-to "Basic Table" "index" class="item"}} {{link-to "Table with Ember Data" "ember-data" class="item"}} {{link-to "Interactive Table with Ember ...
<div class="ui fixed red inverted huge menu"> <div class="header item"> <img src="{{rootURL}}/ember-logo.svg" class="ui image"> Semantic UI Table </div> {{link-to "Basic Table" "index" class="item"}} {{link-to "Table with Ember Data" "ember-data" class="item"}} {{link-to "Interactive Table with Ember ...
Add link to API docs and GitHub project inside dummy app
Add link to API docs and GitHub project inside dummy app
Handlebars
mit
quantosobra/ember-semantic-ui-table,quantosobra/ember-semantic-ui-table
99f39e192138da472f090cd963276229b60ed603
partials/loop.hbs
partials/loop.hbs
{{!-- This is the post loop - each post will be output using this markup --}} {{#foreach posts}} <article class="{{post_class}}"> <header class="post-header"> <h2 class="post-title"><a href="{{url}}">{{title}}</a></h2> </header> {{#if image}} <a class="read-more" href="{{url}}"> <sect...
{{!-- This is the post loop - each post will be output using this markup --}} {{#foreach posts}} <article class="{{post_class}}"> <header class="post-header"> <h2 class="post-title"><a href="{{url}}">{{title}}</a></h2> </header> {{#if image}} <a class="read-more" href="{{url}}"> <sect...
Include authors on index page
Include authors on index page
Handlebars
mit
ArstanWhitebeard/high-heart,ArstanWhitebeard/high-heart,ArstanWhitebeard/high-heart
0ce62d8fdb1edf358f4c9bf2bf344350aa494a92
app/js/templates/init-template.hbs
app/js/templates/init-template.hbs
<form class="init"> <label>Start:</label> <input name="start" id="start" placeholder="Will be populated automatically"> <label>Destination:</label> <input name="destination" id="destination" placeholder="Where do you want to go?"> <a href="#map"><input type="submit" id="search" value="GO"/></a> </form>
<p class="description">Enter your start and end points and hit &ldquo;Go&rdquo;&mdash;we&rsquo;ll find all the points of interest along the way!</p> <form class="init"> <label>Start:</label> <input name="start" id="start" placeholder="Will be populated automatically"> <label>Destination:</label> <input name="destin...
Add a little UI text to the home view
Add a little UI text to the home view
Handlebars
mit
Localhost3000/along-the-way
6de0516850fa829ec180b071e75b4045b622a3b0
views/layouts/main.handlebars
views/layouts/main.handlebars
<!DOCTYPE html> <html> <head> <title>{{title}}</title> </head> <body> {{{body}}} </body> </html>
<!DOCTYPE html> <html> <head> <title>Dev Stars</title> </head> <body> {{{body}}} </body> </html>
Change title at layout page
Change title at layout page
Handlebars
mit
DevBook/DevBook,DevBook/DevBook
8da03723bf34150301f5256547fa1b9420135578
addon/templates/components/md-checkbox.hbs
addon/templates/components/md-checkbox.hbs
{{input type="checkbox" class="materialize-selectable-item-input" checked=isSelected disabled=disabled}} <label class="materialize-selectable-item-label">{{name}}{{yield}}</label> disabled: {{disabled}}
{{input type="checkbox" class="materialize-selectable-item-input" checked=isSelected disabled=disabled}} <label class="materialize-selectable-item-label">{{name}}{{yield}}</label>
Fix leftover "disabled" debug legend on checkbox
Fix leftover "disabled" debug legend on checkbox
Handlebars
mit
mgood/ember-cli-materialize,mdehoog/ember-cli-materialize,seanpdoyle/ember-cli-materialize,hankthetank/ember-cli-materialize,rynam0/ember-cli-materialize,dortort/ember-cli-materialize,sgasser/ember-cli-materialize,tmock12/ember-cli-materialize,mike-north/ember-cli-materialize,bashmach/ember-cli-materialize,sgasser/embe...
e53d27d6e359ada102d1235bb273ecf8cfb195b8
views/layouts/main.hbs
views/layouts/main.hbs
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Slack Invite Request</title> <meta name="description" content="Slack Invite Request"> <link rel="stylesheet" type="text/css" href="//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css"> <link rel="stylesheet" type="text/css" href="/s...
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Slack Invite Request</title> <meta name="description" content="Slack Invite Request"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" type="text/css" href="//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css...
Add meta description for viewport
Add meta description for viewport
Handlebars
mit
therealklanni/az-webdevs,therealklanni/az-webdevs
4ee38899e64c841b4ecb31382b7549a2ce59dbdd
server/views/admin/updateAll.hbs
server/views/admin/updateAll.hbs
{{!< main}} {{#contentFor 'header'}} <link rel="stylesheet" href="/css/admin.css"> {{/contentFor}} {{#contentFor 'breadcrumbs'}} <li><a href="/themes">Themes</a></li> {{/contentFor}} <div class="content"> <header> <h1> Update indicator data </h1> </header> <p class="readme-link"><a href="/im...
{{!< main}} {{#contentFor 'header'}} <link rel="stylesheet" href="/css/admin.css"> {{/contentFor}} {{#contentFor 'breadcrumbs'}} <li><a href="/themes">Themes</a></li> {{/contentFor}} <div class="content"> <header> <h1> Update indicator data </h1> </header> <p class="readme-link"><a href="/im...
Make feedback link actually go somewhere
Make feedback link actually go somewhere
Handlebars
bsd-3-clause
unepwcmc/NRT,unepwcmc/NRT
e0f97cb7f5fc92d32a4111db2325e1244dcb6645
default.hbs
default.hbs
<!DOCTYPE html> <html> <head> {{! Document Settings }} <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> {{! Page Meta }} <title>{{meta_title}}</title> <meta name="description" content="{{meta_description}}" /> <meta name="HandheldFriendly" content="True" /> ...
<!DOCTYPE html> <html> <head> {{! Document Settings }} <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> {{! Page Meta }} <title>{{meta_title}}</title> <meta name="description" content="{{meta_description}}" /> <meta name="HandheldFriendly" content="True" /> ...
Move jQuery above {{ghost_foot}}. Move {{ghost_foot}} into footer.
Move jQuery above {{ghost_foot}}. Move {{ghost_foot}} into footer.
Handlebars
mit
gchan/Casper
184351ae23401f7e62752716dd3ad62aa1c3e493
templates/errors/not-found.hbs
templates/errors/not-found.hbs
<div class="container"> <hgroup> <h1>{{t "package.not_found.title"}}</h1> <h2> {{#if package}} {{package.name}} will be yours. Oh yes, {{package.name}} will be yours. {{else}} {{canonicalURL}} does not exist. time to go outside. {{/if}} </h2> </hgroup> </div> <div cla...
<div class="container"> <hgroup> <h1>{{t "package.not_found.title"}}</h1> <h2> {{#if package}} {{package.name}} will be yours. Oh yes, {{package.name}} will be yours. {{else}} {{canonicalURL}} does not exist. time to go outside. {{/if}} </h2> </hgroup> </div> <div cla...
Add `npm publish` to 404 page instructions
Add `npm publish` to 404 page instructions Very cute 404 page :-)
Handlebars
isc
tiandavis/newww,whitneyit/newww,RichardLitt/newww,amilaonbitlab/newww,psalaets/newww,imshivs/newww,psalaets/newww,amilaonbitlab/newww,Constructor-io/newww,aks-/newww,watilde/newww,ericdouglas/newww,tiandavis/newww,amilaonbitlab/newww,marcellodesales/newww,alexindigo/newww,DanielBarnes/newww,zeusdeux/newww,jonathanmarve...
c674e56b8ee344a8c7b4871b760d650a6810c2b2
app/index/template.hbs
app/index/template.hbs
<div class="page page-index"> {{latest-contribution}} <div class={{if media.isDesktop "layout-row" "layout-column"}}> <div class="page-index-content intro flex text-center"> <h1>{{model.name}}</h1> <p> Stell dich der Herausforderung: Leiste jeden Tag im Advent (1.12. - 24.12.) einen ...
<div class="page page-index"> {{latest-contribution}} <div class={{if media.isDesktop "layout-row" "layout-column"}}> <div class="page-index-content intro flex text-center"> <h1>{{model.name}}</h1> <p> Stell dich der Herausforderung: Leiste jeden Tag im Advent (1.12. - 24.12.) einen ...
Write OSM correctly and add a link
Write OSM correctly and add a link Feedback from @sfkeller
Handlebars
mit
opensource-challenge/opensource-challenge-client,opensource-challenge/opensource-challenge-client
4ee4b050ccc170c54c109536efe799e6ca123c45
app/components/breakfast-listing/template.hbs
app/components/breakfast-listing/template.hbs
<div class="flex-container"> <div class="flex-item"> <div class="venueInfo"> <img src="https://lh3.googleusercontent.com/-LvroGvBAXVA/WWPkQxrzvCI/AAAAAAABhv0/vpiQYmET1c8G9Loh9MFMid19kPUEFHF4gCLIBGAYYCw/w180-h180-n-k-no/" class="img-rounded" alt="Pete's Cafe and Burrito Haven"> <span class="label venue...
<ul> {{#each model as |result|}} <div class="flex-container"> <div class="flex-item"> <div class="venueInfo"> <img src="https://lh3.googleusercontent.com/-LvroGvBAXVA/WWPkQxrzvCI/AAAAAAABhv0/vpiQYmET1c8G9Loh9MFMid19kPUEFHF4gCLIBGAYYCw/w180-h180-n-k-no/" class="img-rounded" alt="Pete's Cafe...
Add a loop for the list of results
Add a loop for the list of results
Handlebars
mit
marynganga/FunSquare,marynganga/FunSquare
af6ddaef62c9b3ef437c586ad78425a25a8f0db9
app/templates/components/expenses-table.hbs
app/templates/components/expenses-table.hbs
<table class="mdl-data-table mdl-js-data-table mdl-shadow--2dp" id="expense-table"> <thead> <tr> <th class="mdl-data-table__cell--non-numeric" {{action "sortByProperty" "name"}}>Title</th> <th class="mdl-data-table__cell--non-numeric" {{action "sortByProperty" "category"}}>Category</th> <th>Cos...
<div class="table-settings"> <div class="mdl-textfield mdl-js-textfield mdl-textfield--expandable st--float-left"> <label class="mdl-button mdl-js-button mdl-button--icon" for="search-query"> <i class="material-icons">search</i> </label> <div class="mdl-textfield__expandable-holder"> {{in...
Add buttons to filter expenses table by date
feat: Add buttons to filter expenses table by date
Handlebars
mit
pe1te3son/spendings-tracker,pe1te3son/spendings-tracker
db2e619704e1a14972c8e3d87eb2529b487c8a0a
app/templates/components/meaning-edit.hbs
app/templates/components/meaning-edit.hbs
<label> Definition {{validated-textarea value=model.def errors=errors.model.def}} </label> <label class="edit-example"> Example sentence <p>Note: no quotemarks are necessary.</p> {{validated-textarea value=model.example errors=errors.model.example placeholder="No example sentence! Please add one."}} </label> ...
<label> Definition {{validated-textarea value=model.def errors=errors.model.def}} </label> <label class="edit-example"> Example sentence <p>Note: no quotemarks are necessary.</p> {{validated-textarea value=model.example errors=errors.model.example placeholder="No example sentence! Please add one."}} </label> ...
Move labels above reason on edit proposal page
Move labels above reason on edit proposal page This brings the edit proposal page in line with the UI on all other add label pages.
Handlebars
mit
wordset/wordset-ui,BryanCode/wordset-ui,BryanCode/wordset-ui,wordset/wordset-ui,wordset/wordset-ui,kaelig/wordset-ui,BryanCode/wordset-ui,kaelig/wordset-ui
6f3ed64c4ec1d59cb599a233b9096bc0f8c659f5
template/youtube.handlebars
template/youtube.handlebars
<section><iframe id="ytplayer" type="text/html" width="800" height="500" src="https://www.youtube-nocookie.com/embed/{{content}}?rel=0&autoplay=1" frameborder="0"></iframe></section>
<section> <iframe id="ytplayer" width="800" height="500" type="text/html" src="https://www.youtube-nocookie.com/embed/{{content}}?rel=0" frameborder="0"></iframe> </section>
Remove `?autoplay=1` from YouTube iframe src URL template.
Remove `?autoplay=1` from YouTube iframe src URL template. - Indentation & reformatting.
Handlebars
mit
nerdnoir/beatlab,nerdnoir/beatlab
390dc807e4ea8a64c615a56110d74ba9cce42b21
public/templates/change_password.handlebars
public/templates/change_password.handlebars
<form> <div class="input"> <input type="text" name="password" maxlength="256" placeholder="{{t "users.password"}}"/> <input type="text" name="passwordConfirmation" maxlength="256" placeholder="{{t "users.confirm_password"}}"/> </div> <div class="controls"> <button type="button" clas...
<form> <div class="input"> <input type="password" name="password" maxlength="256" placeholder="{{t "users.password"}}" tabindex="1"/> <input type="password" name="passwordConfirmation" maxlength="256" placeholder="{{t "users.confirm_password"}}" tabindex="2"/> </div> <div class="controls"> ...
Fix field type and tab index on change password dialog
Fix field type and tab index on change password dialog
Handlebars
apache-2.0
prakash-alpine/chorus,hewtest/chorus,hewtest/chorus,prakash-alpine/chorus,jamesblunt/chorus,atul-alpine/chorus,jamesblunt/chorus,hewtest/chorus,prakash-alpine/chorus,hewtest/chorus,hewtest/chorus,atul-alpine/chorus,jamesblunt/chorus,jamesblunt/chorus,mpushpav/chorus,mpushpav/chorus,hewtest/chorus,atul-alpine/chorus,pra...
12d7d946eb8b94a8bcd1cefb1a361598acc2394d
share/spice/amazon/amazon_detail.handlebars
share/spice/amazon/amazon_detail.handlebars
<div> <img class="spotlight" src="/iu/?u={{img}}"> <div class="description"> <h1><a href="{{url}}">{{heading}}</a></h1> <br> <span class="price">{{price}}</span> &bull; by {{brand}} &bull; <img class="stars" src=""> (<a href="{{rating}}"><span class="review-count"...
<div> <img class="spotlight" src="/iu/?u={{img}}"> <div class="description"> <h1><a href="{{url}}">{{heading}}</a></h1> <br> <span class="price">{{price}}</span> &bull; by {{brand}} &bull; <img class="stars" src=""> (<a href="{{rating}}"><span class="review-count"...
Read More link is now included in detail api_response
Read More link is now included in detail api_response
Handlebars
apache-2.0
TomBebbington/zeroclickinfo-spice,marianosimone/zeroclickinfo-spice,stennie/zeroclickinfo-spice,levaly/zeroclickinfo-spice,lw7360/zeroclickinfo-spice,iambibhas/zeroclickinfo-spice,tagawa/zeroclickinfo-spice,cylgom/zeroclickinfo-spice,imwally/zeroclickinfo-spice,sagarhani/zeroclickinfo-spice,whalenrp/zeroclickinfo-spice...
7953158641cf348aedb09d663fbdb227adb06ebc
share/spice/xkcd/display/content.handlebars
share/spice/xkcd/display/content.handlebars
<div class="xkcd--container"> <div style="" class="xkcd--information"> <h3 class="zci__caption zci__result">{{title}}</h3> <h4 class="zci__subheader xkcd--date">{{month}} {{day}}, {{year}}</h4> <div class="xkcd--buttons"> {{#xkcd_previousNum num}} <a href="/?q=xkcd+{{num}}">Prev</a> {{/...
<div class="xkcd--container"> <div style="" class="xkcd--information"> <h3 class="zci__header">{{title}}</h3> <h4 class="zci__subheader xkcd--date">{{month}} {{day}}, {{year}}</h4> <div class="xkcd--buttons"> {{#xkcd_previousNum num}} <a href="/?q=xkcd+{{num}}">Prev</a> {{/xkcd_previousN...
Change Title to use zci__header CSS class
Change Title to use zci__header CSS class
Handlebars
apache-2.0
ppant/zeroclickinfo-spice,rmad17/zeroclickinfo-spice,deserted/zeroclickinfo-spice,stennie/zeroclickinfo-spice,Faiz7412/zeroclickinfo-spice,GrandpaCardigan/zeroclickinfo-spice,Faiz7412/zeroclickinfo-spice,imwally/zeroclickinfo-spice,ColasBroux/zeroclickinfo-spice,Kr1tya3/zeroclickinfo-spice,AcriCAA/zeroclickinfo-spice,s...
cedf32fd2ad17b6f653700aa61cf89bc8f2be286
src/evesrp/static/js/templates/entity_table.hbs
src/evesrp/static/js/templates/entity_table.hbs
<table class="table table-condensed"> <tr> <th>{{gettext "Name"}}</th> <th>{{gettext "Type"}}</th> <th>{{gettext "Authentication Source"}}</th> <th>{{gettext "Remove"}}</th> </tr> {{#each entities}} <tr> <td>{{this.name}}</td> {{#if this.length}} <td>{{gettext "Group"}} ({{this.lengt...
<table class="table table-condensed"> <tr> <th>{{gettext "Name"}}</th> <th>{{gettext "Type"}}</th> <th>{{gettext "Authentication Source"}}</th> <th>{{gettext "Remove"}}</th> </tr> {{#each entities}} <tr> <td>{{this.name}}</td> {{#if this.count}} <td>{{gettext "Group"}} ({{this.count}...
Fix typo in division permission table template
JS: Fix typo in division permission table template
Handlebars
bsd-2-clause
paxswill/evesrp,paxswill/evesrp,paxswill/evesrp
14467092dca82b054135bf9c35dd9c3a2c73a714
app/templates/course-materials.hbs
app/templates/course-materials.hbs
<div class="backtolink"> {{#link-to 'course' courseController.model}}{{t 'general.backToCourse'}}{{/link-to}} </div> {{course-summary-header course=model}} {{course-materials course=model sortBy=sortBy setSortBy=(action (mut sortBy))}}
<div class="backtolink"> {{#link-to 'course' model}}{{t 'general.backToCourse'}}{{/link-to}} </div> {{course-summary-header course=model}} {{course-materials course=model sortBy=sortBy setSortBy=(action (mut sortBy))}}
Fix link back to course
Fix link back to course We were passing bad data to the link-to helper
Handlebars
mit
stopfstedt/frontend,gboushey/frontend,thecoolestguy/frontend,dartajax/frontend,ilios/frontend,jrjohnson/frontend,djvoa12/frontend,gabycampagna/frontend,ilios/frontend,djvoa12/frontend,jrjohnson/frontend,dartajax/frontend,gabycampagna/frontend,stopfstedt/frontend,gboushey/frontend,thecoolestguy/frontend
268bc0d306a8c71b20f388804c0ca9c24b8d2958
app/templates/components/bs-accordion-item.hbs
app/templates/components/bs-accordion-item.hbs
<div role="tab" {{action "toggleActive"}} class="panel-heading {{if collapsed "collapsed"}}"> <h4 class="panel-title"> <a href="#"> {{title}} </a> </h4> </div> {{#bs-collapse collapsed=collapsed class="panel-collapse"}} <div class="panel-body"> {{yield}} </div> {{/bs-...
<div role="tab" {{action "toggleActive"}} class="panel-heading {{if collapsed "collapsed" "expanded"}}"> <h4 class="panel-title"> <a href="#"> {{title}} </a> </h4> </div> {{#bs-collapse collapsed=collapsed class="panel-collapse"}} <div class="panel-body"> {{yield}} </...
Add expanded class name for accordion item.
feat(AccordionItem): Add expanded class name for accordion item. Thanks to @Charizard
Handlebars
mit
srvance/ember-bootstrap,jelhan/ember-bootstrap,kaliber5/ember-bootstrap,kaliber5/ember-bootstrap,jelhan/ember-bootstrap,srvance/ember-bootstrap
4d7cf424f2e7c123c805fcc8539d618f5f6235c5
tests/dummy/app/templates/application.hbs
tests/dummy/app/templates/application.hbs
{{#paper-sidenav}} {{#paper-drawer}} <h1 class="logo"><img src="ember-logo.png" height="30"/>&nbsp;&nbsp;<strong>Paper</strong></h1> {{#paper-content}} <nav class="sidenav-nav"> <ul> <li>{{#link-to "index"}}Introduction{{/link-to}}</li> <li>{{#link-to "typography"}}Typography{{...
{{#paper-sidenav}} {{#paper-drawer}} <h1 class="logo"><img src="ember-logo.png" height="30"/>&nbsp;&nbsp;<strong>Paper</strong></h1> {{#paper-content}} <nav class="sidenav-nav"> <ul> <li>{{#link-to "index"}}Introduction{{/link-to}}</li> <li>{{#link-to "navigation"}}Navigation{{...
Move navigation to be the first link in the docs
Move navigation to be the first link in the docs
Handlebars
mit
JKGisMe/ember-paper,tmclouisluk/ember-paper,SirZach/ember-paper,mnutt/ember-paper,greyhwndz/ember-paper,yastupin/ember-paper,canufeel/ember-paper,jamesdixon/ember-paper,miguelcobain/ember-paper,PartCycleTech/ember-paper,ICT-Works/ember-paper,pauln/ember-paper,EricSchank/ember-paper,mhretab/ember-paper,baroquon/ember-pa...
f418f0707f6431aa2d091c403d9ec77f0eeaaaee
templates/user/billing-confirm-cancel.hbs
templates/user/billing-confirm-cancel.hbs
<form method="POST" action="/org/{{subscription.npm_org}}"> {{#if subscription.privateModules}} <p>Are you sure you want to cancel your private modules subscription?</p> {{else}} <p>Are you sure you want to cancel the subscription for the organization <strong>@{{subscription.npm_org}}</strong>?<</p> {{/if...
<form method="POST" action="/org/{{subscription.npm_org}}"> {{#if subscription.privateModules}} <p>Are you sure you want to cancel your private modules subscription?</p> {{else}} <p>Are you sure you want to cancel the subscription for the organization <strong>@{{subscription.npm_org}}</strong>?<</p> {{/if...
Add a well-styled back button
Add a well-styled back button
Handlebars
isc
aredridel/newww,nexdrew/newww,nexdrew/newww,kemitchell/newww,watilde/newww,aredridel/newww,kemitchell/newww,kemitchell/newww,nexdrew/newww,watilde/newww,watilde/newww,aredridel/newww
3be227331684ff997a798c34f9ecba9d6be2d673
static/templates/settings/organization_user_settings_defaults.hbs
static/templates/settings/organization_user_settings_defaults.hbs
<div id="realm-user-default-settings" class="settings-section" data-name="organization-level-user-defaults"> <div class="tip"> {{#tr}} Configure the <z-link>default personal preference settings</z-link> for new users joining your organization. {{#*inline "z-link"}}<a href...
<div id="realm-user-default-settings" class="settings-section" data-name="organization-level-user-defaults"> <div class="tip"> {{#tr}} Configure the <z-link>default personal preference settings</z-link> for new users joining your organization. {{#*inline "z-link"}}<a href...
Fix incorrect use of two class attributes for same element.
settings: Fix incorrect use of two class attributes for same element.
Handlebars
apache-2.0
rht/zulip,kou/zulip,andersk/zulip,rht/zulip,rht/zulip,rht/zulip,eeshangarg/zulip,zulip/zulip,zulip/zulip,eeshangarg/zulip,rht/zulip,eeshangarg/zulip,andersk/zulip,eeshangarg/zulip,kou/zulip,rht/zulip,kou/zulip,kou/zulip,zulip/zulip,eeshangarg/zulip,zulip/zulip,kou/zulip,andersk/zulip,andersk/zulip,kou/zulip,zulip/zulip...
1510981d302c9a54cabe73b87c0dde37881f9c79
app/templates/components/schedule-list.hbs
app/templates/components/schedule-list.hbs
{{#each list.schedules as |schedule|}} {{schedule-edit schedule=schedule onInsert='registerComponent' createNewEvent='createNewEvent' disallowAllEdits='disallowAllEdits'}} {{/each}} <div class="schedule__icon" {{action 'createNewSchedule'}}> + </div>
{{#each list.schedules as |schedule|}} {{schedule-edit schedule=schedule onInsert='registerComponent' createNewEvent='createNewEvent' disallowAllEdits='disallowAllEdits'}} {{/each}} <div> <div class="schedule__icon" {{action 'createNewSchedule'}}> + </div> </div>
Make the new schedule button behave the same as the other icons.
Make the new schedule button behave the same as the other icons.
Handlebars
mit
erbridge/iris,erbridge/gladys,erbridge/gladys,erbridge/iris
73457f1fdbf1aaa65d06c3e741c3649be49dca19
tests/dummy/app/templates/addons/index.hbs
tests/dummy/app/templates/addons/index.hbs
<h1 class="doc-page-title">Addons</h1> <p> Why addons for an addon? </p> <p> Is just not possible to cover all possible different select-like components and still provide a minimal and easy to use API. Everybody wants an special tweak, a pinch of awesomeness here and there. </p> <p> And yet, nobody likes m...
<h1 class="doc-page-title">Addons</h1> <p> Why addons for an addon? </p> <p> Is just not possible to cover all possible different select-like components and still provide a minimal and easy to use API. Everybody wants an special tweak, a pinch of awesomeness here and there. </p> <p> And yet, nobody likes m...
Add entry with link to ember-power-select-sortable
Add entry with link to ember-power-select-sortable
Handlebars
mit
cibernox/ember-power-select,Dremora/ember-power-select,chrisgame/ember-power-select,esbanarango/ember-power-select,Dremora/ember-power-select,cibernox/ember-power-select,cibernox/ember-power-select,esbanarango/ember-power-select,cibernox/ember-power-select,esbanarango/ember-power-select,chrisgame/ember-power-select
6c17a9b78e052cb7ef4b831289d14274c65788e1
app/components/boxel/participants-box/usage.hbs
app/components/boxel/participants-box/usage.hbs
<Freestyle::Usage @slug="participants-box"> <:example> <Boxel::ParticipantsBox @addAction={{this.addAction}}> <:list> <Boxel::ParticipantList @participants={{this.sampleParticipantGroup}} /> </:list> </Boxel::ParticipantsBox> </:example> <:api as |Args|> <Args.Act...
<Freestyle::Usage @slug="participants-box"> <:example> <Boxel::ParticipantsBox @addAction={{this.addAction}}> <:list> <Boxel::ParticipantList @participants={{this.sampleParticipantGroup}} /> </:list> </Boxel::ParticipantsBox> </:example> <:api as |Args|> <Args.Act...
Add a missing arg name to ParticipantsBox docs
Add a missing arg name to ParticipantsBox docs
Handlebars
mit
cardstack/cardstack,cardstack/cardstack,cardstack/cardstack,cardstack/cardstack,cardstack/cardstack,cardstack/cardstack
cfe39f05618c0ea6896d1c80d8d2468d6030a0eb
app/account/templates/note-detail-actions.hbs
app/account/templates/note-detail-actions.hbs
<button type="button" class="navbar-toggle pull-left" data-action="toggleSidebar"> {{icon-sidebar-close}} {{! TODO: toggle this icon with icon-sidebar-open }} </button> {{! [data-action="toggleSidebar"] }} <div class="pull-left"> <a href="{{boardUrl}}" class="card-detail-actions-back" data-action="back"> <span...
<button type="button" class="navbar-toggle pull-left" data-action="toggleSidebar"> {{icon-sidebar-close}} {{! TODO: toggle this icon with icon-sidebar-open }} </button> {{! [data-action="toggleSidebar"] }} <div class="pull-left"> <a href="{{boardUrl}}" class="card-detail-actions-back" data-action="back"> <span...
Add icons to actions in note detail view.
Add icons to actions in note detail view.
Handlebars
agpl-3.0
jessamynsmith/boards-web,GetBlimp/boards-web,jessamynsmith/boards-web
af49451b6755640688f8ec3249596c860d5c6985
src/widgets/camera_viewer/index.hbs
src/widgets/camera_viewer/index.hbs
<div class="ros-widget" data-widget-name="camera-viewer" data-min-width="360" data-min-height="270" data-max-width="800" data-max-height="600" data-height="360" data-width="480"> <!-- META Tags to describe topics subscription --> <meta data-ros-topic="1" data-ros-topic-id="1" data-ros-topic-desc="Topic to subsc...
<div class="ros-widget" data-widget-name="camera-viewer" data-min-width="360" data-min-height="270" data-max-width="800" data-max-height="600" data-height="360" data-width="480"> <!-- META Tags to describe topics subscription --> <meta data-ros-topic="1" data-ros-topic-id="1" data-ros-topic-desc="Topic to subsc...
Allow to subscribe to compressed images
Fix: Allow to subscribe to compressed images
Handlebars
mit
EESC-LabRoM/rosweb,EESC-LabRoM/rosweb,EESC-LabRoM/rosweb
f69b464eb339e49332d8331cdaae4403392a9095
app/templates/proposal/new-wordset-submeaning.hbs
app/templates/proposal/new-wordset-submeaning.hbs
{{label-diff originalLabels=originalLabels newLabels=labels}} <div class="pos"> {{model.pos}} </div> <div class="info"> <div class="definition"> <div class="def"> {{model.def}} </div> </div> <div class="quoteWrap"> <div class="quote highlight"> <span class="quotemark"> “ </span> {...
<div class="pos"> {{model.pos}} </div> {{label-diff originalLabels=originalLabels newLabels=labels}} <div class="info"> <div class="definition"> <div class="def"> {{model.def}} </div> </div> <div class="quoteWrap"> <div class="quote highlight"> <span class="quotemark"> “ </span> ...
Rearrange labels on new word submeaning proposal
Rearrange labels on new word submeaning proposal
Handlebars
mit
kaelig/wordset-ui,BryanCode/wordset-ui,wordset/wordset-ui,kaelig/wordset-ui,wordset/wordset-ui,wordset/wordset-ui,BryanCode/wordset-ui,BryanCode/wordset-ui
5007a2928dc6ae9ce5548a7881265f34b541b079
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 Future</description> <link>{{ baseUrl }}/</link> <atom:link href="{{ bas...
<?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 Future</description> <link>{{ baseUrl }}/</link> <atom:link href="{{ bas...
Add an alt tag :part_alternation_mark:
Add an alt tag :part_alternation_mark:
Handlebars
mit
desert-planet/ayp
d2c33ad0f36eece5df641c06545488b0ae934837
frontend/app/templates/tasks/show.hbs
frontend/app/templates/tasks/show.hbs
<div> {{ task-details task=model }} <h2>{{ t 'tasks.show.turns.title' }}</h2> {{ task-turns task=model }} {{ task-notifications task=model }} </div>
<div class="task"> {{ task-details task=model }} <h2>{{ t 'tasks.show.turns.title' }}</h2> {{ task-turns task=model }} {{ task-notifications task=model }} </div>
Add class to task div
Add class to task div
Handlebars
agpl-3.0
singularities/circular-works,singularities/circular-work,singularities/circular-work,singularities/circular-works,singularities/circular-works,singularities/circular-work
40f01c25325498eeb09687f1da194511c147de7b
app/views/jst/profiles/uploadFileView.handlebars
app/views/jst/profiles/uploadFileView.handlebars
{{#if hasPreview}} <div class="row-fluid"> <div class="span6"> <p> {{#t "crop_instructions"}}To crop image, drag the selection and then click the "Save" button below.{{/t}} </p> </div> <div class="span6 text-center avatar-preview-wrapper"> <div class="avatar-preview" /> </div...
{{#if hasPreview}} <div class="row-fluid"> <div class="span6"> <p> {{#t "crop_instructions"}} To crop the image, drag the selection with the mouse or use the arrow keys to move the selection and shift+arrow keys to resize the selection. Then click the "Save" button below. ...
Add keyboard instructions to avatar cropping
Add keyboard instructions to avatar cropping fixes ADMIN-1318 test plan: - make sure the new keybaord text shows up when you're cropping an avatar. Change-Id: Id60312e3215900a22cbf43724574f3c5459e8fd0 Reviewed-on: https://gerrit.instructure.com/161050 Tested-by: Jenkins Reviewed-by: Ed Schiebel <0ca8a83847a5889cf0...
Handlebars
agpl-3.0
djbender/canvas-lms,instructure/canvas-lms,sfu/canvas-lms,sfu/canvas-lms,djbender/canvas-lms,instructure/canvas-lms,djbender/canvas-lms,sfu/canvas-lms,sfu/canvas-lms,instructure/canvas-lms,sfu/canvas-lms,instructure/canvas-lms,instructure/canvas-lms,sfu/canvas-lms,instructure/canvas-lms,instructure/canvas-lms,sfu/canva...
c819b85fad211856f4cc2a1f8af72125b2be4818
app/assets/javascripts/admin/templates/apis/url_match_form.hbs
app/assets/javascripts/admin/templates/apis/url_match_form.hbs
{{#form-for model}} <div class="modal-body"> <div class="row-fluid"> <div class="span5"> {{input frontendPrefix placeholder='/example/' inputConfig='class:span12'}} </div> <div class="span2 arrow"> <i class="fa fa-arrow-right fa-2x"></i> <div>rewrite t...
{{#form-for model}} <div class="modal-body"> <div class="row-fluid"> <div class="span5"> {{input frontendPrefix placeholder='/example/' inputConfig='class:span12'}} </div> <div class="span2 arrow"> <i class="fa fa-arrow-right fa-2x"></i> <div>rewrite t...
Add a tip about recommending trailing slashes for URL prefix setup.
Add a tip about recommending trailing slashes for URL prefix setup.
Handlebars
mit
apinf/api-umbrella,cmc333333/api-umbrella-web,cmc333333/api-umbrella-web,apinf/api-umbrella,NREL/api-umbrella-web,apinf/api-umbrella,johan--/api-umbrella-web,NREL/api-umbrella,johan--/api-umbrella-web,NREL/api-umbrella,apinf/api-umbrella,NREL/api-umbrella-web,cmc333333/api-umbrella-web,NREL/api-umbrella-web,cmc333333/a...
c17a87428c501dbee52eed9d70a338a1dbaced27
app/components/contributors-widget/template.hbs
app/components/contributors-widget/template.hbs
<table style="width: 100%;"class="list-widget widget-body"> {{#each data as |datum|}} <tr href="#" class="list-widget-item"> <td class="item-number">{{datum.number}}</td> <td class="item-name"> <a {{ action "transitionToFacet" datum.id }}> ...
<table style="width: 100%;"class="list-widget widget-body"> {{#if data.length}} {{#each data as |datum|}} <tr href="#" class="list-widget-item"> <td class="item-number">{{datum.number}}</td> <td class="item-name"> <a {{ action "transitionToFace...
Fix display of contributors list when no results found
Fix display of contributors list when no results found - Hide the view more link since there are no results - Add a "No contributors" message instead of having a blank component.
Handlebars
apache-2.0
caneruguz/share-analytics,caneruguz/share-analytics,caneruguz/share-analytics
04478516d3f588b7d291c18a2eb2dbb88327eb89
api/templates/user-profile.hbs
api/templates/user-profile.hbs
<h1>Profile</h1> <form action="{{formAction}}" method="post"> {{#each fields}} <input type='{{type}}' name='{{name}}' placeholder='{{label}}' value='{{value}}' /> {{#if error}} <div class="validation-errors-list"> {{#each error}} <div class="validation-error...
<h1>Profile</h1> <form action="{{formAction}}" method="post"> {{#each fields}} <label for='{{name}}'>{{label}}</label> <input id='{{name}}' type='{{type}}' name='{{name}}' placeholder='{{label}}' value='{{value}}' /> {{#if error}} <div class="validation-errors-list"...
Add labels to profile form
Add labels to profile form
Handlebars
mit
synapsestudios/oidc-platform,synapsestudios/oidc-platform,synapsestudios/oidc-platform,synapsestudios/oidc-platform
13a1b44aa89f5652c9e271d834426936c0e90a92
static/templates/admin_emoji_list.handlebars
static/templates/admin_emoji_list.handlebars
{{#with emoji}} <tr class="emoji_row" id="emoji_{{name}}"> <td> <span class="emoji_name">{{name}}</span> </td> <td> <span class="emoji_image"><a href="{{source_url}}"><img src="{{source_url}}" alt="{{name}}" /></a></span> </td> <td> {{#if author}} <span class="emoji_a...
{{#with emoji}} <tr class="emoji_row" id="emoji_{{name}}"> <td> <span class="emoji_name">{{name}}</span> </td> <td> <span class="emoji_image"> <a href="{{source_url}}" target="_blank"> <img src="{{source_url}}" alt="{{name}}" /> </a> </span> ...
Fix missing target=_blank on realm emoji images.
settings: Fix missing target=_blank on realm emoji images. This resulted in problems with the desktop app, where clicking these links would leave the user in a situation where they needed the "back" button in order to get back to the webapp. Fixes zulip/zulip-electron#342.
Handlebars
apache-2.0
eeshangarg/zulip,synicalsyntax/zulip,andersk/zulip,rht/zulip,showell/zulip,rht/zulip,mahim97/zulip,kou/zulip,shubhamdhama/zulip,mahim97/zulip,mahim97/zulip,jackrzhang/zulip,synicalsyntax/zulip,dhcrzf/zulip,eeshangarg/zulip,shubhamdhama/zulip,brainwane/zulip,dhcrzf/zulip,zulip/zulip,showell/zulip,brainwane/zulip,dhcrzf/...
bc777e4ae2b52db1eff5121f81b9be3bda989e7b
app/components/power-select/options/template.hbs
app/components/power-select/options/template.hbs
{{#if (or select.loading options.isPending)}} {{#if loadingMessage}} <li class="ember-power-select-option ember-power-select-option--loading-message" role="option">{{loadingMessage}}</li> {{/if}} {{/if}} {{#if extra.testing}} {{#each options as |opt index|}} <li class="ember-power-select-option" ar...
{{#if (or select.loading options.isPending)}} {{#if loadingMessage}} <li class="ember-power-select-option ember-power-select-option--loading-message" role="option">{{loadingMessage}}</li> {{/if}} {{/if}} {{#vertical-collection options estimateHeight=30 bufferSize=5 as |opt index|}} <li class="ember-power-sel...
Remove obsolete switch to check if we are in testing mode
Remove obsolete switch to check if we are in testing mode
Handlebars
agpl-3.0
anehx/timed-frontend,adfinis-sygroup/timed-frontend,anehx/timed-frontend,adfinis-sygroup/timed-frontend,adfinis-sygroup/timed-frontend
7fb3528e91196a1b71f3d9c014b12789180afa74
src/main/resources/templates/greeting/_detail.hbs
src/main/resources/templates/greeting/_detail.hbs
<tr> <td>{{id}}</td> <td>{{template}}</td> <td> {{#names}} <a href="/greeting/{{id}}?name={{this}}">{{this}}</a> {{/names}} </td> </tr>
<tr> <td>{{id}}</td> <td>{{template}}</td> <td> {{#names}} <a href="/greeting/{{id}}?name={{this}}">{{this}}</a>{{#unless @last}},{{/unless}} {{/names}} </td> </tr>
Use @last to write out a proper list in detail template.
Use @last to write out a proper list in detail template.
Handlebars
bsd-3-clause
hainesr/mvc-dev,hainesr/mvc-dev
7b5122287557fb31c025a0e6d95a29d9cd98b042
docs/templates/index.handlebars
docs/templates/index.handlebars
<!DOCTYPE HTML> <html> <head> <meta http-equiv="content-type" content="text/html;charset=UTF-8" /> <meta http-equiv="X-UA-Compatible" content="chrome=1"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>{{title}}</title> {{live-reload}} {{scripts}} {{styles}} </head> <body> ...
<!DOCTYPE HTML> <html> <head> <meta http-equiv="content-type" content="text/html;charset=UTF-8" /> <meta http-equiv="X-UA-Compatible" content="chrome=1"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>{{title}}</title> {{live-reload}} {{scripts}} {{styles}} </head> <body> ...
Add fork on github ribbon
Add fork on github ribbon
Handlebars
mit
walmartlabs/lumbar
f1f7a699403de78fbba1c96e13e41119f0062a09
app/templates/characters/index.hbs
app/templates/characters/index.hbs
<div class="col col-12 p2"> <form {{action "search" on="submit"}}> <label>Search:</label> {{input value=queryField classNames="field-light mb0"}} <input type="submit" value="Search" class="button ml2" /> </form> <p> Total: {{meta.total}} </p> <div class="flex flex-wrap p1"> {{#each charact...
<div class="col col-12 p2"> <form {{action "search" on="submit"}}> <label>Search:</label> {{input value=queryField classNames="field-light mb0"}} <input type="submit" value="Search" class="button ml2" /> </form> <p> Total: {{meta.total}} </p> <div class="flex flex-wrap flex-stretch p1"> {{...
Update to force cards to be equal heights in a row
Update to force cards to be equal heights in a row
Handlebars
mit
dtt101/superhero,dtt101/superhero
33d1c53a45db15114d32b2e8bdd48131ba34c59e
addon/templates/components/simple-table-header.hbs
addon/templates/components/simple-table-header.hbs
<tr> {{#if hasBlock}} {{yield header}} {{else}} {{#each columnKeys as |column| }} {{simple-table-cell header=header dataKey=column }} {{/each}} {{/if}} </tr>
{{#if hasBlock}} {{yield header}} {{else}} <tr> {{#each columnKeys as |column| }} {{simple-table-cell header=header dataKey=column }} {{/each}} </tr> {{/if}}
Remove tr tag from header yield
Remove tr tag from header yield
Handlebars
mit
Baltazore/ember-simple-table,Baltazore/ember-simple-table
ee08e40071332f6efa8bacc1e21ed9fb02422629
ui/app/templates/components/freestyle/sg-json-viewer.hbs
ui/app/templates/components/freestyle/sg-json-viewer.hbs
{{#freestyle-usage "json-viewer" title="JSON Viewer"}} <div class="boxed-section"> <div class="boxed-section-body is-dark"> {{json-viewer json=jsonSmall}} </div> </div> {{/freestyle-usage}} {{#freestyle-usage "json-viewer-full" title="JSON Viewer for Full Document"}} <div class="boxed-section"> ...
{{#freestyle-usage "json-viewer" title="JSON Viewer"}} <div class="boxed-section"> <div class="boxed-section-body is-dark"> {{json-viewer json=jsonSmall}} </div> </div> {{/freestyle-usage}} {{#freestyle-usage "json-viewer-full" title="JSON Viewer for Full Document"}} <div class="boxed-section"> ...
Delete the removed "depth" aspect of json viewer from the styleguide
Delete the removed "depth" aspect of json viewer from the styleguide
Handlebars
mpl-2.0
nak3/nomad,nak3/nomad,hashicorp/nomad,burdandrei/nomad,dvusboy/nomad,dvusboy/nomad,burdandrei/nomad,hashicorp/nomad,dvusboy/nomad,nak3/nomad,nak3/nomad,hashicorp/nomad,nak3/nomad,nak3/nomad,nak3/nomad,burdandrei/nomad,hashicorp/nomad,burdandrei/nomad,burdandrei/nomad,dvusboy/nomad,dvusboy/nomad,burdandrei/nomad,dvusboy...
65f7ba9861feeff7c01208f88d2b6e06c9d24b28
static/templates/announce_stream_docs.handlebars
static/templates/announce_stream_docs.handlebars
{{! Explanation of what "announce stream" does when creating a stream }} <div> {{#tr this}} <p>Lets everyone know about the new stream,<br /> even if you don't add them.</p> {{/tr}} </div>
{{! Explanation of what "announce stream" does when creating a stream }} <div> {{#tr this}} <p>Lets everyone know about the new stream,<br /> even if you don't add them.</p> {{/tr}} </div>
Clean announce_streams_docs handlebar to use 4 space indents.
Clean announce_streams_docs handlebar to use 4 space indents.
Handlebars
apache-2.0
verma-varsha/zulip,verma-varsha/zulip,showell/zulip,andersk/zulip,verma-varsha/zulip,susansls/zulip,amanharitsh123/zulip,vabs22/zulip,PhilSk/zulip,brockwhittaker/zulip,rishig/zulip,hackerkid/zulip,zulip/zulip,blaze225/zulip,brockwhittaker/zulip,kou/zulip,vaidap/zulip,SmartPeople/zulip,verma-varsha/zulip,j831/zulip,chri...
5ed519c00e072d73a0a90e5cd4d3090309277017
src/main/web/templates/handlebars/filter-label.handlebars
src/main/web/templates/handlebars/filter-label.handlebars
{{#if_eq this "bulletin"}}statistical bulletins{{/if_eq}} {{#if_eq this "article"}}articles{{/if_eq}} {{#if_eq this "compendia"}}compendia{{/if_eq}} {{#if_eq this "single_time_series"}}time series data{{/if_eq}} {{#if_eq this "large_dataset"}}spreadsheets{{/if_eq}} {{#if_eq this "qmi"}}Quality and Methodology Informati...
{{#if_eq this "bulletin"}}statistical bulletins{{/if_eq}} {{#if_eq this "article"}}articles{{/if_eq}} {{#if_eq this "compendia"}}compendia{{/if_eq}} {{#if_eq this "single_time_series"}}time series data{{/if_eq}} {{#if_eq this "large_dataset"}}spreadsheets{{/if_eq}} {{#if_eq this "adhocs"}}commissioned data{{/if_eq}} {{...
Fix commissioned data not showing on results text helper
Fix commissioned data not showing on results text helper
Handlebars
mit
ONSdigital/babbage,ONSdigital/babbage,ONSdigital/babbage,ONSdigital/babbage
00c2fc9dc6c59193a14c66ffc63559769b2c86d3
tests/dummy/app/templates/addon/installation.hbs
tests/dummy/app/templates/addon/installation.hbs
<section class="card"> <div class="card-body"> <h1 class="card-title"> Addon Installation </h1> <hr /> <p class="lead"> Thanks to the ember-cli addon ecosystem, installation is easy. From within your project, simply run the usual install command, with this addon's name. ...
<section class="card"> <div class="card-body"> <h1 class="card-title"> Addon Installation </h1> <hr /> <p class="lead"> Thanks to the ember-cli addon ecosystem, installation is easy. From within your project, simply run the usual install command, with this addon's name. ...
Change jQuery requirement message on docs site
Change jQuery requirement message on docs site
Handlebars
mit
froala/ember-froala-editor,Panman8201/ember-froala-editor,froala/ember-froala-editor,Panman8201/ember-froala-editor
cb25d0c0fbf8d7c5908af3cc67902d6c4b14e913
app/assets/javascripts/admin/templates/site_settings.hbs
app/assets/javascripts/admin/templates/site_settings.hbs
<div class='admin-controls'> <div class='search controls'> <label> {{input type="checkbox" checked=onlyOverridden}} {{i18n admin.site_settings.show_overriden}} </label> </div> <div class='controls'> {{text-field value=filter placeholderKey="type_to_filter"}} <button {{action "clearFilt...
<div class='admin-controls'> <div class='search controls'> <label> {{input type="checkbox" checked=onlyOverridden}} {{i18n admin.site_settings.show_overriden}} </label> </div> <div class='controls'> {{text-field value=filter placeholderKey="type_to_filter"}} <button {{action "clearFilt...
Tweak HTML to include active class on the `li` on the site settings route
Tweak HTML to include active class on the `li` on the site settings route
Handlebars
mit
natefinch/discourse,natefinch/discourse
30b0b592e998282a5394f6cafda35da8a3695c5c
src/main/resources/templates/greeting/new.html.hbs
src/main/resources/templates/greeting/new.html.hbs
{{#partial "content"}} <h1>Add a new greeting</h1> {{#if errors}} <p class="h2 text-danger">There were errors in the submitted greeting!</p> {{/if}} <form action="/greeting/" method="post"> <div class="form-group {{#if errors.template}}has-error{{/if}}"> <label for="template">Greeting text</labe...
{{#partial "content"}} <h1>Add a new greeting</h1> {{#if errors}} <p class="h2 text-danger">There were errors in the submitted greeting!</p> {{/if}} <form action="/greeting/" method="post"> <div class="form-group {{#if errors.template}}has-error{{/if}}"> <label for="template">Greeting text</labe...
Add Font Awesome-ness to the new greeting form.
Add Font Awesome-ness to the new greeting form.
Handlebars
bsd-3-clause
hainesr/mvc-dev,hainesr/mvc-dev
7e1577df4f6fd834dc0e0ad77571fe6d6f563fc2
app/assets/javascripts/templates/roles/show.hbs
app/assets/javascripts/templates/roles/show.hbs
<tr> <td class="admin-role-name"> {{#if isEditing}} {{input name="role[name]" value=name placeholder="Role name" action="save"}} {{else}} <i class="role-delete-button glyphicon glyphicon-trash" {{action "delete" bubbles=false}}></i> <span class="name-field">{{name}}</span> {{/if}} </td...
<tr> <td class="admin-role-name"> {{#if isEditing}} {{input name="role[name]" value=name placeholder="Role name" action="save"}} {{else}} <i class="role-delete-button glyphicon glyphicon-trash" {{action "delete" bubbles=false}}></i> <span class="name-field">{{name}}</span> {{/if}} </td...
Correct journal role button styling.
Correct journal role button styling.
Handlebars
mit
johan--/tahi,johan--/tahi,johan--/tahi,johan--/tahi
793f0a3132861a3908120111d17616843f642580
app/components/search-facet-typeahead/template.hbs
app/components/search-facet-typeahead/template.hbs
{{!TODO styles!}} <div class='header'> <h3>{{facet.title}}</h3> </div> <div class='choices'> {{#if hasBlock}} {{yield}} {{else}} {{#power-select-multiple search=(action "elasticSearch") placeholder=placeholder selected=filters onchange=(action ...
{{!TODO styles!}} <div class='choices'> {{#if hasBlock}} {{yield}} {{else}} {{#power-select-multiple search=(action "elasticSearch") placeholder=placeholder selected=filters onchange=(action "changeFilter") as |option| }} ...
Remove doubled search facet title
Remove doubled search facet title
Handlebars
apache-2.0
CenterForOpenScience/ember-share,aaxelb/ember-share,chrisseto/ember-share,chrisseto/ember-share,CenterForOpenScience/ember-share,aaxelb/ember-share
99e6ec20458443b0b03eaff596bde11831641315
src/main/resources/templates/greeting/show.html.hbs
src/main/resources/templates/greeting/show.html.hbs
{{#partial "content"}} <h1>Greeting</h1> <blockquote> <p>{{greeting}}</p> </blockquote> <a class="btn btn-primary" role="button" href="/greeting">Back</a> {{/partial}} {{> layouts/base title="A greeting"}}
{{#partial "content"}} <h1>Greeting</h1> <blockquote> <p>{{greeting}}</p> </blockquote> <a class="btn btn-primary" role="button" href="/greeting"><i class="fa fa-arrow-left" aria-hidden="true"></i> Back</a> {{/partial}} {{> layouts/base title="A greeting"}}
Add Font Awesome-ness to the show greeting page.
Add Font Awesome-ness to the show greeting page.
Handlebars
bsd-3-clause
hainesr/mvc-dev,hainesr/mvc-dev
24b1a2c15def579ddced823e1c47ea704129be6c
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'}} {...
<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'}} {{li...
Fix reference to bubble test
Fix reference to bubble test
Handlebars
mit
taras/e3,sly7-7/e3,MattMSumner/e3,sly7-7/e3,RavelLaw/e3,elwayman02/e3,elwayman02/e3,RavelLaw/e3,asennikov/e3,taras/e3,MattMSumner/e3,asennikov/e3
a32f628adcafacf61f4ab8be74c55a7477e78aaa
bluebottle/projects/templates/projects/manage/top.hbs
bluebottle/projects/templates/projects/manage/top.hbs
{% load templatetag_handlebars %} {% load i18n %} {% load static %} {% tplhandlebars "_my_project_top" %} <div class="l-section account-header"> <nav class="l-wrapper"> <header class="account-title"> <h2>{% trans "My Projects"%} {{#if title}} : <em class="account-s...
{% load templatetag_handlebars %} {% load i18n %} {% load static %} {% tplhandlebars "_my_project_top" %} <div class="l-section account-header"> <nav class="l-wrapper"> <header class="account-title"> <h2>{% trans "My Projects"%} {{#if title}} : <em class="account-s...
Fix link to view project in My Project
Fix link to view project in My Project
Handlebars
bsd-3-clause
onepercentclub/bluebottle,jfterpstra/bluebottle,onepercentclub/bluebottle,onepercentclub/bluebottle,onepercentclub/bluebottle,onepercentclub/bluebottle,jfterpstra/bluebottle,jfterpstra/bluebottle,jfterpstra/bluebottle
e9b59b42f523fc6b27dac752a1bda94aeb9c5801
lib/shared/addon/components/modal-yaml/template.hbs
lib/shared/addon/components/modal-yaml/template.hbs
<div class="modal-yaml"> {{input-yaml title=(if editing (t (if readOnly 'modalYaml.title.view' 'modalYaml.title.edit') name=model.resource.displayName) (t 'modalYaml.title.new' type=(uc-first model.resource.displayName))) name=filename canChangeName=false value=model.yaml loading=loading autoR...
<div class="modal-yaml"> {{input-yaml title=(if editing (t (if readOnly 'modalYaml.title.view' 'modalYaml.title.edit') name=model.resource.displayName) (t 'modalYaml.title.new' type=(uc-first model.resource.displayName))) filename=filename canChangeName=false value=model.yaml loading=loading a...
Fix the issue that download filename is always download.txt
Fix the issue that download filename is always download.txt
Handlebars
apache-2.0
lvuch/ui,rancher/ui,westlywright/ui,rancherio/ui,westlywright/ui,lvuch/ui,rancher/ui,lvuch/ui,rancherio/ui,westlywright/ui,vincent99/ui,rancherio/ui,vincent99/ui,vincent99/ui,rancher/ui
05a64dad9a071ae0023cf0d0712062639f998542
api/swagger.yml.hbs
api/swagger.yml.hbs
swagger: '2.0' info: version: '0.1' title: Rekt description: Rekt Internal API host: {{ host }} schemes: - http - https consumes: - application/json produces: - application/json paths: /reviews: x-swagger-router-controller: controller post: description: Creates a new review ope...
# vim: set filetype=yaml: --- swagger: '2.0' info: version: '0.1' title: Rekt description: Rekt Internal API host: {{ host }} schemes: - http - https consumes: - application/json produces: - application/json paths: /reviews: x-swagger-router-controller: controller post: description: ...
Add vim modeline forcing swagger file as yaml
Add vim modeline forcing swagger file as yaml
Handlebars
mit
brianto/rekt,brianto/rekt,brianto/rekt,brianto/rekt,brianto/rekt
f052bb731bc4727a5f8d3234acaeafb2af968f93
app/templates/components/formgroup/form-group.hbs
app/templates/components/formgroup/form-group.hbs
<b>ASD</b> {{#unless template}} {{#if label}} {{#if yieldInLabel}} {{#if labelWrapperClass}} <div class="{{labelWrapperClass}}"> {{partial 'components/formgroup/control-within-label'}} </div> {{else}} {{partial 'comp...
{{#unless template}} {{#if label}} {{#if yieldInLabel}} {{#if labelWrapperClass}} <div class="{{labelWrapperClass}}"> {{partial 'components/formgroup/control-within-label'}} </div> {{else}} {{partial 'components/form...
Revert "add nonsenical data for test purposes"
Revert "add nonsenical data for test purposes" This reverts commit 9c7c9d3d5f11b4b80ec1bbff2e28d11df6d8ae96.
Handlebars
apache-2.0
Szeliga/ember-forms,Szeliga/ember-forms
dad3aef53d4dc4a036c3acea51590609056bb80f
src/main/web/templates/handlebars/list/t9-7.handlebars
src/main/web/templates/handlebars/list/t9-7.handlebars
{{!-- {{#partial "block-title"}} {{#last breadcrumb}}{{description.title}}{{/last}} methodology {{/partial}} --}} {{#partial "block-results-text"}} <div class="col col--md-28 col--lg-38"> {{> list/partials/list-results-text-number result resultsLabel="methodology"}} </div> {{/partial}} {{#partial "block-filter...
{{!-- {{#partial "block-title"}} {{#last breadcrumb}}{{description.title}}{{/last}} methodology {{/partial}} --}} {{#partial "block-results-text"}} <div class="col col--md-28 col--lg-38"> {{> list/partials/list-results-text-number result resultsLabel="methodology"}} </div> {{/partial}} {{#partial "block-filter...
Remove methodology type partial from filters block
Remove methodology type partial from filters block
Handlebars
mit
ONSdigital/babbage,ONSdigital/babbage,ONSdigital/babbage,ONSdigital/babbage
e08fe93f7c00ddbe273be192a5eedafbd3db7e87
apps/store/themes/store/partials/default-thumbnail.hbs
apps/store/themes/store/partials/default-thumbnail.hbs
<div class="ast-img setbgcolor" style="background: {{this.uniqueColor}}"> <span class="ast-type-icon"> <i class="{{assets.icon}} fw-lg"></i> </span> <div class="{{assets.icon}}">{{this.nameToChar}}</div> </div>
<div class="ast-img setbgcolor" style="background: {{this.uniqueColor}}"> <span class="ast-type-icon"> <i class="{{this.icon}} fw-lg"></i> </span> <div class="ast-name-icon">{{this.nameToChar}}</div> </div>
Fix custom asset icon issue
Fix custom asset icon issue
Handlebars
apache-2.0
udarakr/carbon-store,splinter/carbon-store,splinter/carbon-store,prasa7/carbon-store,isuruwan/carbon-store,jeradrutnam/carbon-store,wso2/carbon-store,prasa7/carbon-store,thushara35/carbon-store,jeradrutnam/carbon-store,wso2/carbon-store,jeradrutnam/carbon-store,laki88/carbon-store,daneshk/carbon-store,laki88/carbon-sto...
70830c83dacd3e04c27ee23a878cf890f05db97d
app/templates/application.hbs
app/templates/application.hbs
<div class="container-fluid"> {{application-menu search=search showSearch=showSearch}} {{outlet}} <!-- Footer --> <br/><br/> <footer class="footer"> <div>&copy;2017 Eric Fehr&nbsp;-&nbsp;<a href="http://nextdeploy.io" target="_blank">NextDeploy</a>&nbsp; v1.9.1</div> </footer> </div>
<div class="container-fluid"> {{application-menu search=search showSearch=showSearch}} {{outlet}} <!-- Footer --> <br/><br/> <footer class="footer"> <div>&copy;2017 Eric Fehr&nbsp;-&nbsp;<a href="http://nextdeploy.io" target="_blank">NextDeploy</a>&nbsp; v1.10</div> </footer> </div>
Update version in footer: v1.10
Update version in footer: v1.10
Handlebars
mit
ricofehr/nextdeploy-webui,ricofehr/nextdeploy-webui
035f6f664116f168f484148fecddca1087302d8c
tests/dummy/app/templates/index.hbs
tests/dummy/app/templates/index.hbs
<div id="translated">{{t "test"}}</div> <div id="translated-with-args0">{{t "testarg" count=0}}</div> <div id="translated-with-args1">{{t "testarg" count=1}}</div> <div id="translated-with-args3">{{t "testarg" count=3}}</div> <div><a href="#" {{action 'changeLanguage'}}>Change Language</a></div>
<div id="translated">{{t "test"}}</div> <div id="translated-with-args0">{{t "testarg" count=0}}</div> <div id="translated-with-args1">{{t "testarg" count=1}}</div> <div id="translated-with-args3">{{t "testarg" count=3}}</div> <div><a id="change-language-link" href="#" {{action 'changeLanguage'}}>Change Language</a></di...
Add ID To Locale Change Link
Add ID To Locale Change Link Add an ID to the locale change link to make it easier to select in tests.
Handlebars
mit
OCTRI/ember-i18next,OCTRI/ember-i18next
2f91605b9be58b3d4001853d652057a297ca50f7
.thought/partials/overview.md.hbs
.thought/partials/overview.md.hbs
Customize is an abstraction of [bootprint's](https://github.com/nknapp/bootprint) the merging-behaviour. It allows you to create your own projects and engines (other than Less and Handlebars) and create overridable configurations for those. At its core, it uses [lodash#merge](https://lodash.com/docs#merge) to merge ...
Customize is an abstraction of [bootprint's](https://github.com/nknapp/bootprint) the merging-behaviour. It allows you to create your own projects and engines (other than Less and Handlebars) and create overridable configurations for those. At its core, it uses [lodash#mergeWith](https://lodash.com/docs#mergeWith) t...
Customize now uses .mergeWith, not .merge
Customize now uses .mergeWith, not .merge
Handlebars
mit
bootprint/customize,bootprint/customize,nknapp/customize,nknapp/customize
dd05bdbe8cda7606fdae7138fbbcbd3c6684f5ad
frontend/app/templates/components/intranet-sidebar.hbs
frontend/app/templates/components/intranet-sidebar.hbs
<div class="col-sm-3 col-md-2 sidebar"> {{#if session.isAuthenticated }} <h4><span class="glyphicon glyphicon-music"></span> Catalogue</h4> <ul class="nav nav-sidebar"> <li>{{#link-to 'catalogue.search' (query-params page=1 search='')}}Quick Search{{/link-to}}</li> <li><a href="#">Advanced Search</a></li...
<div class="col-sm-3 col-md-2 sidebar"> {{#if session.isAuthenticated }} <h4><span class="glyphicon glyphicon-music"></span> Catalogue</h4> <ul class="nav nav-sidebar"> <li>{{#link-to 'catalogue.search' (query-params page=1 search='')}}Quick Search{{/link-to}}</li> <li>{{#link-to 'catalogue.advanced-sear...
Add link to advanced search in sidebar.
Add link to advanced search in sidebar.
Handlebars
mit
ThreeDRadio/playlists,ThreeDRadio/playlists,ThreeDRadio/playlists
2e6723f337ca5595e807ee9ccb1228db5124e2ef
static/templates/settings/deactivation_stream_modal.hbs
static/templates/settings/deactivation_stream_modal.hbs
<div id="deactivation_stream_modal" class="modal modal-bg hide fade new-style" tabindex="-1" role="dialog" aria-labelledby="deactivation_stream_modal_label" aria-hidden="true"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-label="{{t 'Close' }}"><span aria-hidden="...
<div id="deactivation_stream_modal" class="modal modal-bg hide fade new-style" tabindex="-1" role="dialog" aria-labelledby="deactivation_stream_modal_label" aria-hidden="true"> <div class="modal-header"> <button type="button" class="close close-modal-btn" data-dismiss="modal" aria-label="{{t 'Close' }}"><sp...
Add close-modal-btn class to cancel btn in deactivate stream modal.
stream: Add close-modal-btn class to cancel btn in deactivate stream modal. This commit adds 'close-modal-btn' class to cancel button and cross icon in the deactivation stream modal. This change is a prep commit for enabling background events on 'hidden.bs.modal' event. As we would enable background events in furhter...
Handlebars
apache-2.0
kou/zulip,zulip/zulip,hackerkid/zulip,punchagan/zulip,zulip/zulip,hackerkid/zulip,andersk/zulip,eeshangarg/zulip,andersk/zulip,zulip/zulip,punchagan/zulip,kou/zulip,rht/zulip,eeshangarg/zulip,zulip/zulip,eeshangarg/zulip,hackerkid/zulip,eeshangarg/zulip,rht/zulip,andersk/zulip,eeshangarg/zulip,zulip/zulip,kou/zulip,hac...
bb81f0adf3be3ce2c93a6cff133ccf21352ec1cd
app/templates/components/f7-search-bar.hbs
app/templates/components/f7-search-bar.hbs
<!-- Search bar --> <form {{bind-attr data-search-list=searchList data-search-in=searchIn}} class="searchbar"> <div class="searchbar-input"> {{input type='search' value=query placeholder=placeholder}}<a href="#" class="searchbar-clear"></a> </div><a href="#" class="searchbar-cancel">{{cancelText}}</a> </form> <...
<!-- Search bar --> <form {{bind-attr data-search-list=searchList data-search-in=searchIn}} class="searchbar searchbar-init"> <div class="searchbar-input"> {{input type='search' value=query placeholder=placeholder}}<a href="#" class="searchbar-clear"></a> </div><a href="#" class="searchbar-cancel">{{cancelText}...
Make Searchbar init on Framework7 1.0.5
Make Searchbar init on Framework7 1.0.5 Currently, the init code does not run under Framework7 v1.0.5, because it now has this guard that is absent in 0.10.0: if (!searchbar.hasClass('searchbar-init')) return; It seems to be sufficient to add this class into the searchbar template to make it work properly, while...
Handlebars
mit
ember-mobile/ember-cli-framework7,ember-mobile/ember-cli-framework7,gordonbisnor/ember-cli-framework7,gordonbisnor/ember-cli-framework7