Fix some things.

This commit is contained in:
James Cole
2015-06-20 09:54:01 +02:00
parent ae92e409d9
commit bf516d4d21
27 changed files with 66 additions and 158 deletions

View File

@@ -9,7 +9,7 @@
{{ Form.open({'class' : 'form-horizontal','id' : 'destroy','url' : route('currency.destroy',currency.id)}) }}
<div class="row">
<div class="col-lg-6 col-lg-offset-3 col-md-12 col-sm-12">
<div class="panel panel-red">
<div class="box box-danger">
<div class="box-header with-border">
<i class="fa fa-exclamation-circle"></i>
{{ trans('form.delete_currency', {'name': currency.name}) }}