Files
edx-platform/lms/templates/staff_problem_info.html
ichuang b59b80871a add edit link to module pages with filenames (html & problem)
uses new 'github_url' dict key in multicourse_settings
this replaces the previous "quickedit" functionality
2012-06-24 14:46:02 -04:00

10 lines
226 B
HTML

<div class="staff_info">
${xml | h}
</div>
%if edit_link:
<div><a href="${edit_link}">Edit</a></div>
% endif
%if render_histogram:
<div id="histogram_${module_id}" class="histogram" data-histogram="${histogram}"></div>
%endif