Belinda Bowman
Member since
Total activity
8
Last activity
Following
0 users
Followed by
0 users
Votes
5
Subscriptions
2
Activity overview
Latest activity by Belinda Bowman
-
Partner Portal: Mobile Connect
Mobile Connect is designed as a way to upload and store your instructors videos in your Web Player class Library. It has an easy search function so your members favourite classes can easily be foun...
- Belinda Bowman
- Updated
- 1 follower
- 0 comments
- 1 vote
-
<% blocks.forEach(function(block, index) { %>
-
<% if (imageHeight) { %> <% } %> <% if (block.name) { %>
<% if (block.html_url) { %> <%= block.name %> <% } else { %> <%= block.name %> <% } %>
<% } %> <% if (block.description) { %><%= block.description %>
<% } %>
<% }) %>
Categories
Toggle navigation menu
-
Categories
-
<% sections.forEach(function(section) { %>
-
<%= partial('partial-article-list-sections', {
id: 'section-' + section.id,
parentId: '#' + id,
sections: section.sections,
activeCategoryId: activeCategoryId,
activeSectionId: activeSectionId,
activeArticleId: activeArticleId,
partial: partial
}) %>
<% if (section.articles.length) { %>
-
<% section.articles.forEach(function(article) { %>
- <%= article.title %> <% }); %>
<% }); %>
-
<% sections.slice(0, maxSections).forEach(function(section) { %>
- <%= section.name %> <%= partial('partial-section-list-sections', { parent: section, sections: section.sections, maxSections: maxSections, partial: partial }) %> <% }); %> <% if (sections.length > maxSections) { %>
- See more <% } %>
-
<% ids.forEach(function(id, index) { %>