Skip to content

Commit

Permalink
https://github.com/NodeBB/NodeBB/issues/3475
Browse files Browse the repository at this point in the history
  • Loading branch information
barisusakli committed Sep 12, 2015
1 parent 9858bbd commit 109d5f6
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions templates/categories.tpl
@@ -1,3 +1,4 @@
<!-- IMPORT partials/breadcrumbs.tpl -->
<h1 class="categories-title">[[category:categories]]</h1>
<ul class="categories" itemscope itemtype="http://www.schema.org/ItemList">
<!-- BEGIN categories -->
Expand Down
2 changes: 2 additions & 0 deletions templates/groups/details.tpl
@@ -1,3 +1,5 @@
<!-- IMPORT partials/breadcrumbs.tpl -->

<div component="groups/container" class="details row">
<div class="col-xs-12" component="groups/cover" style="background-origin: content-box; background-image: url({group.cover:url}); background-position: {group.cover:position};">
<div class="change">[[groups:cover-change]] <i class="fa fa-fw fa-pencil-square-o"></i></div>
Expand Down
2 changes: 2 additions & 0 deletions templates/groups/list.tpl
@@ -1,3 +1,5 @@
<!-- IMPORT partials/breadcrumbs.tpl -->

<div class="row">
<div class="col-lg-4">
<!-- IF allowGroupCreation -->
Expand Down
1 change: 1 addition & 0 deletions templates/groups/members.tpl
@@ -1,3 +1,4 @@
<!-- IMPORT partials/breadcrumbs.tpl -->
<div class="users">

<ul id="users-container" class="users-container">
Expand Down
2 changes: 2 additions & 0 deletions templates/partials/account_menu.tpl
@@ -1,4 +1,6 @@

<!-- IMPORT partials/breadcrumbs.tpl -->

<div class="account-username-box" data-userslug="{userslug}" data-uid="{uid}">
<ul class="nav nav-pills account-sub-links">
<li>
Expand Down
4 changes: 3 additions & 1 deletion templates/partials/breadcrumbs.tpl
@@ -1,3 +1,4 @@
<!-- IF breadcrumbs.length -->
<ol class="breadcrumb">
<!-- BEGIN breadcrumbs -->
<li itemscope="itemscope" itemtype="http://data-vocabulary.org/Breadcrumb" <!-- IF @last -->class="active"<!-- ENDIF @last -->>
Expand All @@ -12,4 +13,5 @@
<!-- IF !@last --></a><!-- ENDIF !@last -->
</li>
<!-- END breadcrumbs -->
</ol>
</ol>
<!-- ENDIF breadcrumbs.length -->

0 comments on commit 109d5f6

Please sign in to comment.