mirror of
https://gitlab.com/CodeSolutionsProject/CodeShare.git
synced 2026-02-27 23:33:51 +01:00
Repair loadOriginalAuthor() and migrate JKA Network name to Code Solutions Project
This commit is contained in:
@@ -28,8 +28,10 @@
|
||||
<div style='text-align: center; font-size: 22px; '><a href='{{ path('codeVer',{'idc': code.idc,'lang': code.lang}) }}'>View version's history</a></div>
|
||||
{% endif %}
|
||||
{#<div id='QOZU_box'>Se necesita tener JavaScript habilitado para poder ver los comentarios de la web.</div>#}
|
||||
{% if page.otherI or user.nick is defined %}
|
||||
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12" style="text-align:center;"><h3>Other implementations</h3>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% if page.otherI %}
|
||||
{% for i in otherImplementation %}
|
||||
<div class="col-lg-4 col-md-4 col-sm-12 col-xs-12" style='text-align: center;'>
|
||||
@@ -108,7 +110,7 @@
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
{% if user.nick is defined and user.IDU == code.idu%}
|
||||
{% if user.nick is defined and user.IDU == code.idu %}
|
||||
<div id="modify" class="modal fade" role="dialog" aria-labelledby="modify"
|
||||
aria-hidden="true">
|
||||
<div class="vertical-alignment-helper">
|
||||
|
||||
Reference in New Issue
Block a user