Skip to content

Commit

Permalink
remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
virgoaugustine committed Apr 5, 2022
1 parent fe83636 commit f8c90c2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
8 changes: 0 additions & 8 deletions ckanext/nhs/templates/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,6 @@
</div>

<div class="navbar-topgroup">
<!-- <div class="nav-infotext">
<p>{{ g.site_title }}</p>
</div> -->

<hgroup class="{{ g.header_class }} navbar-left">
<div class="nhsuk-header__logo custom-header">
<a href="/" aria-label="NHS Open Data Portal Homepage">
Expand All @@ -90,10 +86,6 @@
<li><a href="/pages/documentation" title="Go to Documentation">Documentation</a></li>
<li><a href="/pages/about" title="Go to About">About</a></li>
<li><a href="/pages/contact" title="Go to Contact" class="visible-sm visible-xs">Get in touch</a></li>
<!-- <li><a href="https://wh1.snapsurveys.com/s.asp?k=159361358492" title="Tell us what you think of our Open Data Portal" target="_blank">Feedback Survey</a></li> -->
<!-- {% if c.userobj %} {% else %}
<li>{% link_for _('Admin Log on'), named_route='user.login' %}</li>
{% endif %} -->
</ul>
</nav>
{% endblock %}
Expand Down
1 change: 0 additions & 1 deletion ckanext/nhs/templates/organization/read_base.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{% extends "page.html" %} {% block subtitle %}{{ c.group_dict.display_name }} - {{ _('Organizations') }}{% endblock %} {% block breadcrumb_content %}
<!-- <li>{% link_for _('Organizations'), named_route='theme_index' %}</li> -->
<li class="active">{% link_for c.group_dict.display_name|truncate(35), id=c.group_dict.name, named_route='theme_read' %}</li>
{% endblock %} {% block content_action %} {% if h.check_access('organization_update', {'id': c.group_dict.id}) %} {% link_for _('Manage'), controller='ckanext.nhs.controller:NhsOrganizationController', action='edit', id=c.group_dict.name, class_='btn
btn-default', icon='wrench', named_route='theme_edit' %} {% endif %} {% endblock %} {% block content_primary_nav %} {{ h.build_nav_icon('theme_read', _('Datasets'), id=c.group_dict.name) }} {{ h.build_nav_icon('theme_activity', _('Activity Stream'), id=c.group_dict.name,
Expand Down

0 comments on commit f8c90c2

Please sign in to comment.