Skip to content

Commit 968be41

Browse files
committed
[smarcet]
* fixed routing on CommunityPageBis
1 parent 39707e7 commit 968be41

7 files changed

Lines changed: 6 additions & 6 deletions

File tree

themes/openstack/templates/Layout/CommunityPageBis.ss

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,22 +72,22 @@
7272
</div>
7373
<div id="accordion-parent">
7474
<div id="code" class="collapse">
75-
<% include CommunityPageBis_Code %>
75+
<% include CommunityPageBisCode %>
7676
</div>
7777
<div id="documentation" class="collapse">
78-
<% include CommunityPageBis_Documentation %>
78+
<% include CommunityPageBisDocumentation %>
7979
</div>
8080
<div id="events" class="collapse">
81-
<% include CommunityPageBis_Events %>
81+
<% include CommunityPageBisEvents %>
8282
</div>
8383
<div id="meetup" class="collapse">
84-
<% include CommunityPageBis_Meetup %>
84+
<% include CommunityPageBisMeetup %>
8585
</div>
8686
<div id="users" class="collapse">
87-
<% include CommunityPageBis_Users %>
87+
<% include CommunityPageBisUsers %>
8888
</div>
8989
<div id="sponsorship" class="collapse">
90-
<% include CommunityPageBis_Sponsorship %>
90+
<% include CommunityPageBisSponsorship %>
9191
</div>
9292
</div>
9393
</div>

themes/openstack/templates/Layout/Includes/CommunityPageBis_Code.ss renamed to themes/openstack/templates/Layout/Includes/CommunityPageBisCode.ss

File renamed without changes.

themes/openstack/templates/Layout/Includes/CommunityPageBis_Documentation.ss renamed to themes/openstack/templates/Layout/Includes/CommunityPageBisDocumentation.ss

File renamed without changes.

themes/openstack/templates/Layout/Includes/CommunityPageBis_Events.ss renamed to themes/openstack/templates/Layout/Includes/CommunityPageBisEvents.ss

File renamed without changes.

themes/openstack/templates/Layout/Includes/CommunityPageBis_Meetup.ss renamed to themes/openstack/templates/Layout/Includes/CommunityPageBisMeetup.ss

File renamed without changes.

themes/openstack/templates/Layout/Includes/CommunityPageBis_Sponsorship.ss renamed to themes/openstack/templates/Layout/Includes/CommunityPageBisSponsorship.ss

File renamed without changes.

themes/openstack/templates/Layout/Includes/CommunityPageBis_Users.ss renamed to themes/openstack/templates/Layout/Includes/CommunityPageBisUsers.ss

File renamed without changes.

0 commit comments

Comments
 (0)