Commit a4f84b89 authored by Ben Mullins's avatar Ben Mullins Committed by Tim Plunkett
Browse files

Issue #3284347 by bnjmnm, srishtiiee, narendraR: Security Advisory icon/link problems

parent e66506c2
Loading
Loading
Loading
Loading
+0 −0

File changed.

Preview suppressed by a .gitattributes entry or the file's encoding is unsupported.

+0 −0

File changed.

Preview suppressed by a .gitattributes entry or the file's encoding is unsupported.

+0 −0

File changed.

Preview suppressed by a .gitattributes entry or the file's encoding is unsupported.

+2 −1
Original line number Diff line number Diff line
@@ -9,7 +9,8 @@
  <img
    src="{drupalSettings.project_browser.origin_url}/{drupalSettings
      .project_browser.module_path}/images/green-maintained-wrench-icon.svg"
    alt={Drupal.t('Green Wrench')}
    alt=""
    title={Drupal.t('This project is actively maintained')}
  />
{/if}

+6 −17
Original line number Diff line number Diff line
@@ -6,26 +6,15 @@
</script>

{#if coverage}
  <a
    href="https://www.drupal.org/security-advisory-policy"
    target="_blank"
    rel="noreferrer"
    ><span
      class="security-covered"
      title={Drupal.t('Covered by Drupal Security Team')}
      ><img
  <img
    src="{drupalSettings.project_browser.origin_url}/{drupalSettings
      .project_browser.module_path}/images/blue-security-shield-icon.svg"
        alt={Drupal.t('Blue Security Shield')}
      /></span
    ></a
  >
    alt=""
    title={Drupal.t('Covered by Drupal Security Team')}
  />
{/if}

<style>
  a {
    text-decoration: none;
  }
  img {
    width: 3em;
    display: block;