Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: willgraf <7930703+willgraf@users.noreply.github.com>
  • Loading branch information
tddough98 and willgraf committed Dec 14, 2020
1 parent cbac866 commit e459665
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions browser/templates/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{% block content %}
<div class='row'>
<h1>Page Not Found</h1>
<p>What you were looking for is just not there.
<p><a href="{{ url_for('label.form') }}">Return to homepage</a>
<p>What you were looking for is just not there.</p>
<p><a href="{{ url_for('label.form') }}">Return to homepage</a></p>
</div>
{% endblock %}
{% endblock %}
2 changes: 1 addition & 1 deletion browser/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<a href="{{ url_for('label.form') }}" class="brand-logo">DeepCell Label</a>
<ul id="nav-mobile" class="right hide-on-small-and-down">
<li><a href="http://deepcell.org" target="_blank">DeepCell</a></li>
<li><a href="https://github.com/vanvalenlab/deepcell-label" target="_blank">GitHub</a></li>
<li><a href="https://github.com/vanvalenlab/deepcell-label" target="_blank" rel="noopener noreferrer">GitHub</a></li>
</ul>
</div>
</nav>
Expand Down

0 comments on commit e459665

Please sign in to comment.