Skip to content
This repository was archived by the owner on May 25, 2018. It is now read-only.

Improve readability of outputted hbs#69

Open
mplatts wants to merge 2 commits into
jimsynz:masterfrom
quipper:master
Open

Improve readability of outputted hbs#69
mplatts wants to merge 2 commits into
jimsynz:masterfrom
quipper:master

Conversation

@mplatts

@mplatts mplatts commented Mar 11, 2016

Copy link
Copy Markdown

old:

{{#if messages}}<ul class='alert'>
  {{#each messages}}<li>{{{this}}}</li>{{/each}}
</ul>{{/if}}

with my modifications:

{{#if messages}}
  <ul class='alert'>
    {{#each messages}}
      <li>{{{this}}}</li>
    {{/each}}
  </ul>
{{/if}}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant