Skip to content

Commit

Permalink
Merge pull request #290 from danmacpherson/validated-and-community-help
Browse files Browse the repository at this point in the history
Adding links for validated and community patterns
  • Loading branch information
danmacpherson authored Jul 20, 2023
2 parents 9fb4eeb + bdb885f commit 2683975
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion layouts/partials/menu-patterns-browser.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,16 @@ <h2 class="accordion-header" id="typeHeading">
<label class="pf-c-check pf-c-select__menu-item" for="type:validated">
<input class="pf-c-check__input" type="checkbox" onclick="filterSelection(this.id)" id="type:validated" name="validated"/>
<span class="pf-c-check__label">Validated by Red Hat</span>
<span class="pf-c-check__description">
<a href="/learn/validated/">What are validated patterns?</a>
</span>
</label>
<label class="pf-c-check pf-c-select__menu-item" for="type:community">
<input class="pf-c-check__input" type="checkbox" onclick="filterSelection(this.id)" id="type:community" name="community"/>
<span class="pf-c-check__label">Community pattern</span>
<span class="pf-c-check__description">
<a href="/learn/community/">What are community patterns?</a>
</span>
</label>
</fieldset>
</div>
Expand Down Expand Up @@ -95,4 +101,4 @@ <h2 class="accordion-header" id="productHeading">
</div>
</div>
</div>
</div>
</div>

0 comments on commit 2683975

Please sign in to comment.