Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Links break highlighting #119

Open
NullVoxPopuli opened this issue Jan 21, 2024 · 0 comments
Open

Links break highlighting #119

NullVoxPopuli opened this issue Jan 21, 2024 · 0 comments

Comments

@NullVoxPopuli
Copy link
Member

NullVoxPopuli commented Jan 21, 2024

image

Code:

import { service } from 'ember-primitives';
import { ExternalLink } from 'ember-primitives';

export const Header = <template>
  {{#let (service "data") as |data|}}

    <h1>
      <span class="title">
        Is Polaris ready yet?
      </span>
      <!-- <span class="answer">Yes!</span> -->
      <span class="answer-no">Almost!, we're getting there.</span>
      <span class="progress">
        {{data.percent}}% of the way there.
        {{data.finished}}
        of
        {{data.total}}
        tasks finished.
      </span>
    </h1>

    <ExternalLink href="https://github.com/NullVoxPopuli/is-polaris-ready-yet/">
      Contribute!
    </ExternalLink>

  {{/let}}
</template>;

GitHub messes up on the quote here, but there is a PR to linguist for that, I think.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant