Skip to content

Commit

Permalink
Dev: "Clear asset cache"
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGac committed Feb 9, 2018
1 parent 3ef33ec commit fef43da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/views/admin/global_settings/_general.php
Expand Up @@ -168,10 +168,10 @@
<div class="row ls-space margin top-10">
<div class="form-group col-xs-12">
<label class="col-sm-12 text-left control-label" for='refreshassets'>
<?php eT("Refresh assets:"); ?> <small>(<?php echo Yii::app()->getConfig("assetsversionnumber");?>)</small>
<?php eT("Clear assets cache:"); ?> <small>(<?php echo Yii::app()->getConfig("assetsversionnumber");?>)</small>
</label>
<div class="col-sm-12">
<a href="<?php echo App()->createUrl('admin/globalsettings', array("sa"=>"refreshAssets")); ?>" class="btn btn-success btn-large"><?php eT("Refresh assets");?></a>
<a href="<?php echo App()->createUrl('admin/globalsettings', array("sa"=>"refreshAssets")); ?>" class="btn btn-success btn-large"><?php eT("Clear now");?></a>
</div>
</div>
</div>
Expand Down

0 comments on commit fef43da

Please sign in to comment.