%PDF- %PDF-
| Direktori : /www/varak.net/paste.varak.net-5.6/app/storage/views/ |
| Current File : /www/varak.net/paste.varak.net-5.6/app/storage/views/1ec152d3732d5fc260abb034dcbf154c |
<link href="<?php echo View::asset('css/phpdiff.css'); ?>" rel="stylesheet" />
<?php $__env->startSection('body'); ?>
<section id="diff">
<div class="row">
<div class="col-sm-12">
<div class="pre-info pre-header">
<div class="row">
<div class="col-sm-6">
<h4><?php echo Lang::get('show.revision_diff'); ?></h4>
</div>
<div class="col-sm-6 text-right">
<?php echo link_to($newkey, Lang::get('show.return_paste'), array(
'class' => 'btn btn-success'
)); ?>
</div>
</div>
</div>
<div class="well well-sm well-white">
<?php echo $diff; ?>
</div>
</div>
</div>
</section>
<?php $__env->stopSection(); ?>
<?php echo $__env->make("skins.bootstrap.common.{$container}", array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>