Revert "LMS: Fixed views for article and video"

This reverts commit 9b7585405f7e25dcdcba4e131066d6b57a1d8899.
This commit is contained in:
scmmishra
2018-10-18 16:06:18 +05:30
committed by Aditya Hase
parent 1e10fc43f4
commit 5569cbf82c
5 changed files with 11 additions and 43 deletions

View File

@@ -2,7 +2,6 @@
<div class='container'>
<div class="row">
<div class="col-md-8">
<<<<<<< HEAD
<h2>{{ content.title }}</h2>
<span class="text-muted">
Published on {{ content.publish_date }}, by {{ content.author }}
@@ -12,15 +11,6 @@
{% with next_content = next_content, course_name = course_name, program_name = program_name %}
{% include "www/lms/templates/includes/lms-nav.html" %}
{% endwith %}
=======
<h2>{{ current_content.title }}</h2>
<span class="text-muted">
Published on {{ current_content.publish_date }}, by {{ current_content.author }}
</span>
</div>
<div class="col-md-4 text-right">
{% include "www/lms/templates/includes/lms-nav.html" %}
>>>>>>> LMS: Fixed views for article and video
</div>
</div>
<hr>
@@ -29,19 +19,12 @@
<section class="article-content-section">
<div class='container'>
<div class="content">
<<<<<<< HEAD
{{ content.content }}
</div>
<div class="text-right">
{% with next_content = next_content, course_name = course_name, program_name = program_name %}
{% include "www/lms/templates/includes/lms-nav.html" %}
{% endwith %}
=======
{{ current_content.content }}
</div>
<div class="text-right">
{% include "www/lms/templates/includes/lms-nav.html" %}
>>>>>>> LMS: Fixed views for article and video
</div>
<div class="mt-3 text-right">
<a class="text-muted" href="/report"><i class="octicon octicon-issue-opened" title="Report"></i> Report a