Skip to content

Commit

Permalink
Adjust labels
Browse files Browse the repository at this point in the history
  • Loading branch information
zrgt committed Nov 14, 2024
1 parent 810d059 commit de35f0d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/partials/edit-this-page.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<div class="edit-this-page"><a href="{{page.fileUri}}">Edit this Page</a></div>
{{else if (and page.editUrl (or env.FORCE_SHOW_EDIT_PAGE_LINK (not page.origin.private)))}}
{{#if (edit2var page.editUrl "history") }}
<div class="edit-this-page"><a href="{{{edit2var page.editUrl "history"}}}"> <i class="fas fa-history"></i> Page history</a></div>
<div class="edit-this-page"><a href="{{{edit2var page.editUrl "history"}}}"> <i class="fas fa-history"></i> Page History</a></div>
{{/if}}
<div class="edit-this-page"><a href="{{page.editUrl}}"> <i class="fas fa-edit"></i> Edit this Page</a></div>
<div class="edit-this-page"><a href="{{page.editUrl}}"> <i class="fas fa-edit"></i> Edit This Page</a></div>
{{#if (edit2var page.editUrl "issue") }}
<div class="edit-this-page"><a href="{{{edit2var page.editUrl "issue"}}}"> <i class="fas fa-bug"></i> Report an issue</a></div>
<div class="edit-this-page"><a href="{{{edit2var page.editUrl "issue"}}}"> <i class="fas fa-bug"></i> Report an Issue</a></div>
{{/if}}
{{/if}}

4 changes: 2 additions & 2 deletions src/partials/header-content.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
{{#if env.SITE_SEARCH_PROVIDER}}
<div class="navbar-item search hide-for-print">
<div id="search-field" class="field has-filter">
<input id="search-input" type="text" placeholder="Search the docs"{{#if page.home}} autofocus{{/if}}>
<input id="search-input" type="text" placeholder="Search Docs"{{#if page.home}} autofocus{{/if}}>
<label class="filter checkbox">
<input type="checkbox" data-facet-filter="component:{{page.component.name}}"> In this project
<input type="checkbox" data-facet-filter="component:{{page.component.name}}"> In this doc
</label>
</div>
</div>
Expand Down

0 comments on commit de35f0d

Please sign in to comment.