Skip to content

Commit

Permalink
Modifies wording for help links.
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelDahlberg committed Apr 26, 2023
1 parent df0e78d commit 5073201
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions ooiui/templates/common/help.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@

<div class="row">
<div class="text-center jumbotron">
<p> For more information about the OOI Help Desk and Knowledge Base, go to <a href="https://discourse.oceanobservatories.org/" target="_blank">https://discourse.oceanobservatories.org/</a></p>
<p>For data status, go to <a href="https://oceanobservatories.org/data-status/" target="_blank">https://oceanobservatories.org/data-status/</a></p>
<p> For all issues, please email <a href="mailTo:[email protected]">[email protected]</a></p>
<p> For Knowledge Base and posting questions, go to <a href="https://discourse.oceanobservatories.org/" target="_blank">https://discourse.oceanobservatories.org/</a></p>
<p> For data status, go to <a href="https://oceanobservatories.org/data-status/" target="_blank">https://oceanobservatories.org/data-status/</a></p>
<p> For questions not addressed by the Knowledge Base, please email <a href="mailTo:[email protected]">[email protected]</a></p>
</div><!-- col-md-12 -->
</div><!-- row -->
<div id="patchNotes"></div>
Expand Down
4 changes: 2 additions & 2 deletions ooiui/templates/common/help_login.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
<p> or</p>
<p> 2) Click the CILogon logo on the login screen.</p><br>
<p> Please contact the help desk with any questions pertaining to user accounts.</p>
<p> For more information about the OOI Help Desk and Knowledge Base, go to <a href="https://discourse.oceanobservatories.org/" target="_blank">https://discourse.oceanobservatories.org/</a></p>
<p> For all issues, please email <a href="mailTo:[email protected]">[email protected]</a></p>
<p> For Knowledge Base and posting questions, go to <a href="https://discourse.oceanobservatories.org/" target="_blank">https://discourse.oceanobservatories.org/</a></p>
<p> For questions not addressed by the Knowledge Base, please email <a href="mailTo:[email protected]">[email protected]</a></p>
</div><!-- col-md-12 -->
</div><!-- row -->
</div><!--container-fluid -->
Expand Down
4 changes: 2 additions & 2 deletions ooiui/templates/common/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ <h3><b>Research Arrays</b><small> Select an array on the map or choose from the

var helpMessage = '<div class="text-center jumbotron">';
helpMessage += '<p> No connection to the data services could be established.</p>';
helpMessage += '<p> For more information about the OOI Help Desk and Knowledge Base, go to <a href="https://discourse.oceanobservatories.org/" target="_blank">https://discourse.oceanobservatories.org/</a></p>';
helpMessage += '<p> For all issues, please email <a href="mailTo:[email protected]">[email protected]</a></p>';
helpMessage += '<p> For Knowledge Base and posting questions, go to <a href="https://discourse.oceanobservatories.org/" target="_blank">https://discourse.oceanobservatories.org/</a></p>';
helpMessage += '<p> For questions not addressed by the Knowledge Base, please email <a href="mailTo:[email protected]">[email protected]</a></p>';
helpMessage += '</div>';
$('#array-content').replaceWith(helpMessage);
};
Expand Down

0 comments on commit 5073201

Please sign in to comment.