Skip to content

Commit

Permalink
-[Fixes GeoNode#10073] Unable to view Maps tab in Recent activities (G…
Browse files Browse the repository at this point in the history
…eoNode#10074) (GeoNode#10109)

Co-authored-by: Giovanni Allegri <giohappy@gmail.com>
Co-authored-by: Alessio Fabiani <alessio.fabiani@geosolutionsgroup.com>

Co-authored-by: NAGGINDA MARTHA <marthamareal@gmail.com>
Co-authored-by: Giovanni Allegri <giohappy@gmail.com>
Co-authored-by: Alessio Fabiani <alessio.fabiani@geosolutionsgroup.com>
  • Loading branch information
4 people authored and ridoo committed Oct 26, 2022
1 parent fcc7b08 commit 7d2ec55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions geonode/social/templates/social/activity_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h2>{% trans "Recent activity" %}</h2>
<ul class="nav nav-tabs">
<li class="active"><a href="#all" data-toggle="tab"><i class=""></i>{% trans "All" %}</a></li>
<li><a href="#layers" data-toggle="tab"><i class="fa fa-square-o rotate-45"></i> {% trans "Layers" %}</a></li>
<li><a href="#maps" data-toggle="tab"><i class="fa fa-map-marker"></i> {% trans "Maps" %}</a></li>
<li><a href="#maps-activity" data-toggle="tab"><i class="fa fa-map-marker"></i> {% trans "Maps" %}</a></li>
<li><a href="#documents" data-toggle="tab"><i class="fa fa-newspaper-o"></i> {% trans "Documents" %}</a></li>
{% for app in GEONODE_APPS_TYPES %}
<li><a href="#{{app}}" data-toggle="tab"><i class="fa fa-gears"></i>
Expand All @@ -46,7 +46,7 @@ <h2>{% trans "Recent activity" %}</h2>
{% endfor %}
</ul>
</article>
<article id="maps" class="tab-pane">
<article id="maps-activity" class="tab-pane">
<ul class="no-style-list">
{% for action in action_list_maps %}
{% activity_item action %}
Expand Down

0 comments on commit 7d2ec55

Please sign in to comment.