diff --git a/app/templates/components/crate-row.hbs b/app/templates/components/crate-row.hbs index 80c27e3e65e..7b6de42f105 100644 --- a/app/templates/components/crate-row.hbs +++ b/app/templates/components/crate-row.hbs @@ -30,6 +30,8 @@ {{/if}} {{#if crate.documentation}}
  • Documentation
  • + {{else}} +
  • Documentation
  • {{/if}} {{#if crate.repository}}
  • Repository
  • diff --git a/app/templates/crate/version.hbs b/app/templates/crate/version.hbs index 30dccfaf25f..279cee967ed 100644 --- a/app/templates/crate/version.hbs +++ b/app/templates/crate/version.hbs @@ -155,6 +155,8 @@ {{/if}} {{#if crate.documentation}}
  • Documentation
  • + {{else}} +
  • Documentation
  • {{/if}} {{#if crate.repository}}
  • Repository