bug fix: application installer

This commit is contained in:
Usman Nasir
2020-03-23 12:42:11 +05:00
parent 76da56a7aa
commit 4524b2dec3
2 changed files with 3 additions and 16 deletions

View File

@@ -687,7 +687,7 @@
</a> </a>
</div> </div>
<div class="col-md-3 panel-body"> <!--<div class="col-md-3 panel-body">
<a href="{$ joomlaInstallURL $}" target="_blank" <a href="{$ joomlaInstallURL $}" target="_blank"
title="{% trans 'Install Joomla with LSCache' %}"> title="{% trans 'Install Joomla with LSCache' %}">
@@ -697,20 +697,7 @@
title="{% trans 'Install Joomla with LSCache' %}"> title="{% trans 'Install Joomla with LSCache' %}">
<span class="h4">{% trans "Joomla" %}</span> <span class="h4">{% trans "Joomla" %}</span>
</a> </a>
</div> </div>-->
<div class="col-md-3 panel-body">
<a href="{$ setupGit $}" target="_blank"
title="{% trans 'Attach Git with this website!' %}">
<img src="{% static 'images/icons/git-logo.png' %}" width="65" class="mr-10">
</a>
<a href="{$ setupGit $}" target="_blank"
title="{% trans 'Attach Git with this website!' %}">
<span class="h4">{% trans "Git" %}</span>
</a>
</div>
<div class="col-md-3 panel-body"> <div class="col-md-3 panel-body">

View File

@@ -1020,7 +1020,7 @@
title="{% trans 'Attach Git with this website!' %}"> title="{% trans 'Attach Git with this website!' %}">
<img src="{% static 'images/icons/git-logo.png' %}" width="65" class="mr-10"> <img src="{% static 'images/icons/git-logo.png' %}" width="65" class="mr-10">
</a> </a>
<a href="{$ setupGit $}" target="_blank" <a href="/websites/{{ domain }}/manageGIT" target="_blank"
title="{% trans 'Attach Git with this website!' %}"> title="{% trans 'Attach Git with this website!' %}">
<span class="h4">{% trans "Git" %}</span> <span class="h4">{% trans "Git" %}</span>
</a> </a>