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
dfd0c53de6d6c87f8be6d2c2de0954371dbd105e
app/assets/javascripts/templates/home.handlebars
app/assets/javascripts/templates/home.handlebars
<div class="jumbotron text-center"> <h1>Welcome to Easy Group</h1> <p>Making group projects easier since 2013.</p> <br> <table align="center"> <tr> <td> <div class="studentsLogin text-center"> {{#link-to 'studentLogin' }} <img src="/assets/person.png" width="180" heig...
<div class="jumbotron text-center"> <h1>WeTeam</h1> <p>Making group projects easier since 2013.</p> <br> <table align="center"> <tr> <td> <div class="studentsLogin text-center"> {{#link-to 'studentLogin' }} <img src="/assets/person.png" width="180" height="162"/> ...
Change login page to say "WeTeam"
Change login page to say "WeTeam"
Handlebars
mit
Gowiem/Sisyphus,Gowiem/Sisyphus
be3e27a24be1cf729f2de89096d58609ebcbf67c
views/layouts/main.hbs
views/layouts/main.hbs
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>{{title}}</title> <link href="http://yui.yahooapis.com/pure/0.5.0/pure-min.css" rel="stylesheet"> <link href="http://fonts.googleapis.com/css?family=Open+Sans:...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>{{title}}</title> <link href="http://yui.yahooapis.com/pure/0.5.0/pure-min.css" rel="stylesheet"> <link href="http://fonts.googleapis.com/css?family=Open+Sans:...
Put exposed state earlier on the page
Put exposed state earlier on the page
Handlebars
bsd-3-clause
ericf/formatjs-site,ericf/formatjs-site,okuryu/formatjs-site
dfc5d60173374302155b141e50f059240aaaeee6
assets/scripts/app/templates/jobs/pre.hbs
assets/scripts/app/templates/jobs/pre.hbs
<div id="log-container"> <a href="#" id="tail" {{action "toggleTailing" target="view"}}> <span class="status"></span> <label> {{#if view.job.isFinished}} Scroll to end of logs {{else}} Follow logs {{/if}} </label> </a> <pre id="log" class="ansi"></pre> <a href='#'...
<div id="log-container"> <a href="#" id="tail" {{action "toggleTailing" target="view"}}> <span class="status"></span> <label> {{#if view.job.isFinished}} Scroll to End of Logs {{else}} Follow Log {{/if}} </label> </a> <pre id="log" class="ansi"></pre> <a href='#' ...
Fix some wording for the log view.
Fix some wording for the log view. Capitalized makes more sense and it's a single log, hence the singularization.
Handlebars
mit
fauxton/travis-web,2947721120/travis-web,mjlambert/travis-web,2947721120/travis-web,mjlambert/travis-web,fauxton/travis-web,2947721120/travis-web,Tiger66639/travis-web,travis-ci/travis-web,jlrigau/travis-web,travis-ci/travis-web,2947721120/travis-web,fauxton/travis-web,fotinakis/travis-web,travis-ci/travis-web,Tiger666...
c6721ef46867a1403e4e131be96841b853cf38e3
app/templates/index.hbs
app/templates/index.hbs
<div class="wrapper home"> <h1>The Collaborative, Open Dictionary.</h1> <section class="news"> <div class="header"> <h2>V2 Roadmap RFC</h2> </div> <p> After open sourcing, we want to share our plans with the community, so checkout our <a href="https://github.com/wordset/wordset/...
<div class="wrapper home"> <h1>The Collaborative, Open Dictionary.</h1> <p>Wordset is the world's first structured dictionary that you can contribute to. Look up a word, propose an improvement, and have your change accepted into the dictionary.</p> <!-- <section class="news"> <div class="header"> <h2>...
Comment out the news section
Comment out the news section Had feedback that this section was too scary/daunting – pointing to a GH page isn't exactly user-friendly. Removing until we have a blog post to point to.
Handlebars
mit
wordset/wordset-ui,kaelig/wordset-ui,BryanCode/wordset-ui,wordset/wordset-ui,wordset/wordset-ui,BryanCode/wordset-ui,kaelig/wordset-ui,BryanCode/wordset-ui
5642a543983979dcac27ab143b4c555c120d3f27
app/templates/index.hbs
app/templates/index.hbs
<section class="input"> <img src="/logo-big.png"> <div class="cmd"> <div class="cmd-frill"></div> <div class="cmd-antifrill"></div> <input type="text"> <div class="cmd-frill"></div> <div class="cmd-antifrill"></div> </div> </section> <section class="output"> <div id="content"> <p...
<section class="input"> <img src="/logo-big.png"> <div class="cmd"> <div class="cmd-frill"></div> <div class="cmd-antifrill"></div> <input type="text"> <div class="cmd-frill"></div> <div class="cmd-antifrill"></div> </div> </section> <section class="output"> <div id="content"> <p...
Add a newline after the default content
Add a newline after the default content
Handlebars
apache-2.0
javakat/javakat
f0f6bdf07720502d6713e77b396d202654b61fd6
static/templates/compose-invite-users.handlebars
static/templates/compose-invite-users.handlebars
<div class="compose_invite_user" data-useremail="{{email}}"> {{#tr this}}<strong>__name__</strong> is not subscribed to this stream.{{/tr}} <div class="compose_invite_user_controls"> <span class="compose_invite_user_error alert alert-error" style="display: none;">{{t "Unable to subscribe user" }}</span>...
<div class="compose_invite_user" data-useremail="{{email}}"> {{#tr this}}<strong>__name__</strong> is not subscribed to this stream. They will not be notified unless you subscribe them.{{/tr}} <div class="compose_invite_user_controls"> <span class="compose_invite_user_error alert alert-error" style="dis...
Improve error message for mentioning unsubcribed users.
compose: Improve error message for mentioning unsubcribed users. Previously, some users were confused as to whether or not they needed to hit the subscribe button here. Fixes #8550.
Handlebars
apache-2.0
eeshangarg/zulip,shubhamdhama/zulip,zulip/zulip,tommyip/zulip,showell/zulip,rishig/zulip,shubhamdhama/zulip,jackrzhang/zulip,brainwane/zulip,jackrzhang/zulip,tommyip/zulip,hackerkid/zulip,dhcrzf/zulip,andersk/zulip,eeshangarg/zulip,showell/zulip,showell/zulip,punchagan/zulip,hackerkid/zulip,showell/zulip,rishig/zulip,z...
ee5158373c1ff2a892e2ef5bd9010abcc6ebf5ca
app/templates/components/proposal-diff.hbs
app/templates/components/proposal-diff.hbs
{{#each seqs as |seq|}} <div class="word"> {{seq.text}} </div> {{/each}} {{#each meanings as |meaning|}} <div class="info"> <div class="pos"> {{meaning.original.pos}} </div> <div class="labels"> {{label-diff newLabelIds=meaning.labels originalLabelIds=meaning.original.labels}} </d...
{{#each seqs as |seq|}} <div class="word"> {{seq.text}} </div> {{/each}} {{#each meanings as |meaning|}} <div class="info"> <div class="labels"> {{label-diff newLabelIds=meaning.labels originalLabelIds=meaning.original.labels}} </div> <div class="definition"> <div class="def"> ...
Move pos next to meaning
Move pos next to meaning
Handlebars
mit
wordset/wordset-ui,wordset/wordset-ui,wordset/wordset-ui,BryanCode/wordset-ui,BryanCode/wordset-ui,BryanCode/wordset-ui
6f027534bfdbf30c8a97030e43162ca6ecbf75b7
addon/templates/components/md-loader.hbs
addon/templates/components/md-loader.hbs
{{#if isBarType}} <div class="{{barClassName}}" style="{{barStyle}}"></div> {{/if}} {{#each spinnerClassNames as |spinnerClassName|}} <div class="{{spinnerClassName}}"> <div class="circle-clipper left"> <div class="circle"></div> </div><div class="gap-patch"> <div class="circle"></div> </di...
{{#if isBarType}} <div class="{{barClassName}}" style={{barStyle}}></div> {{/if}} {{#each spinnerClassNames as |spinnerClassName|}} <div class="{{spinnerClassName}}"> <div class="circle-clipper left"> <div class="circle"></div> </div><div class="gap-patch"> <div class="circle"></div> </div>...
Fix warning about XSS in bound style attribute
Fix warning about XSS in bound style attribute
Handlebars
mit
hankthetank/ember-cli-materialize,truenorth/ember-cli-materialize,mgood/ember-cli-materialize,mdehoog/ember-cli-materialize,bashmach/ember-cli-materialize,seanpdoyle/ember-cli-materialize,mgood/ember-cli-materialize,floqqi/ember-cli-materialize,foxnewsnetwork/ember-cli-materialize,alexdiliberto/ember-cli-materialize,fo...
44c99192a35a228a97b109fa7bc597caedaed28f
admin/static/handlebars/resolve_issues-resolved-template.handlebars
admin/static/handlebars/resolve_issues-resolved-template.handlebars
<div class="alert" data-alert="alert"> <a class="close" href="#">&times;</a> {{#if name_conflict}} <p>You successfully solved the name conflict.</p> {{/if}} {{#if server_dead}} <p>You successfully removed the server <span class="name">{{server_name}}</span>.</p> {{/if}} {{#if uns...
<div class="alert" data-alert="alert"> <a class="close" href="#">&times;</a> {{#if name_conflict}} <p>You successfully solved the name conflict.</p> {{/if}} {{#if server_dead}} <p>You successfully removed the server <span class="name">{{server_name}}</span>.</p> {{/if}} </div>
Remove unneeded piece of template
Remove unneeded piece of template
Handlebars
apache-2.0
yakovenkodenis/rethinkdb,JackieXie168/rethinkdb,mcanthony/rethinkdb,jmptrader/rethinkdb,matthaywardwebdesign/rethinkdb,mquandalle/rethinkdb,eliangidoni/rethinkdb,Wilbeibi/rethinkdb,wkennington/rethinkdb,tempbottle/rethinkdb,losywee/rethinkdb,4talesa/rethinkdb,rrampage/rethinkdb,urandu/rethinkdb,Qinusty/rethinkdb,yakove...
3b8ecdad4143fe8202773d89177694f4e54191c2
assets/scripts/app/templates/ssh_key.hbs
assets/scripts/app/templates/ssh_key.hbs
{{#if model}} {{#if isEditing}} {{partial "ssh_key/form"}} {{else}} <div class="ssh-key"> <p>SSH key is set.</p> {{#if description}} <div class="row"> <span class="label">Description:</label> <span class="value">{{description}}</span> </div> {{/if}} ...
{{#if model}} {{#if isEditing}} {{partial "ssh_key/form"}} {{else}} <div class="ssh-key"> <p>SSH key is set.</p> {{#if description}} <div class="row"> <span class="label">Description:</label> <span class="value">{{description}}</span> </div> {{/if}} ...
Add a newline in ssh key screen
Add a newline in ssh key screen
Handlebars
mit
jlrigau/travis-web,2947721120/travis-web,mjlambert/travis-web,jlrigau/travis-web,fotinakis/travis-web,2947721120/travis-web,Tiger66639/travis-web,Tiger66639/travis-web,mjlambert/travis-web,travis-ci/travis-web,fauxton/travis-web,2947721120/travis-web,Tiger66639/travis-web,fotinakis/travis-web,mjlambert/travis-web,fotin...
9b98b8f2fafb80f84d2a6ce08321f86864104172
views/templates/thomy_new.handlebars
views/templates/thomy_new.handlebars
{{!-- { "title": "About breakout and news teaser", "variables": { "heading": { "title": "Heading", "type": "text" }, "contenttext": { "title": "Content description", "type": "text" }, "infolink": { "title": "Link to more information", "type": "url" }, ...
{{!-- { "title": "About breakout and news teaser", "variables": { "heading": { "title": "Heading", "type": "text" }, "contenttext": { "title": "Content description", "type": "text" }, "newstext": { "title": "News teaser", "type": "text" } } } --}} <div ...
Update template to new style
Update template to new style
Handlebars
agpl-3.0
BreakOutEvent/breakout-frontend
357b493a750443df0e419211fc3f75f225f414b4
src/templates/head.html.hbs
src/templates/head.html.hbs
<!DOCTYPE html> {{#if page.language}} <html lang="{{page.language}}"> {{elseif site.language}} <html lang="{{site.language}}"> {{else}} <html> {{/if}} <head> <meta charset="utf-8" /> <title>{{page.title}} &dash; {{site.title}}</title> <link rel="stylesheet" type="text/css" charset="utf-8" href="/css/norma...
<!DOCTYPE html> {{#if page.language}} <html lang="{{page.language}}"> {{else}} {{#if site.language}} <html lang="{{site.language}}"> {{/if}} <html> {{/if}} <head> <meta charset="utf-8" /> <title>{{page.title}} &dash; {{site.title}}</title> <link rel="stylesheet" type="text/css" charset="utf-8" href="/css/...
Remove a syntax error in the templates
Remove a syntax error in the templates
Handlebars
agpl-3.0
m-r-r/helianto,m-r-r/helianto
1b2fdd619e65bc10360f58a0d95ea7a5f66ad532
app/components/isp-jam-auth/template.hbs
app/components/isp-jam-auth/template.hbs
<div class="well"> <div class="form"> <div class="form-group"> <label for="participant">{{t 'login.studyID'}}</label> <div class="form-input"> {{input value=password}} </div> </div> <div class="form-group"> <label for="participant">{{t 'login.participantID...
<div class="well"> <div class="form"> <div class="form-group"> <label for="participant">{{t 'login.studyID'}}</label> <div class="form-input"> {{input value=password}} </div> </div> <div class="form-group"> <label for="participant">{{t 'login.participantID...
Add text for screen-reader to loading icon
Add text for screen-reader to loading icon
Handlebars
apache-2.0
CenterForOpenScience/isp,CenterForOpenScience/isp,CenterForOpenScience/isp
bb3c256584cfb5fe1edfed174f281ef5d9cc3218
templates/etc/elasticsearch/logging.yml.hbs
templates/etc/elasticsearch/logging.yml.hbs
# you can override this using by setting a system property, for example -Des.logger.level=DEBUG es.logger.level: INFO rootLogger: ${es.logger.level}, console, file logger: # log action execution errors for easier debugging action: DEBUG # reduce the logging for aws, too much is logged under the default INFO com...
# you can override this using by setting a system property, for example -Des.logger.level=DEBUG es.logger.level: INFO rootLogger: ${es.logger.level}, console logger: # log action execution errors for easier debugging action: DEBUG # reduce the logging for aws, too much is logged under the default INFO com.amazo...
Fix some elasticsearch logging warnings.
Fix some elasticsearch logging warnings. Since we changed things to only log to the console, we don't need this file logger setup.
Handlebars
mit
OdiloOrg/api-umbrella-router,apinf/api-umbrella,NREL/api-umbrella,OdiloOrg/api-umbrella-router,apinf/api-umbrella,NREL/api-umbrella-router,NREL/api-umbrella,OdiloOrg/api-umbrella-router,apinf/api-umbrella,NREL/api-umbrella,apinf/api-umbrella,NREL/api-umbrella,apinf/api-umbrella,NREL/api-umbrella-router,NREL/api-umbrell...
6b951f9608d273dd067f2179585037565a43136b
views/partials/facebook-meta.hbs
views/partials/facebook-meta.hbs
<meta property="og:title" content="{{title}} Conference"> <meta property="og:url" content="http://enviroecon.org/"> <meta property="og:image" content="http://enviroecon.org/img/logo-rect.png"> <meta property="og:description" content="{{> about}}">
<meta property="og:title" content="{{title}} Conference"> <meta property="og:url" content="http://enviroecon.org/"> <meta property="og:image" content="http://enviroecon.org/img/logo-rect.png"> <meta property="og:image:width" content="1200"> <meta property="og:image:height" content="630"> <meta property="og:description"...
Update image metadata for Facebook, again
Update image metadata for Facebook, again
Handlebars
mit
ericf/enviroecon.org,ericf/enviroecon.org
9bbbb537ff38b0c5f5892cee4c166103c27ed413
views/index.hbs
views/index.hbs
<div class="intro-text"> <span class="lead">{{{__ "intro lead" }}}</span> <p>{{{__ "intro message" }}}</p> <p>{{{__ "find us on" }}}</p> {{#if showBlog}} {{{__ "from the dev diary" team.id}}}</a> <ul> {{#each blogPosts}} <li> {{shortDate this.createdOn}}: <a href="/team/{{../team.id}}/post/{{this.id}}">{{{mlString this...
<div class="intro-text"> <span class="lead">{{{__ "intro lead" }}}</span> <p>{{{__ "intro message" }}}</p> <p>{{{__ "find us on" }}}</p> {{#if showBlog}} {{{__ "from the dev diary" team.id}}}</a> <ul> {{#each blogPosts}} <li> {{shortDate this.createdOn}}: <a href="/team/{{../team.id}}/post/{{this.id}}">{{{mlString this...
Add wayfinder link to feed to frontpage
Add wayfinder link to feed to frontpage
Handlebars
cc0-1.0
eloquence/lib.reviews,eloquence/lib.reviews,eloquence/lib.reviews
fefe4ae48be1ff0ba247962abcf8a37cedea29f7
default.hbs
default.hbs
<!DOCTYPE html> <html lang="en"> <head> <title>{{meta_title}}</title> {{> meta}} <link href='https://fonts.googleapis.com/css?family=Raleway:400,600%7CRoboto+Slab:300,400' rel='stylesheet' type='text/css'> <link rel="stylesheet" type="text/css" href="{{asset "css/uno-zen.css"}}" /> {{ghost_head}} ...
<!DOCTYPE html> <html lang="en"> <head> <title>{{meta_title}}</title> {{> meta}} <link href='https://fonts.googleapis.com/css?family=Raleway:400,600%7CRoboto+Slab:300,400' rel='stylesheet' type='text/css'> <link rel="stylesheet" type="text/css" href="{{asset "css/uno-zen.css"}}" /> {{ghost_head}} ...
Fix pjax for external post content
Fix pjax for external post content
Handlebars
mit
hmobius/uno-zen,JIANHUI2015/uno-zen,Kikobeats/uno-zen,BradMcGonigle/uno-zen,robincsamuel/uno-zen,BradMcGonigle/uno-zen,JIANHUI2015/uno-zen,hmobius/uno-zen,Kikobeats/uno-zen,robincsamuel/uno-zen
d72b383a9d6ba2c94d72ccabf48771b4664ce2d1
partials/postheader.hbs
partials/postheader.hbs
<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.u...
<header class="main-header post-head {{#if image}}" style="background-image: url({{image}}){{else}}{{#if @blog.cover}}" style="background-image: url({{@blog.cover}}){{else}}no-cover{{/if}}{{/if}}"> <nav class="main-nav {{#if image}}overlay{{/if}} clearfix"> <a class="back-button icon-arrow-left" href="{{@bl...
Add header image to post pages
Add header image to post pages
Handlebars
mit
eddielee6/SleepyMoon,eddielee6/SleepyMoon
585b85edc0ae28dcbc11e0df62d23cfa555097a8
app/templates/ghost-config-wrapper.handlebars
app/templates/ghost-config-wrapper.handlebars
<div class="viewlet-manager-wrapper"> <div class="header-slot"></div> <div class="view-manager-navigation" style="clear: both;"> <div class="charm-panel-configure-buttons"> <button class="btn cancel">Cancel</button> <input value="Confirm" type="submit" class="btn btn-primary deploy"> ...
<div class="viewlet-manager-wrapper"> <div class="header-slot"></div> <div class="viewlet-manager-navigation" style="clear: both;"> <div class="charm-panel-configure-buttons"> <button class="btn cancel">Cancel</button> <input value="Confirm" type="submit" class="btn btn-primary deploy">...
Update the class name in the ghost
Update the class name in the ghost
Handlebars
agpl-3.0
jrwren/juju-gui,mitechie/juju-gui,bac/juju-gui,bac/juju-gui,bac/juju-gui,CanonicalJS/juju-gui,mitechie/juju-gui,bac/juju-gui,mitechie/juju-gui,jrwren/juju-gui,CanonicalJS/juju-gui,jrwren/juju-gui,CanonicalJS/juju-gui,jrwren/juju-gui,mitechie/juju-gui
ae0c7a65437e31b9350ceb7ccabc714dab5c8585
tests/dummy/app/templates/application.hbs
tests/dummy/app/templates/application.hbs
<h2 id='title'>Welcome to Ember.js</h2> {{outlet}} {{ ember-json-pretty jsonObj=this.model.menus }}
<h2 id='title'>Welcome to Ember.js</h2> {{outlet}} {{ ember-json-pretty jsonObj=this.model.menus keyColor="#00FF7F" }}
Add keyColor in dummy test.
Add keyColor in dummy test.
Handlebars
mit
rodrigo-morais/ember-json-pretty,zipscene/ember-json-pretty,rodrigo-morais/ember-json-pretty,zipscene/ember-json-pretty
05fccc466630fc84f2515f04c3182aa2bd7389b6
addon/templates/components/ember-favourite-heart.hbs
addon/templates/components/ember-favourite-heart.hbs
<div class={{heartClass}} {{action "toggleFav"}} style={{heartStyle}}></div> <div class="heartCount"> {{likeCount}} </div>
{{#if hasBlock}} {{yield}} {{else}} <div class={{heartClass}} {{action "toggleFav"}} style={{heartStyle}}></div> <div class="heartCount"> {{likeCount}} </div> {{/if}}
Update template to support block parameter
Update template to support block parameter
Handlebars
mit
anilmaurya/ember-favourite-heart,anilmaurya/ember-favourite-heart
44e615643e845aa2436ffb73813d8032191aebf6
app/templates/components/shape-listing.hbs
app/templates/components/shape-listing.hbs
{{models-table columns=columns data=shapeDatasets downloadLink=downloadLink displayLink=displayLink}}
{{models-table columns=columns data=shapeDatasets downloadLink=downloadLink displayLink=displayLink showTableFooter=false showColumnsDropdown=false useFilteringByColumns=false showGlobalFilter=false }}
Remove frills from shape tablee
Remove frills from shape tablee
Handlebars
mit
UrbanCCD-UChicago/plenario-explorer,UrbanCCD-UChicago/plenario-explorer,UrbanCCD-UChicago/plenario-explorer
52a12ad4a9e4f28580b584cbc78698c39223acad
addon/templates/components/frost-checkbox.hbs
addon/templates/components/frost-checkbox.hbs
{{one-way-input type='checkbox' id=inputId class='input' checked=isChecked disabled=disabled name=name update=(action 'input') }} <label for={{inputId}} class='label' onBlur={{action 'onBlur'}} tabIndex=0> {{#if hasBlock}} {{yield}} {{else}} {{label}} {{/if}} <svg xmlns='http...
{{one-way-checkbox id=inputId class='input' checked=isChecked disabled=disabled name=name update=(action 'input') }} <label for={{inputId}} class='label' onBlur={{action 'onBlur'}} tabIndex=0> {{#if hasBlock}} {{yield}} {{else}} {{label}} {{/if}} <svg xmlns='http://www.w3.org/200...
Change to one-way to one-way-checkbox
Change to one-way to one-way-checkbox
Handlebars
mit
helrac/ember-frost-core,ciena-frost/ember-frost-core,sglanzer/ember-frost-core,EWhite613/ember-frost-core,ciena-frost/ember-frost-core,rox163/ember-frost-core,vesper2000/ember-frost-core,dafortin/ember-frost-core,EWhite613/ember-frost-core,EWhite613/ember-frost-core,ciena-frost/ember-frost-core,vesper2000/ember-frost-c...
c581e4a68d8b67116a23ad348ac9f4b3eb0f50bb
content/themes/casper/partials/loop.hbs
content/themes/casper/partials/loop.hbs
{{! Previous/next page links - only displayed on page 2+ }} <div class="extra-pagination inner"> {{pagination}} </div> {{! This is the post loop - each post will be output using this markup }} {{#foreach posts}} <article class="{{post_class}}"> <header class="post-header"> <h2 class="post-title"><a hre...
{{! Previous/next page links - only displayed on page 2+ }} <div class="extra-pagination inner"> {{pagination}} </div> {{! This is the post loop - each post will be output using this markup }} {{#foreach posts}} <article class="{{post_class}}"> <header class="post-header"> <h2 class="post-title"><a hre...
Add styling to comment counts
Add styling to comment counts
Handlebars
mit
sbekti/osiris,sbekti/osiris
c5e70025eb6d0391aa226354ea7b27717d4665b7
templates/partials/author-box.hbs
templates/partials/author-box.hbs
<article id="author-box"> <h3>Marie Hogebrandt</h3> <img src="/assets/images/portrait-small.png" width="260" height="260" class="featured-image" alt="Sepia portrait of Marie Hogebrandt"> <p>While technological advances stopped others, at least one continued seeing the mystical beings that share our world.<...
<article id="author-box" class="h-card"> <h3 class="p-name">Marie Hogebrandt</h3> <img src="/assets/images/portrait-small.png" width="260" height="260" class="featured-image u-photo" alt="Sepia portrait of Marie Hogebrandt"> <p>While technological advances stopped others, at least one continued seeing the ...
Add h-card markup to author box
Add h-card markup to author box While microformats aren't exactly the most used things, having some markup is a good idea. This fixes #16 http://microformats.org/wiki/h-card
Handlebars
mit
Melindrea/smaty.se,Melindrea/smaty.se,Melindrea/smaty.se,Melindrea/smaty.se
0e26fc5bbe4840e272cd046b8da9a6911b7ac4b8
.thought/partials/overview.md.hbs
.thought/partials/overview.md.hbs
**This project is not ready yet. It's in development and the documentation is merely a self-test of the project. Better come back later** ## Overview / Motivation The goal of Thought is making the documentation just as easy as thinking about it. Generating a simple `README.md` just requires executing `thought` in y...
## Overview / Motivation The goal of Thought is making the documentation just as easy as thinking about it. Generating a simple `README.md` just requires executing `thought` in your project directories. Thought will run your `package.json` through a Handlebars template with a list of registered partials in order to ...
Remove "come back later", since this is actually already something worth looking at.
Remove "come back later", since this is actually already something worth looking at.
Handlebars
mit
nknapp/thought,nknapp/thought
608fe62ea43ed77edd06f0aa9976aadca7aeb631
app/templates/dashboard/group-manager/group/entries/new.hbs
app/templates/dashboard/group-manager/group/entries/new.hbs
<div class='col-md-10'> <section> <div class='panel panel-default'> <div class='panel-heading fixed-panel-header'> <h4> (New Entry) </h4> </div> <div class='panel-body'> <section> {{#bs-form formLayout="vertical" model=model onSubmit=...
<div class='col-md-10'> <section> <div class='panel panel-default'> <div class='panel-heading fixed-panel-header'> <h4> (New Entry) </h4> </div> <div class='panel-body'> <section> {{#bs-form formLayout="vertical" model=model onSubmit=(perform saveEntry...
Add search on Nomen for session entry
Add search on Nomen for session entry
Handlebars
bsd-2-clause
barberscore/barberscore-web,barberscore/barberscore-web,barberscore/barberscore-web
4ca2ea2773d7cb867e81a1348bef193826261a12
app/components/theme-select/template.hbs
app/components/theme-select/template.hbs
<div class="form-group clearfix m-b-lg"> <label class="control-label " for="info-theme-select"> Select a Theme </label> <div class="theme-block p-sm"> {{#each themes as |theme|}} <div class="theme-box" style="background:{{theme.background}}; color: {{theme.color}}">A</div> ...
<div class="form-group clearfix m-b-lg"> <label class="control-label " for="info-theme-select"> Select a Theme </label> <div class="theme-block p-sm"> {{#each themes as |theme|}} <div class="theme-box {{if (eq theme currentTheme) 'selected'}}" style="background:{{theme.background...
Add logic to select current theme
Add logic to select current theme
Handlebars
apache-2.0
caneruguz/osfpages,caneruguz/osfpages,Rytiggy/osfpages,Rytiggy/osfpages
a3d8d8b3fa8110fc50e5aa4792d5c86c31724792
partials/aside.hbs
partials/aside.hbs
<aside class="cover"> <div class="cover container"> <div class="profile"> {{#if @blog.logo}} <a id="avatar-link" title="link to homepage for {{@blog.title}}" href="{{@blog.url}}/#open"> <img src="{{@blog.logo}}" alt="{{@blog.title}} avatar" class="profile avatar hvr-buzz-out" /> <h1>F...
<aside class="cover"> <div id="particles-js" class="cover container"> <div class="profile"> {{#if @blog.logo}} <a id="avatar-link" title="link to homepage for {{@blog.title}}" href="{{@blog.url}}/#open"> <img src="{{@blog.logo}}" alt="{{@blog.title}} avatar" class="profile avatar hvr-buzz-out"...
Add selector for particle effect
Add selector for particle effect
Handlebars
mit
kutyel/uno-zen,kutyel/uno-zen
8d3e417673bad66d36a9b46a674e54808f20a7a6
app/templates/components/bd-quick-favorite.hbs
app/templates/components/bd-quick-favorite.hbs
{{#link-to 'stop' stop class="unstyled"}} {{ bd-toggle-favorite stop=stop class="stop-item__toggle-favorite" }} <h1 class="list-item__title truncate">{{stop.name}}<small class="light">{{stop.direction}}</small></h1> {{/link-to}}
{{#link-to 'stop' stop class="unstyled list-item__container"}} {{ bd-toggle-favorite stop=stop class="stop-item__toggle-favorite" }} <h1 class="list-item__title truncate">{{stop.name}}<small class="light">{{stop.direction}}</small></h1> {{/link-to}}
Change padding for target click area on quick stop
Change padding for target click area on quick stop
Handlebars
mit
bus-detective/web-client,bus-detective/web-client
14804d55b8cf0642ba153f45a0be59d2c8260a7b
addon/templates/components/power-select-typeahead/trigger.hbs
addon/templates/components/power-select-typeahead/trigger.hbs
<input type="search" value={{text}} id="ember-power-select-typeahead-input-{{select.uniqueId}}" class="ember-power-select-typeahead-input ember-power-select-search-input" autocomplete="off" placeholder={{placeholder}} oninput={{onInput}} onfocus={{onFocus}} onblur={{onBlur}} onkeydown={{action "handle...
<input type="search" value={{text}} id="ember-power-select-typeahead-input-{{select.uniqueId}}" class="ember-power-select-typeahead-input ember-power-select-search-input" autocomplete="off" placeholder={{placeholder}} oninput={{onInput}} onfocus={{onFocus}} onblur={{onBlur}} disabled={{select.disabled...
Apply disabled state to the input
Apply disabled state to the input
Handlebars
mit
cibernox/ember-power-select-typeahead,cibernox/ember-power-select-typeahead
5d83a1426cf934d13dd64f998405f52ac6a8ce10
src/pages/career/index.hbs
src/pages/career/index.hbs
--- subtitle: Join us! menu-order: 4 menu-title: Career body-class: page-color: green layout: default top-content: type: hero extra-classes: padding-top color: white background-color: green background-image: "/content/images/section-top/iteam-people.jpg" background-position: top mdtext: src/pages/career/...
--- subtitle: Join us! menu-order: 4 menu-title: Career body-class: page-color: green layout: default top-content: type: hero extra-classes: padding-top color: white background-color: green background-image: "/content/images/section-top/iteam-people.jpg" background-position: top mdtext: src/pages/career/...
Restructure career page, doesn't work withouth flexboxgrid though
Restructure career page, doesn't work withouth flexboxgrid though
Handlebars
mit
Iteam1337/docpad-gulp,Iteam1337/iteam.se,Iteam1337/iteam.se,Iteam1337/docpad-gulp
27207040d568e497ad6395631761fd9cd9f4b40f
app/assets/javascripts/map/templates/tabs/countries.handlebars
app/assets/javascripts/map/templates/tabs/countries.handlebars
<div class="tab-countries"> <div class="countries-content"> <header> <ul class="submenu"> <li class="is-selected"><svg class="icon"><use xlink:href="#icon-tab-analysis"></use></svg><span>draw shape</span></li> <li><svg class="icon"><use xlink:href="#icon-tab-alerts"></use></svg><span>country...
<div class="tab-countries"> <div class="countries-content"> {{!-- <header> <ul class="submenu"> <li class="is-selected"><svg class="icon"><use xlink:href="#icon-tab-analysis"></use></svg><span>draw shape</span></li> <li><svg class="icon"><use xlink:href="#icon-tab-alerts"></use></svg><span>c...
Revert "Analysis reverted. There are many many issues here. We need to develo…"
Revert "Analysis reverted. There are many many issues here. We need to develo…"
Handlebars
mit
Vizzuality/gfw-climate,Vizzuality/gfw-climate,Vizzuality/gfw-climate,Vizzuality/gfw-climate
f599c623e0b435660a9c58e2eb4ee4fdfe739b9d
app/templates/components/ilios-event.hbs
app/templates/components/ilios-event.hbs
{{#if event}} <div class='ilios-event-print-course'> {{#if course.isPublishedOrScheduled}} {{#link-to 'printCourse' course}} <button>{{t 'general.printSummary'}}</button> {{/link-to}} {{/if}} </div> {{ilios-calendar-single-event courseTitle=course.title sessionTitle=sessionTitl...
{{#if event}} <div class='ilios-event-print-course'> {{#if course.isPublishedOrScheduled}} {{#link-to 'printCourse' course}} <button>{{t 'general.printSummary'}}</button> {{/link-to}} {{/if}} </div> {{ilios-calendar-single-event courseTitle=course.title sessionTitle=sessionTitl...
Add location to single events
Add location to single events
Handlebars
mit
stopfstedt/frontend,ilios/frontend,ilios/frontend,dartajax/frontend,djvoa12/frontend,jrjohnson/frontend,stopfstedt/frontend,dartajax/frontend,gabycampagna/frontend,gabycampagna/frontend,jrjohnson/frontend,thecoolestguy/frontend,thecoolestguy/frontend,gboushey/frontend,gboushey/frontend,djvoa12/frontend
03a6aa872c44923de91e8bb5cde2953a5ca8319c
app/templates/home.hbs
app/templates/home.hbs
<main class="mdl-layout__content"> <div class="page-content mdl-grid st--grid-max"> {{pie-chart class="st--pie-chart mdl-cell mdl-cell--6-col" data=formatedChartData}} <div class="mdl-cell mdl-cell--6-col text-right" id="spending-meter-cont"> {{spendings-meter data=spendingsMeter}} <div class="m...
<main class="mdl-layout__content"> <div class="page-content mdl-grid st--grid-max"> {{pie-chart class="mdl-card mdl-card--bg-color st--pie-chart mdl-cell mdl-cell--6-col" data=formatedChartData}} <div class="mdl-card mdl-card--bg-color mdl-cell mdl-cell--6-col text-right" id="spending-meter-cont"> {{sp...
Add mdl-card to spending meter and chart
refactor: Add mdl-card to spending meter and chart Maintains the same height
Handlebars
mit
pe1te3son/spendings-tracker,pe1te3son/spendings-tracker
af5feb2f55049bcb656409b385c1cc7ed8976937
assets/sass/templates/quotation-examples.hbs
assets/sass/templates/quotation-examples.hbs
<p>An <q>in-line quote</q> using <code>q</code>.</p> <blockquote><p>A standard block quote using <code>blockquote</code>.</p></blockquote> <blockquote class="pullquote"><p>An editorial block quote (pull quote)</p></blockquote> <blockquote> <p>A blockquote containing:</p> <p>A paragraph.</p> <p>Another paragrap...
<p>An <q>in-line quote</q> using <code>q</code>.</p> <blockquote><p>A standard block quote using <code>blockquote</code>.</p></blockquote> <blockquote class="pullquote"><p>An editorial block quote (pull quote)</p></blockquote> <blockquote> <p>A blockquote containing:</p> <p>A paragraph.</p> <p>Another paragrap...
Fix nested UI OL example
Fix nested UI OL example
Handlebars
mit
AusDTO/gov-au-ui-kit,AusDTO/gov-au-ui-kit,AusDTO/gov-au-ui-kit
0272fa911c70298afdb0c89b096af478976096be
client/src/dashboard/templates/dashboard.hbs
client/src/dashboard/templates/dashboard.hbs
<div class="container margin-top-md"> <div class="row"> <div class="col-md-4"> <div class="panel panel-default"> <div class="panel-body"> <div class="media"> <div class="media-body"> <h4 class="media-heading"> User information </h4>...
<div class="container margin-top-md"> <div class="row"> <div class="col-md-4"> <div class="panel panel-default"> <div class="panel-body"> <div class="media"> <div class="media-body"> <h4 class="media-heading"> User information </h4>...
Add link on the homepage to the new app
Add link on the homepage to the new app
Handlebars
mit
openl10n/openl10n,rmoorman/openl10n,joelwurtz/openl10n,rmoorman/openl10n,Nedeas/openl10n,openl10n/openl10n,joelwurtz/openl10n,openl10n/openl10n,rmoorman/openl10n,rmoorman/openl10n,Nedeas/openl10n,Nedeas/openl10n,openl10n/openl10n,Nedeas/openl10n,joelwurtz/openl10n,joelwurtz/openl10n
95b340dbfda7a27818553fb3c245e51641d9bac5
src/layouts/letter.hbs
src/layouts/letter.hbs
{{> head}} <h1 class="page-title">To {{recipient}}, from {{sender}}</h1> <div class="grid"> <div class="grid__content"> <hr class="squiggle squiggle--4"> <article class="letter container"> <div class="letter__scan"> {{#images}} <img src="./{{.}}" alt="Scan of a letter t...
{{> head}} <h1 class="page-title">To <strong>{{recipient}}</strong>, {{description}}. From <strong>{{sender}}</strong>.</h1> <div class="grid"> <div class="grid__content"> <hr class="squiggle squiggle--4"> <article class="letter container"> <div class="letter__scan"> {{#images}} ...
Make titles a bit nicer
Make titles a bit nicer
Handlebars
mit
kimadactyl/dearfriend-v2,kimadactyl/dearfriend-v2,kimadactyl/dearfriend-v2
7bae589e6aac55276951d588acf075c8211fdc8c
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"...
Add theme messages to cta widget
Add theme messages to cta widget
Handlebars
apache-2.0
saasquatch/dollar-credit-theme,saasquatch/dollar-credit-theme,saasquatch/default-theme,saasquatch/default-theme
b5571ef5765983cf214222c548cfb83890d71f83
addon/templates/components/power-select-with-create.hbs
addon/templates/components/power-select-with-create.hbs
{{#component powerSelectComponentName ariaDescribedBy=ariaDescribedBy ariaInvalid=ariaInvalid ariaLabel=ariaLabel ariaLabelledBy=ariaLabelledBy options=optionsArray selected=selected onchange=(action "selectOrCreate") onkeydown=onkeydown onfocus=onfocus onopen=onopen onclose=...
{{#component powerSelectComponentName ariaDescribedBy=ariaDescribedBy ariaInvalid=ariaInvalid ariaLabel=ariaLabel ariaLabelledBy=ariaLabelledBy options=optionsArray selected=selected onchange=(action "selectOrCreate") onkeydown=onkeydown onfocus=onfocus onopen=onopen onclose=...
Fix order of passed in components according to API reference
Fix order of passed in components according to API reference See http://www.ember-power-select.com/docs/api-reference
Handlebars
mit
cibernox/ember-power-select-with-create,cibernox/ember-power-select-with-create
8bda302e849a985eb11b7faa9431f048a798f005
app/assets/javascripts/templates/overlay_background.hbs
app/assets/javascripts/templates/overlay_background.hbs
<div id="tahi-container" class="full-width"> <div class="backdrop text-center"> <h2>Nothing to see here</h2> <p class="center"> Take a look at your dashboard for tasks needing your attention. </p> </div> <div>
<div id="tahi-container" class="full-width"> <div class="backdrop text-center"> <h2>Nothing to see here</h2> <p class="center"> Take a look at your dashboard for tasks needing your attention. </p> </div> </div>
Fix overlay background template typo.
Fix overlay background template typo. [Fixes #69508200]
Handlebars
mit
johan--/tahi,johan--/tahi,johan--/tahi,johan--/tahi
6db3d02ec21321c79221e6510bbb627caf09efc0
src/js/templates/summarySearch.hbs
src/js/templates/summarySearch.hbs
<div class="pure-g"> <div class="pure-u-1"> <div class="text-content"> <h3> {{#if query}}Search results for "{{query}}":{{else}}Showing all results:{{/if}} <div {{ bind-attr class=":tabbed-item relaysActive:tabbed-active" }} ...
<div class="pure-g"> <div class="pure-u-1"> <div class="text-content"> <h3> {{#if query}}Search results for "{{query}}":{{else}}Showing all results:{{/if}} <div {{ bind-attr class=":tabbed-item relaysActive:tabbed-active" }} ...
Fix word spacing and capitalization in search result summary
Fix word spacing and capitalization in search result summary Signed-off-by: Isis Lovecruft <830ecb0551a2e1179e1b0a4d09890973273772f4@torproject.org>
Handlebars
mit
whatrye/Globe,isislovecruft/globe,leivaburto/globe,whatrye/Globe,leivaburto/globe,isislovecruft/globe,leivaburto/globe,whatrye/Globe,isislovecruft/globe
bc37f06fcace06925fd79a392b70a303f401f75f
resources/frontend/app/pods/league/template.hbs
resources/frontend/app/pods/league/template.hbs
{{#with model as |league|}} <div class="row"> <div class="col m12"> <h3>{{league.name}}</h3> {{#md-tabs}} {{#link-to 'league.teams'}} {{md-tab value='teams' title='Teams'}} {{/link-to}} {{/md-tabs}} {{outlet}} </div> </div> {{/with}}
{{#with model as |league|}} <div class="row"> <div class="col m12"> <h3>{{league.name}}</h3> {{#md-tabs selected='teams'}} {{ggf-md.md-tab value='teams' title='Teams' link='league.teams'}} {{/md-tabs}} {{outlet}} </div> </div> {{/with}}
Use custom md-tab component on the league page
Use custom md-tab component on the league page
Handlebars
mit
nixsolutions/ggf,nixsolutions/ggf,nixsolutions/ggf,nixsolutions/ggf
28310c0ff6d5aefa94416f703c3ea68b32b9ccc9
views/partials/footer.hbs
views/partials/footer.hbs
</div> </div> </div> <!-- /container --> </section> </body> </html>
</div> </div> </div> <!-- /container --> </section> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js"></script> </body> </html>
Include jQuery and Bootstrap CDN link
Include jQuery and Bootstrap CDN link
Handlebars
mit
harunapopoola/bc-20-maintenance-tracker,harunapopoola/bc-20-maintenance-tracker
5acd9a1aa41e24f9cb229dc881de79aa131eaae0
app/templates/components/tabbed-navigation.hbs
app/templates/components/tabbed-navigation.hbs
{{#if device.isMobile}} <div role="button" class="ui segment center aligned" {{action 'toggleMenu'}}> {{currentRoute}} </div> {{/if}} <div class="mobile hidden ui fluid stackable {{unless isNonPointing 'pointing'}} {{unless device.isMobile (if isVertical 'vertical' 'secondary')}} menu"> {{yield}} </div>
{{#if device.isMobile}} <div role="button" class="ui segment center aligned" {{action 'toggleMenu'}}> {{currentRoute}} </div> {{/if}} <div class="mobile hidden ui fluid stackable {{unless isNonPointing 'pointing'}} {{unless device.isMobile (if isTabbed 'tabular' (if isVertical 'vertical' 'secondary'))}} menu"> ...
Modify tabbed navigation to include tabular menu
Modify tabbed navigation to include tabular menu
Handlebars
apache-2.0
utkarshnath/open-event-frontend,CosmicCoder96/open-event-frontend,geekyd/open-event-frontend,anu-007/open-event-frontend,anu-007/open-event-frontend,sumedh123/open-event-frontend,ritikamotwani/open-event-frontend,sumedh123/open-event-frontend,utkarshnath/open-event-frontend,geekyd/open-event-frontend,harshitagupta30/op...
b17c569fd53e8d5580f9901bba69aa26c20d731f
addon/components/content-kit-component-card/template.hbs
addon/components/content-kit-component-card/template.hbs
<div class="content-kit-component-card__actions"> {{#if this.isEditing}} <button {{action 'save' data}} class="content-kit-component-card__action content-kit-component-card__save">Save</button> <button {{action 'cancel'}} class="content-kit-component-card__action content-kit-component-card__cancel">Cancel</bu...
<div class="content-kit-component-card__actions"> {{#if this.isEditing}} <button {{action 'save' data}} class="content-kit-component-card__action content-kit-component-card__save">Save</button> <button {{action 'cancel'}} class="content-kit-component-card__action content-kit-component-card__cancel">Cancel</bu...
Drop unused attr for component cards
Drop unused attr for component cards
Handlebars
mit
bustlelabs/ember-mobiledoc-editor,bustlelabs/ember-content-kit,bustlelabs/ember-mobiledoc-editor,bustlelabs/ember-content-kit
16c9462745ea99ab30e269618576f2ec44d9870e
app/assets/javascripts/templates/components/question/radio_component.hbs
app/assets/javascripts/templates/components/question/radio_component.hbs
<div class="question-text">{{{model.question}}}</div> {{#if helpText}} <div class="help">{{{helpText}}}</div> {{/if}} <label> {{view ETahi.RadioButton name=ident value="Yes" selection=model.answer}} Yes </label> <label> {{view ETahi.RadioButton name=ident value="No" selection=model.answer}} No </label> {{#...
<div class="question-text">{{{model.question}}}</div> {{#if helpText}} <div class="help">{{{helpText}}}</div> {{/if}} {{binary-radio-button name=ident selection=model.answer yesValue="Yes" noValue="No"}} {{#if template}} <div {{bind-attr class=":additional-data displayContent::hidden"}}> {{yield}} </div> {{...
Use BinaryRadioButton component for questions
Use BinaryRadioButton component for questions
Handlebars
mit
johan--/tahi,johan--/tahi,johan--/tahi,johan--/tahi
0f1dc7d3791cb89f856aad22c747184499f3f05b
src/main/web/templates/handlebars/partials/t3/related-articles.handlebars
src/main/web/templates/handlebars/partials/t3/related-articles.handlebars
<h3>Articles</h3> <div class="col-wrap"> <ul class="tiles__list flush"> {{#loop relatedArticles limit=6}} {{#resolve this.uri}} <li class="background--white padding-top--2 padding-bottom--2 padding-left--1 margin-left-md--1 js-hover-click col-wrap"> {{#if imageUri}} <div class=...
<h3>Articles</h3> <div class="col-wrap"> <ul class="tiles__list flush"> {{#loop relatedArticles limit=6}} {{#resolve this.uri}} <li class="background--white padding-top--2 padding-bottom--2 padding-left--1 margin-left-md--1 js-hover-click col-wrap"> {{#if imageUri}} <div class=...
Add else block to fix logic
Add else block to fix logic
Handlebars
mit
ONSdigital/babbage,ONSdigital/babbage,ONSdigital/babbage,ONSdigital/babbage
e3005cf37b9123d56b14a51c6df4fa4adee15114
src/templates/components/MainMenuComponent.hbs
src/templates/components/MainMenuComponent.hbs
<nav> <h3>Browse</h3> <ul> <li>{{#link-to "featured"}}Featured{{/link-to}}</li> <li>{{#link-to "games"}}Top Games{{/link-to}}</li> <li>{{#link-to "communities"}}Top Communities{{/link-to}}</li> <li>{{#link-to "streams"}}Top Streams{{/link-to}}</li> </ul> <h3>My</h3> <ul> <li>{{#link-to "user.subscription...
<nav> <h3>Browse</h3> <ul> <li>{{#link-to "featured"}}Featured{{/link-to}}</li> <li>{{#link-to "games"}}Games{{/link-to}}</li> <li>{{#link-to "communities"}}Communities{{/link-to}}</li> <li>{{#link-to "streams"}}Streams{{/link-to}}</li> </ul> <h3>My</h3> <ul> <li>{{#link-to "user.subscriptions"}}Subscrip...
Remove "Top" from main menu links
Remove "Top" from main menu links
Handlebars
mit
chhe/livestreamer-twitch-gui,streamlink/streamlink-twitch-gui,bastimeyer/livestreamer-twitch-gui,chhe/livestreamer-twitch-gui,bastimeyer/livestreamer-twitch-gui,bastimeyer/livestreamer-twitch-gui,streamlink/streamlink-twitch-gui,streamlink/streamlink-twitch-gui,chhe/livestreamer-twitch-gui
0418ab7b2da8df05cf3194de1182b49f74cdaf19
app/views/jst/content_migrations/subviews/QuestionBank.handlebars
app/views/jst/content_migrations/subviews/QuestionBank.handlebars
<label class="control-label"><strong>{{#t "default_question_bank_label"}}Default Question bank{{/t}}</strong></label> <div class="controls"> <select class="questionBank span3"> <option value="">{{#t "select_question_bank"}}Select question bank{{/t}}</option> <option value="new_question_bank" id="createQuestio...
<label class="control-label"><strong>{{#t "default_question_bank_label"}}Default Question bank{{/t}}</strong></label> <div class="controls"> <select class="questionBank span3"> <option value="">{{#t "select_question_bank"}}Select question bank{{/t}}</option> <option value="new_question_bank" id="createQuestio...
Use HCM color for disabled msg
fix(a11y): Use HCM color for disabled msg closes QUIZ-5103 Test Plan: - Navigate to course-setting, import content page. - Select 'Common Cartridge 1.x' - Click 'Import assessment content as Quizzes.Next' - Verify the message "This option is not compatible with Quizzes.Next" is displaced in 'Licorice' #2D...
Handlebars
agpl-3.0
sfu/canvas-lms,sfu/canvas-lms,sfu/canvas-lms,sfu/canvas-lms,sfu/canvas-lms,djbender/canvas-lms,sfu/canvas-lms,djbender/canvas-lms,djbender/canvas-lms,sfu/canvas-lms,djbender/canvas-lms
4cf00aa7f9ecd907993eff6535d3362afe2cec0c
blueprints/flexberry-core/files/__root__/templates/application.hbs
blueprints/flexberry-core/files/__root__/templates/application.hbs
<div id="example-mobile"> {{#ui-sidebar class="inverted vertical menu"}} <div class="header item"> <a class="brand" href="#">Flexberry Ember Demo</a> </div> {{render "sitemap" sitemap}} {{/ui-sidebar}} <div class="pusher"> <div class="full height"> <div class="ui top attached"> <div cl...
{{#ui-sidebar class="inverted vertical menu" dimPage=false}} <div class="header item"> <a class="brand" href="#">Flexberry Ember Demo</a> </div> {{render "sitemap" sitemap}} {{/ui-sidebar}} <div id="example" class="pusher"> <div class="full height"> <div class="ui top attached"> <div class="ui att...
Fix app template for generator
Fix app template for generator tfs #106068
Handlebars
mit
Flexberry/ember-flexberry,Flexberry/ember-flexberry,Flexberry/ember-flexberry,Flexberry/ember-flexberry
5b5d1b1f3996c86066d40832c380dab132215c1b
src/main/web/florence/templates/chartEditBarlineExtras.handlebars
src/main/web/florence/templates/chartEditBarlineExtras.handlebars
<label for="finish-at-hundred" class="checkbox-label">Finish at 100</label> <input id="finish-at-hundred" name="Finish at 100" {{#if finishAtHundred}}checked{{/if}} type="checkbox"> {{#each series}} <label for="types_{{@index}}">{{this}}</label> <div class="select-wrap"> <select id="types_{{@index}}" class="co...
<label for="finish-at-hundred" class="checkbox-label">Finish at 100</label> <input id="finish-at-hundred" name="Finish at 100" {{#if finishAtHundred}}checked{{/if}} type="checkbox"> <br/> {{#each series}} <label for="types_{{@index}}">{{this}}</label> <div class="select-wrap"> <select id="types_{{@index}}" clas...
Add line break to set Extras on new line
Add line break to set Extras on new line
Handlebars
mit
ONSdigital/florence,ONSdigital/florence,ONSdigital/florence,ONSdigital/florence
e9138d36007246c95cddd9865d10d833f5b9696b
views/partials/uploads.hbs
views/partials/uploads.hbs
<li class="thing-data-list-item"> <span class="fa fa-li fa-picture-o thing-data-icon">&nbsp;</span> <span class="expand-link nojs-hidden no-print" tabindex="0" data-target="thing-data-file-list" data-toggle-text="{{__ "hide uploads"}}"><span class="expand-label">{{{__ "show uploads"}}}</span><span class="fa fa-fw fa-ch...
<li class="thing-data-list-item"> <span class="fa fa-li fa-picture-o thing-data-icon">&nbsp;</span> <span class="expand-link nojs-hidden no-print" tabindex="0" data-target="thing-data-file-list" data-toggle-text="{{__ "hide uploads"}}"><span class="expand-label">{{{__ "show uploads"}}}</span><span class="fa fa-fw fa-ch...
Fix collapse/expand behavior for >1 upload
Fix collapse/expand behavior for >1 upload
Handlebars
cc0-1.0
eloquence/lib.reviews,eloquence/lib.reviews,eloquence/lib.reviews
41ca2aa7d6091c12407e6fe8605287395a36472a
views/layouts/main.hbs
views/layouts/main.hbs
<!doctype html> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.2/css/bootstrap.min.css"> <link rel="stylesheet" href="/style.css"> <script src="//cdnjs.cloudflare.com/ajax/libs/moment.js/2.11.1/moment.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/lodash.js/3.10.1/lodash...
<!doctype html> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.2/css/bootstrap.min.css"> <link rel="stylesheet" href="/style.css"> <script src="//cdnjs.cloudflare.com/ajax/libs/moment.js/2.11.1/moment.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/lodash.js/3.10.1/lodash...
Add Bootstrap JS to pages
Add Bootstrap JS to pages
Handlebars
bsd-3-clause
FuelRats/api.fuelrats.com,FuelRats/api.fuelrats.com,FuelRats/api.fuelrats.com
2d305a5ce2ae61e5a24b57772b966f6d6ecded6b
packages/authentication/addon/templates/components/cardstack-authentication-launcher.hbs
packages/authentication/addon/templates/components/cardstack-authentication-launcher.hbs
{{#if session.isAuthenticated}} {{#if network.iconUrl}} <div class="cardstack-rail-item cardstack-non-interactive"> <div class="cardstack-network-icon" style={{css-url "background-image" network.iconUrl}} >{{network.name}}</div> </div> {{/if}} {{#if session.user}} {{cardstack-content ...
{{#if session.isAuthenticated}} {{#if network.iconUrl}} <div class="cardstack-rail-item cardstack-non-interactive"> <div class="cardstack-network-icon" style={{css-url "background-image" network.iconUrl}} >{{network.name}}</div> {{#if session.user}} {{cardstack-content content=sess...
Add sidebar-network to cardstack-authenticator-launcher template
Add sidebar-network to cardstack-authenticator-launcher template
Handlebars
mit
cardstack/cardstack,cardstack/cardstack,cardstack/cardstack,cardstack/cardstack,cardstack/cardstack,cardstack/cardstack
df41c99e563bb34d0e833e1875853eb7d2d56902
src/main/web/templates/handlebars/list/t9-16.handlebars
src/main/web/templates/handlebars/list/t9-16.handlebars
{{#partial "block-title"}} All data related to {{#last breadcrumb}}{{description.title}}{{#if description.edition}}: {{description.edition}}{{/if}}{{/last}} {{/partial}} {{#partial "block-filters"}} {{> list/filters/keywords}} {{/partial}} {{!-- Inheriting from base list template --}} {{> list/base/list showBreadc...
{{#partial "block-title"}} All data related to {{#last breadcrumb}}{{description.title}}{{#if description.edition}}: {{description.edition}}{{/if}}{{/last}} {{/partial}} {{#partial "block-results-text"}} <div class="col col--md-28 col--lg-38"> {{> list/partials/list-results-text-number result resultsLabel="results...
Fix related data results text
Fix related data results text
Handlebars
mit
ONSdigital/babbage,ONSdigital/babbage,ONSdigital/babbage,ONSdigital/babbage
a1c2784b11cfa44d329dca898202642b21bd8462
assets/sass/templates/inline-links.hbs
assets/sass/templates/inline-links.hbs
<h3>Default inline links</h3> <ul class="inline-links"> <li><a href="javascript:void(0)">Options</a></li> <li><a href="javascript:void(0)">Help</a></li> <li><a href="javascript:void(0)">Sign Out</a></li> </ul> <h3><code>inline-links--inverted</code></h3> <div class="bg-navy"> <ul class="inline-links--inverte...
<h3>Default inline links</h3> <ul class="inline-links"> <li><a href="#">Options</a></li> <li><a href="#">Help</a></li> <li><a href="#">Sign Out</a></li> </ul> <h3>Inverted inline links</h3> <div class="bg-navy"> <ul class="inline-links--inverted"> <li><a href="#">Options</a></li> <li><a href="#">Help...
Update heading for Inverted inline links
Update heading for Inverted inline links
Handlebars
mit
AusDTO/gov-au-ui-kit,AusDTO/gov-au-ui-kit,AusDTO/gov-au-ui-kit
5004dc50faec273ca25f9cd2af1bf7609e1b1f03
app/scripts/common/templates/select_result.hbs
app/scripts/common/templates/select_result.hbs
<div>{{text}}</div> {{#if selected}} <button type="button" class="btn btn-link btn-xs remove" data-code="{{id}}" title="Remove from Timetable"> <i class="fa fa-minus fa-lg"></i> {{else}} <button type="button" class="btn btn-link btn-xs add" data-code="{{id}}" title="Add to Timetable"> <i class="fa fa-plus fa-lg"></...
<div>{{text}}</div> {{#if selected}} <button type="button" class="btn btn-link btn-xs remove" data-code="{{id}}" title="Remove from Timetable"> <i class="fa fa-times fa-lg"></i> {{else}} <button type="button" class="btn btn-link btn-xs add" data-code="{{id}}" title="Add to Timetable"> <i class="fa fa-plus fa-lg"></...
Change select result remove icon from minus to times for consistency
Change select result remove icon from minus to times for consistency
Handlebars
mit
nusmodifications/nusmods,Yunheng/nusmods,chunqi/nusmods,Yunheng/nusmods,nathanajah/nusmods,nusmodifications/nusmods,chunqi/nusmods,mauris/nusmods,mauris/nusmods,zhouyichen/nusmods,nusmodifications/nusmods,Yunheng/nusmods,Yunheng/nusmods,mauris/nusmods,Yunheng/nusmods,mauris/nusmods,zhouyichen/nusmods,nusmodifications/n...
cef6c9a52d5818250e5fe38c75d9e415ae676412
partials/loop.hbs
partials/loop.hbs
{{! Previous/next page links - only displayed on page 2+ }} <div class="extra-pagination inner"> {{pagination}} </div> {{! This is the post loop - each post will be output using this markup }} {{#foreach posts}} <article class="{{post_class}}"> <header class="post-header"> <h2 class="post-title"><a href="{{url...
{{! Previous/next page links - only displayed on page 2+ }} <div class="extra-pagination inner"> {{pagination}} </div> {{! This is the post loop - each post will be output using this markup }} {{#foreach posts}} <article class="{{post_class}}"> <header class="post-header"> <h2 class="post-title"><a href="{{url...
Use all post-excerpt text as link to post
Use all post-excerpt text as link to post
Handlebars
mit
Teamtailor/Casper,Teamtailor/Casper
7689d40fc8e5f579dd3c3c5cff209973f9bb4f50
app/templates/sequences/sequence-item-editor.hbs
app/templates/sequences/sequence-item-editor.hbs
<form {{action 'saveItem' sequenceItem on='submit'}}> <div class="row"> <div class="columns small-10"> {{input value=sequenceItem.title placeholder='Title'}} </div> <div class="columns small-2"> <input type='submit' class="button tiny" value='Save'/> {{#if sequenceItem.isLoading}}{{seque...
<form {{action 'saveItem' sequenceItem on='submit'}}> <div class="row"> <div class="columns small-10"> {{input value=sequenceItem.title placeholder='Title'}} </div> <div class="columns small-2"> <input type='submit' {{bind-attr class=":button :tiny sequenceItem.isDirty::disabled"}} value='Save...
Implement dirty acknowledgement on submit button
Implement dirty acknowledgement on submit button
Handlebars
mit
artzte/fightbook-app
f027819f4a58529f80ca41a648eeb12827f55d97
scripts/templates/dashboardTodo.handlebars
scripts/templates/dashboardTodo.handlebars
<div class="portlet span4"> <div class="header">To Do</div> <div class="portlet-content"> {{#if controllers.application.isConfigured}} <div class="alert alert-success"> There are no to do items. </div> {{else}} {{#if controllers.build.isReadycloud}} <div class="alert alert-...
<div class="portlet span4"> <div class="header">To Do</div> <div class="portlet-content"> {{#if controllers.application.isConfigured}} <div class="alert alert-success"> There are no to do items. </div> {{else}} {{#if controllers.build.isReadycloud}} <div class="alert alert-...
Remove duplicate word from dashboard warning
Remove duplicate word from dashboard warning
Handlebars
apache-2.0
vine77/saa-ui,vine77/saa-ui,vine77/saa-ui
6fb1a38d913504694df894c63a3530e0fec4957b
server/views/partials/kthHeader.handlebars
server/views/partials/kthHeader.handlebars
<!--indexOff: all--> <header> <div class="container-fluid"> <div class="container"> <div class="header-container__top"> {{{blocks.image}}} {{{blocks.title}}} {{{blocks.secondaryMenu}}} </div> <div class="header-container__bottom"> {{{blocks.megaMenu}}} {{{...
<!--indexOff: all--> <header> <div class="container-fluid"> <div class="container"> <div class="header-container__top"> {{{blocks.image}}} {{{blocks.title}}} <div id="mobileMenuWrapper"> <button id="nav-icon" class="navbar-toggler nav-icon" type="button" title="Öppna/stäng mobilmen...
Add mobile menu wrapper and breadcrumbs in KTH header
Add mobile menu wrapper and breadcrumbs in KTH header
Handlebars
mit
KTH/node-web,KTH/node-web
5f7df7a269269031c61e8d7501232eaeac2bcf80
app/activity/templates/collaborator-created-notification.hbs
app/activity/templates/collaborator-created-notification.hbs
<div class="notification-data"> <p class="notification-text"> <span class="notification-actor">{{actor.username}}</span> is now a collborator on board <a href="{{board.html_url}}" class="notification-board">{{board.name}}</a> <span class="notification-time text-muted">{{time}}</span> </p> </div> {{!...
<div class="notification-data"> <p class="notification-text"> <span class="notification-actor">{{actor.username}}</span> is now a collaborator on board <a href="{{board.html_url}}" class="notification-board">{{board.name}}</a> <span class="notification-time text-muted">{{time}}</span> </p> </div> {{...
Fix typo in activity template
Fix typo in activity template
Handlebars
agpl-3.0
jessamynsmith/boards-web,jessamynsmith/boards-web,GetBlimp/boards-web
bdb2d9f83a8684abb125dd40f5645c56c8b5e9ce
packages/workflow/tests/dummy/app/templates/components/cardstack/song-license-request-list-card.hbs
packages/workflow/tests/dummy/app/templates/components/cardstack/song-license-request-list-card.hbs
<div class="cardstack-message-card"> <div class="main-content">{{content.comment}}</div> <div class="button-panel"> {{#unless content.isHandled}} <button type="button" class="action-button" data-test-approve-button onclick={{action 'approve'}}> Approve </button> <button type="button" c...
<div class="cardstack-message-card"> {{content.comment}} </div>
Rename action buttons from song-license-request list card
Rename action buttons from song-license-request list card
Handlebars
mit
cardstack/cardstack,cardstack/cardstack,cardstack/cardstack,cardstack/cardstack,cardstack/cardstack,cardstack/cardstack
53e6a39f160d7f9ce10ccd2b02d1f3b74726b9c5
src/patterns/elements/typographic/misc.hbs
src/patterns/elements/typographic/misc.hbs
--- name: Misc Elements sourceless: true notes: | These are some misc elements. --- {{#with (data "specimens")}} {{punctuation}}<br> {{characters}}<br> {{math}}<br> {{currencies}}<br> {{arrows}}<br> {{units}} {{/with}}
--- name: Misc Elements sourceless: true notes: | These are some misc elements. --- {{#with (data "specimens")}} {{this.punctuation}}<br> {{this.characters}}<br> {{this.math}}<br> {{this.currencies}}<br> {{this.arrows}}<br> {{this.units}} {{/with}}
Address issue with {{math}} conflicting with a newly added helper
Address issue with {{math}} conflicting with a newly added helper
Handlebars
mit
cloudfour/drizzle,cloudfour/drizzle
11898a96ba2cff4d8f08f4d2626da141ef860679
addon/templates/components/virtual-each.hbs
addon/templates/components/virtual-each.hbs
<ul class="infinite-list-content" style={{contentStyle}}> {{#each _visibleItems key='@index' as |item|}} <li class="virtual-item"> {{yield item.raw item.actualIndex item.virtualIndex}} </li> {{else}} <li> {{yield to='inverse'}} </li> {{/each}} </ul>
<ul class="infinite-list-content" style={{contentStyle}}> {{#each _visibleItems key='@index' as |item|}} <li class="virtual-item"> {{yield item.raw item.actualIndex item.virtualIndex}} </li> {{else}} <li class="virtual-list-empty"> {{yield to='inverse'}} </li> {{/each}} </ul>
Add a class to the default empty li wrapping element
Add a class to the default empty li wrapping element
Handlebars
mit
jasonmit/virtual-each,jasonmit/virtual-each
2984ed12a0d99e69bea1a3d04fba9c156fee9157
share/spice/in_theaters/in_theaters_detail.handlebars
share/spice/in_theaters/in_theaters_detail.handlebars
<div class="detail__media detail__media--in_theaters"> <img src="{{imageProxy posters.original}}" alt="{{title}}" class="detail__media__img" /> </div> <div class="detail__body detail__body--in_theaters"> <div class="detail__body__content"> <h5 class="detail__title"><a href='{{links.alternate}}' title=...
<div class="detail__media detail__media--in_theaters"> <img src="{{imageProxy posters.original}}" alt="{{title}}" class="detail__media__img" /> </div> <div class="detail__body detail__body--in_theaters"> <div class="detail__body__content"> <h5 class="detail__title"><a href='{{links.alternate}}' title=...
Add MPAA rating to the detail template.
InTheaters: Add MPAA rating to the detail template.
Handlebars
apache-2.0
MoriTanosuke/zeroclickinfo-spice,alexandernext/zeroclickinfo-spice,Queeniebee/zeroclickinfo-spice,Queeniebee/zeroclickinfo-spice,imwally/zeroclickinfo-spice,echosa/zeroclickinfo-spice,stevenmg/zeroclickinfo-spice,bdjnk/zeroclickinfo-spice,digit4lfa1l/zeroclickinfo-spice,evejweinberg/zeroclickinfo-spice,deserted/zerocli...
234ed0a1b56a12e33bc0101724c063de8b4d014e
app/templates/components/paper-card.hbs
app/templates/components/paper-card.hbs
<div class="paper-card"> <h2 class="primary-text">{{title}}</h2> <div class="secondary-text">{{yield}}</div> </div>
<div class="paper-card"> <h2 class="primary-text">{{title}}</h2> <div class="primary-text">{{yield}}</div> </div>
Update paper card component classes.
Update paper card component classes.
Handlebars
mit
ch0sen1/oscarparamo,oparamo/oscarparamo,oparamo/oscarparamo,ch0sen1/oscarparamo
5f24ddc64938355a12c259b79d02f64fc3df9aea
client/app/templates/components/dnt-link-manager.hbs
client/app/templates/components/dnt-link-manager.hbs
<table class="ui table"> <thead> <tr> <th>Tittel</th> <th>Nettadresse</th> <th>Type</th> <th>Fjern</th> </tr> </thead> <tbody> {{#each links as |link index|}} {{dnt-link-manager-list-item TYPE_CHOICES=TYPE_CHOICES link=link index=index vali...
<table class="ui table"> <thead> <tr> <th>Tittel</th> <th>Nettadresse</th> <th>Type</th> <th class="one wide">Fjern</th> </tr> </thead> <tbody> {{#each links as |link index|}} {{dnt-link-manager-list-item TYPE_CHOICES=TYPE_CHOICES link=link index=i...
Make button only column more narrow
Make button only column more narrow
Handlebars
mit
Turistforeningen/Hytteadmin,Turistforeningen/Hytteadmin
15c099095ba5413a130c420066fb826e4c590efe
website/partners/solutions/swell-path/index.hbs
website/partners/solutions/swell-path/index.hbs
--- layout: partners title: "SwellPath" solutions: true TR_summary: logo: "//optimizely-marketer-assets.s3.amazonaws.com/partners/logos/swellpath.png" website_link: "http://www.swellpath.com" website_display: "www.swellpath.com" kb_article: stars: 1 TR_industry: "Strategic Consulting, Custom Implementation, Test Develo...
--- layout: partners title: "Six Dimensions" solutions: true TR_summary: logo: "//d1qmdf3vop2l07.cloudfront.net/optimizely-marketer-assets.cloudvent.net/raw/partner-logos/solutions/six-dimensions.png" website_link: "http://www.sixdimensions.com" website_display: "www.sixdimensions.com" kb_article: stars: 1 TR_industry:...
Update Swell Path to Six Dimensions
Update Swell Path to Six Dimensions
Handlebars
mit
CilantroOrg/CilantroVegOrg,CilantroOrg/CilantroVegOrg,CilantroOrg/CilantroVegOrg
d4d68221a317047e1942f1290439e84b0c67228b
client/app/pods/components/desktop-switcher/template.hbs
client/app/pods/components/desktop-switcher/template.hbs
{{#each desktops key="id" as |desktop|}} {{desktop-button action="switch" id=desktop.id name=desktop.initials selected=activeDesktop messages=desktop.messages}} {{/each}} {{#if activeDraggedWindow}} <div data-id="new" class="main-desktop-droparea main-desktop-button"><i class="fa fa-plus"></i></div> {{/if}}
{{#each desktops key="id" as |desktop|}} {{desktop-button action="switch" id=desktop.id name=desktop.initials selected=activeDesktop messages=desktop.messages}} {{/each}} {{#if activeDraggedWindow}} {{desktop-button action="switch" id="new" name="+" selected=false messages=0}} {{/if}}
Fix the create new desktop button
Fix the create new desktop button
Handlebars
apache-2.0
ilkkao/mas,ilkkao/mas,ilkkao/mas,ilkkao/mas
c878e8293a4af27e442bf53695f2453dd5b497e3
app/assets/javascripts/templates/navigation/_topbar.hbs
app/assets/javascripts/templates/navigation/_topbar.hbs
<nav class="top-bar" data-topbar> <ul class="title-area"> <li class="name"> <h1><a href="#/">TryRuby - RailsGirls Edition</a></h1> </li> <li class="toggle-topbar menu-icon"><a href="#">Menu</a></li> </ul> <section class="top-bar-section"> <ul class="left"> ...
<nav class="top-bar" data-topbar> <ul class="title-area"> <li class="name"> <h1><a href="#/">TryRuby - RailsGirls Edition</a></h1> </li> <li class="toggle-topbar menu-icon"><a href="#">Menu</a></li> </ul> <section class="top-bar-section"> <ul class="left"> ...
Allow users to go back with topbar
Allow users to go back with topbar
Handlebars
mit
mfeckie/try-ruby-railsgirls-edition,mfeckie/try-ruby-railsgirls-edition
2771144c86b61da80ff889435e70082544a77f9e
views/login.hbs
views/login.hbs
{{> header }} <h1>Login</h1> {{> show_flash_messages }} <form class="form-horizontal" action="/login" method="post"> <div class="row">&nbsp;</div> <div class="form-group"> <label for="email_inp" class="col-md-2 control-label col-md-offset-2">Employee email:</label> <div class="col-md-5"> <input ...
{{> header }} <h1>Login</h1> {{> show_flash_messages }} <form class="form-horizontal" action="/login" method="post"> <div class="row">&nbsp;</div> <div class="form-group"> <label for="email_inp" class="col-md-2 control-label col-md-offset-2">Employee email:</label> <div class="col-md-5"> <input ...
Allow Restore company feature in single tenant mode
Allow Restore company feature in single tenant mode
Handlebars
mit
YulioTech/timeoff,YulioTech/timeoff,timeoff-management/application,timeoff-management/application
a86bffe9a10e0fae0e68d6ca8cac947fc468ff87
public/templates/visualization.handlebars
public/templates/visualization.handlebars
<div class="headerbar"> <div class="text type">{{t "visualization.type"}}</div> <div class="chart_icon frequency"/> <div class="chart_icon histogram"/> <div class="chart_icon heatmap"/> <div class="chart_icon timeseries"/> <div class="chart_icon boxplot"/> <div class="text label">{{cha...
<div class="headerbar"> <div class="text type">{{t "visualization.type"}}</div> <div class="chart_icon frequency"/> <div class="chart_icon histogram"/> <div class="chart_icon heatmap"/> <div class="chart_icon timeseries"/> <div class="chart_icon boxplot"/> <div class="text label">{{cha...
Move 'Save Chart' button to the left of 'Close' button.
Move 'Save Chart' button to the left of 'Close' button.
Handlebars
apache-2.0
jamesblunt/chorus,jamesblunt/chorus,lukepolo/chorus,hewtest/chorus,prakash-alpine/chorus,mpushpav/chorus,lukepolo/chorus,prakash-alpine/chorus,mpushpav/chorus,jamesblunt/chorus,lukepolo/chorus,hewtest/chorus,mpushpav/chorus,hewtest/chorus,mpushpav/chorus,prakash-alpine/chorus,atul-alpine/chorus,hewtest/chorus,lukepolo/...
50bac971a1e004eb3c3454fd0d1ee97a63df5a36
views/partials/blog-feed.hbs
views/partials/blog-feed.hbs
{{#unless blogPosts}} {{{__ "no blog posts"}}} {{/unless}} {{#if team.userCanBlog}} <p> <a href="/team/{{team.id}}/new/post" id="write-blog" class="pure-button button-rounded edit-button"><span class="fa fa-fw fa-pencil spaced-icon">&nbsp;</span>{{{__ "write a blog post"}}}</a><p> {{/if}} {{#if blogPosts}} {{#each blog...
{{#unless blogPosts}} {{{__ "no blog posts"}}} {{/unless}} {{#if team.userCanBlog}} <p> <a href="/team/{{team.urlID}}/new/post" id="write-blog" class="pure-button button-rounded edit-button"><span class="fa fa-fw fa-pencil spaced-icon">&nbsp;</span>{{{__ "write a blog post"}}}</a><p> {{/if}} {{#if blogPosts}} {{#each b...
Use team slug for "Write a blog post" link
Use team slug for "Write a blog post" link
Handlebars
cc0-1.0
eloquence/lib.reviews,eloquence/lib.reviews,eloquence/lib.reviews
3f6f21a0ebf3057300085c5ba36cc958b829d628
app/templates/components/paper-dialog.hbs
app/templates/components/paper-dialog.hbs
{{#paper-dialog-inner}} {{#if alert}} {{#paper-dialog-content}} <h2 class="md-title">{{alert}}</h2> <p>{{content}}</p> {{/paper-dialog-content}} <div class="md-actions"> {{#paper-button action="onOk"}}{{ok}}{{/paper-button}} </div> {{/if}} {{#if confirm}} {{#paper-dialog-cont...
{{#paper-dialog-inner}} {{#if alert}} {{#paper-dialog-content}} <h2 class="md-title">{{alert}}</h2> <p>{{content}}</p> {{/paper-dialog-content}} <div class="md-actions"> {{#paper-button action="onOk" primary=true}}{{ok}}{{/paper-button}} </div> {{/if}} {{#if confirm}} {{#pape...
Clarify alert and confirm buttons as primary=true. No ink is the default.
Clarify alert and confirm buttons as primary=true. No ink is the default.
Handlebars
mit
bjornharrtell/ember-paper,xomaczar/ember-paper,joukevandermaas/ember-paper,miguelcobain/ember-paper,tmclouisluk/ember-paper,PartCycleTech/ember-paper,joukevandermaas/ember-paper,baroquon/ember-paper,PartCycleTech/ember-paper,xomaczar/ember-paper,stonecircle/ember-paper,pauln/ember-paper,miguelcobain/ember-paper,jamesdi...
241c3dee33911b3d13a0823bd290de5590b0c546
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"> ...
<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"> ...
Enable editing census home page tiles
Enable editing census home page tiles Former-commit-id: c2fbba3c112985ecdce4aeb38cf6baf2e2f5624c
Handlebars
mit
ONSdigital/florence,ONSdigital/florence,ONSdigital/florence,ONSdigital/florence
342e6bbe7b5a5511a689a3d677b1a7015cf42a0c
addon/templates/components/purple-disclosed.hbs
addon/templates/components/purple-disclosed.hbs
{{#if isShowing}} {{#if hasErrors}} <div class="alert alert-danger"> <p>There was <b>one</b> error submitting this form</p> </div> {{/if}} <form> {{yield}} <button {{action 'submit'}} type="submit" class="btn btn-primary col-xs-9"> {{submitText}} </button> <button {{action toggleActi...
{{#if isShowing}} {{#if hasErrors}} <div class="alert alert-danger"> <p>There was an error submitting this form</p> </div> {{/if}} <form> {{yield}} <button {{action 'submit'}} type="submit" class="btn btn-primary col-xs-9"> {{submitText}} </button> <button {{action toggleAction}} typ...
Make error more generic for now
Make error more generic for now
Handlebars
mit
Dhaulagiri/ember-purple-form,Dhaulagiri/ember-purple-form
781b31171243a5f2a394305e754f6ec4d9dca90a
app/templates/programs/index.hbs
app/templates/programs/index.hbs
<h3>{{t "programs.programs"}}</h3> <table class="grid-table"> <thead> <tr> <th>{{t "programs.program.title"}}</th> <th>{{t "programs.program.shortTitle"}}</th> <th>{{t "programs.program.duration"}}</th> <th>{{t "general.status"}}</th> </tr> </thead> <tbody> {{#each}} <tr>...
<h3>{{t "programs.programs"}}</h3> <table class="grid-table"> <thead> <tr> <th>{{t "programs.program.title"}}</th> <th>{{t "programs.program.shortTitle"}}</th> <th>{{t "programs.program.duration"}}</th> <th>{{t "general.status"}}</th> </tr> </thead> <tbody> {{#each}} <tr>...
Make create new program a button
Make create new program a button
Handlebars
mit
ilios/frontend,gabycampagna/frontend,stopfstedt/frontend,stopfstedt/frontend,gabycampagna/frontend,jrjohnson/frontend,gboushey/frontend,djvoa12/frontend,jrjohnson/frontend,djvoa12/frontend,thecoolestguy/frontend,thecoolestguy/frontend,dartajax/frontend,ilios/frontend,gboushey/frontend,dartajax/frontend
6084830223f1c0458849f506529f4d40bb917a77
app/templates/application.hbs
app/templates/application.hbs
<div class="container"> <div class="navbar"> <div class="navbar-inner"> {{#linkTo 'index' class='brand'}}Bloggr{{/linkTo}} <ul class="nav"> <li>{{#linkTo 'posts'}}Posts{{/linkTo}}</li> <li>{{#linkTo 'about'}}About{{/linkTo}}</li> </ul> ...
<div class="container"> <div class="navbar"> <div class="navbar-inner"> {{#linkTo 'index' class='brand'}}Bloggr{{/linkTo}} <ul class="nav"> <li>{{#linkTo 'posts'}}Posts{{/linkTo}}</li> <li>{{#linkTo 'about'}}About{{/linkTo}}</li> <li><a...
Add source link to nav
Add source link to nav
Handlebars
mit
gcollazo/ember-bloggr,gcollazo/ember-bloggr,gcollazo/ember-bloggr
3eff6dc6c60d73be4609140103a098e969dc6cfb
src/tasks/dump-import.hbs
src/tasks/dump-import.hbs
-- Script for psql to restore the dump into a local crates.io database. -- -- WARNING: This will destroy the current database contents. -- -- Instructions: -- -- 1. Create a new database and run the Diesel migrations. -- -- createdb DATABASE_NAME -- diesel migration run --database-url DATABASE_URL -- -- 2...
-- Script for psql to restore the dump into a local crates.io database. -- -- WARNING: This will destroy the current database contents. -- -- Instructions: -- -- 1. Create a new database and run the Diesel migrations. -- -- createdb DATABASE_NAME -- diesel migration run --database-url DATABASE_URL -- -- 2...
Set default value for gh_access_token in import script.
Set default value for gh_access_token in import script.
Handlebars
apache-2.0
rust-lang/crates.io,rust-lang/crates.io,rust-lang/crates.io,rust-lang/crates.io
bc0b635ae47d05b3f83e73c6f0645fff9f76d5c7
app/components/comment-thread/template.hbs
app/components/comment-thread/template.hbs
<div local-class="root"> {{#each (filter-by 'blockId' blockId comments) as |comment|}} <div local-class="item"> {{comment-thread/item comment=comment removeComment=(perform removeComment comment)}} </div> {{/each}} {{comment-thread/create-item createComment=(perform createComment)}} </div>
<div local-class="root"> {{#each blockComments as |comment|}} <div local-class="item"> {{comment-thread/item comment=comment removeComment=(perform removeComment comment)}} </div> {{/each}} {{comment-thread/create-item createComment=(perform createComment)}} </div>
Use passed down blockComments instead of computing the value at comment-thread
Use passed down blockComments instead of computing the value at comment-thread
Handlebars
apache-2.0
usecanvas/web-v2,usecanvas/web-v2,usecanvas/web-v2
bf44ccbb24a5202f7740413f52fb0360cfe478f9
share/goodie/security_addons/list_content.handlebars
share/goodie/security_addons/list_content.handlebars
<span class="twenty">{{browser}}:</span> <a class="g eighty tx-clr--dk" href="{{link}}">{{link}}</a>
<span class="twenty twenty--screen-xs twenty--screen-s">{{browser}}:</span> <a class="g eighty eighty--screen-xs eighty--screen-s tx-clr--dk" href="{{link}}">{{link}}</a>
Update CSS classes for mobile screens
Update CSS classes for mobile screens
Handlebars
apache-2.0
mohan08p/zeroclickinfo-goodies,urohit011/zeroclickinfo-goodies,lxndio/zeroclickinfo-goodies,RomainLG/zeroclickinfo-goodies,aleksandar-todorovic/zeroclickinfo-goodies,urohit011/zeroclickinfo-goodies,pratts/zeroclickinfo-goodies,lamanh/zeroclickinfo-goodies,synbit/zeroclickinfo-goodies,Midhun-Jo-Antony/zeroclickinfo-good...
78ff50ce68a625fb4fc82b7eab2447f4729f41cd
assets/scripts/app/templates/insufficient_oauth_permissions.hbs
assets/scripts/app/templates/insufficient_oauth_permissions.hbs
<div id="insufficient-permissions"> <img src="/images/travis-crying.png" class="sad-travis" width="150"> <p class="insufficient-permissions-head"> Oops, looks like something went wrong! </p> <p class="insufficient-permissions-more"> It looks like we don't have authorization to access your GitHub account....
<div id="insufficient-permissions"> <img src="/images/travis-crying.png" class="sad-travis" width="150"> <p class="insufficient-permissions-head"> Oops, looks like something went wrong! </p> <p class="insufficient-permissions-more"> It looks like we don't have authorization to access your GitHub account....
Remove existing user text stub on insufficient oauth permissions page
Remove existing user text stub on insufficient oauth permissions page
Handlebars
mit
jlrigau/travis-web,travis-ci/travis-web,fotinakis/travis-web,travis-ci/travis-web,fotinakis/travis-web,jlrigau/travis-web,Tiger66639/travis-web,jlrigau/travis-web,2947721120/travis-web,mjlambert/travis-web,2947721120/travis-web,2947721120/travis-web,fotinakis/travis-web,fauxton/travis-web,mjlambert/travis-web,mjlambert...
b552ceca28b372016ceda6c790f7f4be31a4df03
src/templates/index.hbs
src/templates/index.hbs
{{# partial "content" }} <p>Welcome to this <a href="https://remotestorage.io/">remoteStorage</a>-server.</p> <ol> <li> <p>You'll require an account. Use the command-line interface of <code>mysteryshack</code> like this:</p> <pre>$ mysteryshack user create foobar</pre> <p class=...
{{# partial "content" }} <p>Welcome to this <a href="https://remotestorage.io/">remoteStorage</a>-server.</p> <ol> <li> <p>You'll require an account. Use the command-line interface of <code>mysteryshack</code> like this:</p> <pre>$ mysteryshack user create foobar</pre> <p class=...
Add link to remoteStorage wiki
Add link to remoteStorage wiki
Handlebars
mit
untitaker/mysteryshack,untitaker/mysteryshack,untitaker/mysteryshack
4d16b9f2ae7aeb8b418c1dd468a1579a87a8d18a
src/templates/layouts/default.hbs
src/templates/layouts/default.hbs
<!doctype html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title></title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- Fonts --> <!-- Styles --> <link rel="stylesheet" h...
<!doctype html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title></title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- Fonts --> <!-- Styles --> <link rel="stylesheet" h...
Update name of site script from global to main
Update name of site script from global to main
Handlebars
mit
kps3/kps3-boilerplate,kps3/kps3.boilerplate,kps3/kps3.boilerplate,kps3/kps3-boilerplate,kps3/kps3.boilerplate
cd6ebae925960ed551834e2352b626e36ea56bf5
templates/form.hbs
templates/form.hbs
<div class="squatch-register"> {{text}} <div class="form"> {{#if firstName}} <input id="squatch-user-firstname" class="form-control" placeholder="First Name {{firstName}}"> {{/if}} {{#if lastName}} <input id="squatch-user-lastname" class="form-control" placeholder="Last Name {{lastName}}">...
<div class="squatch-register"> {{text}} <div class="form"> <input id="squatch-user-firstname" class="form-control hide-{{firstName}}" placeholder="First Name"> <input id="squatch-user-lastname" class="form-control hide-{{lastName}}" placeholder="Last Name"> <input id="squatch-user-email" class="form-c...
Add hide class to input fields
Add hide class to input fields
Handlebars
apache-2.0
saasquatch/default-theme,saasquatch/default-theme
c5463ffa9f8380be2ced251be12635cedc608904
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 a link to ember-power-select-with-create
Add a link to ember-power-select-with-create
Handlebars
mit
esbanarango/ember-power-select,cibernox/ember-power-select,esbanarango/ember-power-select,Dremora/ember-power-select,cibernox/ember-power-select,cibernox/ember-power-select,esbanarango/ember-power-select,chrisgame/ember-power-select,cibernox/ember-power-select,chrisgame/ember-power-select,Dremora/ember-power-select
cd7eceb4e182318dfdf843ad16c27470a45d98f3
views/symfile-index.handlebars
views/symfile-index.handlebars
<div class="page-header"> <h1>Symfiles</h1> </div> {{#if records}} <table class="table"> <tr> <th>Contents</th> {{#each fields}} <th>{{titleCase this}}</th> {{/each}} </tr> {{#each records}} <tr> <td> <a href="{{symfileUrl this.id}}">view</a> </td> {{#each this.pr...
<div class="page-header"> <h1>Symfiles</h1> </div> {{#if records}} <table class="table"> <tr> <th>Contents</th> {{#each fields}} <th>{{titleCase this}}</th> {{/each}} </tr> {{#each records}} <tr> <td> <a href="{{symfileUrl this.id}}">view</a> </td> {{#each this.pr...
Fix typo in Symfiles index
Fix typo in Symfiles index
Handlebars
mit
acrisci/simple-breakpad-server,acrisci/simple-breakpad-server,Jimbly/simple-breakpad-server,Jimbly/simple-breakpad-server
dfe93d9556771747362a87044abffa2f7e7b2d7b
src/main/web/templates/handlebars/partials/latest-release.handlebars
src/main/web/templates/handlebars/partials/latest-release.handlebars
{{#unless (endsWith (parentPath uri) "previous")}} {{!-- If not a previous version workout the latest link --}} {{#if description.latestRelease}} <p class="alert__title">{{labels.this-is-the-latest-release}}</p> <a class="btn btn--primary print--hide" href="{{parentPath uri}}/previousReleases">{{labels.view-previou...
{{#unless (endsWith (parentPath uri) "previous")}} {{!-- If not a previous version workout the latest link --}} {{#if description.latestRelease}} <p class="alert__title">{{labels.this-is-the-latest-release}}</p> <a class="alert__link" href="{{parentPath uri}}/previousReleases">{{labels.view-previous-release...
Make 'view previous releases' on bulletin less prominent
Make 'view previous releases' on bulletin less prominent
Handlebars
mit
ONSdigital/babbage,ONSdigital/babbage,ONSdigital/babbage,ONSdigital/babbage
f9cb460f05a2c2cd07042396d1cc1855c558bef3
app/assets/javascripts/landing/templates/c-home-news-item.handlebars
app/assets/javascripts/landing/templates/c-home-news-item.handlebars
<li class="slide js_slide"> <a href="{{link}}" target="_blank" class="js-home-news-item-linker"> <div class="c-home-news-item"> <div class="text -paragraph-big -light -color-3">{{name}}</div> <div class="c-home-news-item__description text -paragraph -color-3">{{description}}</div> ...
<li class="slide"> <a href="{{link}}" target="_blank" class="js-home-news-item-linker"> <div class="c-home-news-item"> <div class="text -paragraph-big -light -color-3">{{name}}</div> <div class="c-home-news-item__description text -paragraph -color-3">{{description}}</div> </d...
Fix the mysterious bug on the news block
Fix the mysterious bug on the news block
Handlebars
mit
Vizzuality/gfw,Vizzuality/gfw
04fcf8416e6de2cf7b393b89900ed0273ac216dd
src/main/web/templates/handlebars/list/partials/results-title.handlebars
src/main/web/templates/handlebars/list/partials/results-title.handlebars
<h3 class="search-results__title"> <a href="/redir?url={{uri}}&term={{parameters.query.0}}{{parameters.q.0}}&pageIndex={{result.paginator.currentPage}}&linkIndex={{@index_1}}&type={{listType}}">{{{description.title}}}{{#if_all description.edition showEdition}}{{#if_all (ne description.edition 'yes') (ne descrip...
<h3 class="search-results__title"> <a href="/redir?url={{uri}}&term={{parameters.query.0}}{{parameters.q.0}}&pageIndex={{result.paginator.currentPage}}&linkIndex={{@index_1}}&type={{listType}}&pageSize={{#if parameters.size.0}}{{parameters.size.0}}{{else}}10{{/if}}">{{{description.title}}}{{#if_all description....
Add page size to seeach results link href
Add page size to seeach results link href
Handlebars
mit
ONSdigital/babbage,ONSdigital/babbage,ONSdigital/babbage,ONSdigital/babbage
c91500a2848919e64c0bc1f0325a24140b85ca60
alexandria/static/handlebars/application.hbs
alexandria/static/handlebars/application.hbs
<nav class="navbar navbar-default" role="navigation"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> ...
<nav class="navbar navbar-default" role="navigation"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> ...
Add functionality to sign out link in the navbar
Add functionality to sign out link in the navbar
Handlebars
mit
citruspi/Alexandria,citruspi/Alexandria
e8293f32afca349eef1eabd83f06db41492c2776
app/templates/components/sessions-create.hbs
app/templates/components/sessions-create.hbs
<form {{action 'authenticate' on='submit'}}> {{input class="nav-input nav-input-username" type="text" placeholder="username" value=identification}} {{input class="nav-input nav-input-password" type="password" placeholder="password" value=password}} <button class="nav-button nav-button-login">Login</button> </form...
<form {{action 'authenticate' on='submit'}}> {{input class="nav-input nav-input-username" type="text" placeholder="Email" value=identification}} {{input class="nav-input nav-input-password" type="password" placeholder="Password" value=password}} <button class="nav-button nav-button-login">Login</button> </form> {...
Change login placeholder to prompt for email
Change login placeholder to prompt for email
Handlebars
mit
jjhampton/cross-pollinate,jjhampton/cross-pollinate
d9bc343970bbbb0bb3e0ba1f1dceb13d16c146e2
backend/app/assets/javascripts/spree/backend/templates/taxons/_tree.hbs
backend/app/assets/javascripts/spree/backend/templates/taxons/_tree.hbs
{{#each taxons}} <li data-taxon-id="{{id}}" data-taxon-taxonomy-id="{{taxonomy_id}}"> <div class="sortable-handle"> {{#if (isRootTaxon) }}{{else}}<i class="fa fa-arrows"></i>{{/if}} {{name}} <div class="actions right"> <a href="#" class="js-taxon-add-child fa fa-plus icon_link no-text">...
{{#each taxons}} <li data-taxon-id="{{id}}" data-taxon-taxonomy-id="{{taxonomy_id}}"> <div class="sortable-handle"> {{#if (isRootTaxon) }}{{else}}<i class="fa fa-arrows"></i>{{/if}} {{name}} <div class="actions right"> <a href="#" class="js-taxon-add-child fa fa-plus icon_link no-text">...
Fix taxons edit when not mounted at the root
Fix taxons edit when not mounted at the root
Handlebars
bsd-3-clause
pervino/solidus,Arpsara/solidus,jordan-brough/solidus,jordan-brough/solidus,Arpsara/solidus,jordan-brough/solidus,jordan-brough/solidus,pervino/solidus,pervino/solidus,Arpsara/solidus,Arpsara/solidus,pervino/solidus
a14636948881940b33e211c38b24678c1770ba8e
templates/posts/post.hbs
templates/posts/post.hbs
{{#if title}} {{partial "floating-header"}} <section class="content-preview-content"> <div class="wrapper"> <h1>{{title}}</h1> {{gh-format-markdown markdown}} </div> </section> {{else}} <div class="no-posts-box"> <div class="no-posts"> <h3>You Haven't Wr...
{{#if title}} {{partial "floating-header"}} <section class="content-preview-content"> <div class="wrapper"> <h1>{{{title}}}</h1> {{{html}}} </div> </section> {{else}} <div class="no-posts-box"> <div class="no-posts"> <h3>You Haven't Written Any Posts Yet...
Fix HTML preview rendering on the main screen
Fix HTML preview rendering on the main screen closes #2904 - The `posts/post` template now takes its HTML from the post model instead of using the editor's markdown component
Handlebars
mit
dbalders/Ghost-Admin,dbalders/Ghost-Admin,kevinansfield/Ghost-Admin,JohnONolan/Ghost-Admin,kevinansfield/Ghost-Admin,airycanon/Ghost-Admin,JohnONolan/Ghost-Admin,acburdine/Ghost-Admin,acburdine/Ghost-Admin,airycanon/Ghost-Admin,TryGhost/Ghost-Admin,TryGhost/Ghost-Admin
fbdc42eea3d51bbcbe361f6d458b44c6c95686b7
ui/app/templates/components/toolbar-link.hbs
ui/app/templates/components/toolbar-link.hbs
<LinkTo class="toolbar-link" @params={{params}} @data-test-secret-edit={{data-test-secret-edit}} @data-test-secondary-add={{data-test-secondary-add}} @data-test-configure-link={{data-test-configure-link}} @data-test-alias-edit-link={{data-test-alias-edit-link}} @data-test-entity-edit-link={{data-test-enti...
<LinkTo class="toolbar-link" @params={{params}} data-test-secret-edit={{data-test-secret-edit}} data-test-secondary-add={{data-test-secondary-add}} data-test-configure-link={{data-test-configure-link}} data-test-alias-edit-link={{data-test-alias-edit-link}} data-test-entity-edit-link={{data-test-entity-ed...
Remove @ attributes from ToolbarLink
Remove @ attributes from ToolbarLink
Handlebars
mpl-2.0
quixoten/vault,hartsock/vault,hashicorp/vault,kingland/vault,hashicorp/vault,quixoten/vault,rnaveiras/vault,rnaveiras/vault,hashicorp/vault,joelthompson/vault,kingland/vault,kingland/vault,kingland/vault,hartsock/vault,joelthompson/vault,hartsock/vault,hartsock/vault,hashicorp/vault,rnaveiras/vault,joelthompson/vault,h...
05a804557f27f2325b1d6fba21e32dd38164a5bc
app/templates/components/donation-goal-edit.hbs
app/templates/components/donation-goal-edit.hbs
<div class="amount-group"> <span class="currency">$</span> {{input class="amount" name="amount" type="number" placeholder="Custom amount" value=amount}} <span class="period">per month</span> </div> {{#each donationGoal.errors.amount as |error|}} <p class="error">{{error.message}}</p> {{/each}} <div class="input...
<div class="amount-group"> <span class="currency">$</span> {{input class="amount" name="amount" type="number" min="0" step="1" placeholder="Custom amount" value=amount}} <span class="period">per month</span> </div> {{#each donationGoal.errors.amount as |error|}} <p class="error">{{error.message}}</p> {{/each}} ...
Add attributes "min" and "step" to the donation value input field
Add attributes "min" and "step" to the donation value input field
Handlebars
mit
jderr-mx/code-corps-ember,jderr-mx/code-corps-ember,code-corps/code-corps-ember,code-corps/code-corps-ember
866261af339e19ab2e1701585ec9048168d06fd5
lib/status_report.hbs
lib/status_report.hbs
<html> <head> <meta http-equiv="refresh" content="2" > <link type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet"> </head> <body> <h1>Safelink Status Report</h1> <table class="table table-bordered"> <tr> <td>PENDING</t...
<html> <head> <meta http-equiv="refresh" content="2" > <link type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet"> </head> <body> <h1>Safelink Status Report</h1> <table class="table table-bordered"> <tr> <td>PENDING</t...
Add active agents to status report
Add active agents to status report
Handlebars
apache-2.0
Nuvolt/safelink-agent,Nuvolt/safelink
e801fb285b15dafc103f1b4c5c383a699d17228e
templates/general.handlebars
templates/general.handlebars
<h1>Backbone Developer Tools</h1> <form> <input type="checkbox" name="inject" id="inject_checkbox" /><label for="inject_checkbox">Inject Backbone.Debug (changing this will cause a page reload)</label> </form> <p>App requirement for BDT to work:</p> <ul> <li>window.Backbone available on DOMContentLoaded (no requir...
<h1>Backbone Developer Tools</h1> <form> <input type="checkbox" name="inject" id="inject_checkbox" /><label for="inject_checkbox">Inject Backbone.Debug (changing this will cause a page reload)</label> </form> <p>App requirement for BDT to work:</p> <ul> <li>window.Backbone available on DOMContentLoaded or DOMNode...
Update devtools template to explain async loading compat.
Update devtools template to explain async loading compat.
Handlebars
mit
spect88/backbone-devtools,spect88/backbone-devtools