|
|
@@ -15,54 +15,53 @@
|
|
|
|
|
|
|
|
|
{% block content_main %}
|
|
|
- <div class="container-fluid">
|
|
|
- <div class="row">
|
|
|
+ <div class="row">
|
|
|
|
|
|
- <div class="col-lg-10 col-md-9">
|
|
|
+ <div class="col-lg-10 col-md-9">
|
|
|
|
|
|
- {#
|
|
|
- # ensure to insert 'user_page_content' widget to here
|
|
|
- #
|
|
|
- # Because this block has content like 'Bookmarks' or 'Recent Created' whose height changes dynamically,
|
|
|
- # setting of 'revision-toc' (affix) is hindered.
|
|
|
- #}
|
|
|
- <div class="m-b-30">
|
|
|
- {% include '../widget/user_page_content.html' %}
|
|
|
- </div>
|
|
|
+ {#
|
|
|
+ # ensure to insert 'user_page_content' widget to here
|
|
|
+ #
|
|
|
+ # Because this block has content like 'Bookmarks' or 'Recent Created' whose height changes dynamically,
|
|
|
+ # setting of 'revision-toc' (affix) is hindered.
|
|
|
+ #}
|
|
|
+ <div class="m-b-30">
|
|
|
+ {% include '../widget/user_page_content.html' %}
|
|
|
+ </div>
|
|
|
|
|
|
- {% block content_main_before %}
|
|
|
- {% parent %}
|
|
|
- {% endblock %}
|
|
|
+ {% block content_main_before %}
|
|
|
+ {% parent %}
|
|
|
+ {% endblock %}
|
|
|
|
|
|
- {% include '../widget/page_content.html' %}
|
|
|
+ {% include '../widget/page_content.html' %}
|
|
|
|
|
|
- {# force remove #revision-toc from #content_main of parent #}
|
|
|
- <script>
|
|
|
- $('#revision-toc').remove();
|
|
|
- </script>
|
|
|
+ {# force remove #revision-toc from #content_main of parent #}
|
|
|
+ <script>
|
|
|
+ $('#revision-toc').remove();
|
|
|
+ </script>
|
|
|
|
|
|
- </div> {# /.col- #}
|
|
|
+ </div> {# /.col- #}
|
|
|
|
|
|
- {# relocate #revision-toc #}
|
|
|
- <div class="col-lg-2 col-md-3 visible-lg visible-md">
|
|
|
- <div id="revision-toc" class="revision-toc" data-spy="affix" data-offset-top="75">
|
|
|
- <div id="revision-toc-content" class="revision-toc-content"></div>
|
|
|
- </div>
|
|
|
- </div> {# /.col- #}
|
|
|
+ {# relocate #revision-toc #}
|
|
|
+ <div class="col-lg-2 col-md-3 visible-lg visible-md">
|
|
|
+ <div id="revision-toc" class="revision-toc" data-spy="affix" data-offset-top="75">
|
|
|
+ <div id="revision-toc-content" class="revision-toc-content"></div>
|
|
|
+ </div>
|
|
|
+ </div> {# /.col- #}
|
|
|
|
|
|
- </div>
|
|
|
+ </div>
|
|
|
|
|
|
- {% if 'crowi-plus' === behaviorType() %}
|
|
|
- <div class="row page-list m-t-30">
|
|
|
- <div class="col-md-12">
|
|
|
- {% include '../widget/page_list_and_timeline.html' %}
|
|
|
- </div>
|
|
|
+ {% if 'crowi-plus' === behaviorType() %}
|
|
|
+ <div class="row page-list m-t-30">
|
|
|
+ <div class="col-md-12">
|
|
|
+ {% include '../widget/page_list_and_timeline.html' %}
|
|
|
</div>
|
|
|
- {% endif %}
|
|
|
-
|
|
|
</div>
|
|
|
+ {% endif %}
|
|
|
+
|
|
|
{% endblock %}
|
|
|
|
|
|
+
|
|
|
{% block content_main_after %}
|
|
|
{% include 'widget/comments.html' %}
|
|
|
{% endblock %}
|