Skip to content

Commit ebaf889

Browse files
committed
Update/Add links under Help/About menu (#1377)
Initiated by user feedback, this PR updates some links under the "Help" menu, now renamed to "About". Summary of changes: Remove the How To / Tutorials link. This just pointed to the community site under a sub-category called How To / Tutorials. It's not well maintained. Removed the tour link (we no longer pay for HelpHero - it never worked very well) Add a link to YouTube videos Add a link to Known issues and limitations on GH wiki Rename "What's new in the app" to "What's New" and link to the post that @alex-larkin maintains for release summaries re ordered the links a bit added font awesome v4 icons
1 parent 2765dc6 commit ebaf889

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

src/Site/views/languageforge/container/languageforge.html.twig

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,13 @@
1616
</span>
1717
<ul class="nav navbar-nav">
1818
<li class="nav-item" uib-dropdown>
19-
<a class="nav-link" uib-dropdown-toggle href id="helpDropdown" aria-haspopup="true" aria-expanded="false"><i class="fa fa-life-ring"></i> <span>Help</span></a>
19+
<a class="nav-link" uib-dropdown-toggle href id="helpDropdown" aria-haspopup="true" aria-expanded="false"><i class="fa fa-question-circle"></i> <span>About</span></a>
2020
<div class="dropdown-menu dropdown-menu-right" uib-dropdown-menu aria-labelledby="helpDropdown">
21-
{% if projectId is not empty %}
22-
<a class="dropdown-item" target="_blank" href="https://hlp.sh/t/_/GsubLqNFYR2?~id={{projectId}}">Start Language Forge Tour</a>
23-
{% endif %}
24-
<a class="dropdown-item" target="_blank" href="https://community.software.sil.org/c/language-forge/how-to">Tutorials and How-Tos</a>
25-
<a class="dropdown-item" target="_blank" href="https://community.software.sil.org/c/language-forge">Community Support</a>
26-
<a class="dropdown-item" target="_blank" href="mailto:[email protected]">Report a Problem<br />(email [email protected])</a>
27-
<a class="dropdown-item" target="_blank" href="https://github.com/sillsdev/web-languageforge/releases">What's new in the app?</a>
21+
<a class="dropdown-item" target="_blank" href="https://community.software.sil.org/t/w/5454"><i class="fa fa-gift"></i> What's New?</a>
22+
<a class="dropdown-item" target="_blank" href="https://www.youtube.com/playlist?list=PLJLUPwIFOI8d8lmQVAcBapyw87jCtmDNA"><i class="fa fa-youtube-play"></i> Videos</a>
23+
<a class="dropdown-item" target="_blank" href="https://community.software.sil.org/c/language-forge"><i class="fa fa-users"></i> Community Support</a>
24+
<a class="dropdown-item" target="_blank" href="https://github.com/sillsdev/web-languageforge/wiki/Known-Issues-and-Limitations"><i class="fa fa-exclamation-triangle"></i> Known Issues and Limitations</a>
25+
<a class="dropdown-item" target="_blank" href="mailto:[email protected]"><i class="fa fa-envelope"></i> Report a Problem<br />(email [email protected])</a>
2826
</div>
2927
</li>
3028
<li class="nav-item dropdown" uib-dropdown>

0 commit comments

Comments
 (0)