Added new lines

This commit is contained in:
James Cole 2015-03-29 08:20:37 +02:00
parent eaa947894b
commit a97c267378
20 changed files with 20 additions and 20 deletions

View File

@ -2,4 +2,4 @@ Hey there!
Welkome to Firefly III. Your registration has made it, and this email is here to confirm it. Welkome to Firefly III. Your registration has made it, and this email is here to confirm it.
Thanks for using Firefly! Thanks for using Firefly!

View File

@ -19,4 +19,4 @@
@include('form.feedback') @include('form.feedback')
</div> </div>
{!! Form::input('hidden','amount_currency_id',$defaultCurrency->id) !!} {!! Form::input('hidden','amount_currency_id',$defaultCurrency->id) !!}
</div> </div>

View File

@ -19,4 +19,4 @@
</div> </div>
{!! Form::input('hidden','balance_currency_id',$defaultCurrency->id) !!} {!! Form::input('hidden','balance_currency_id',$defaultCurrency->id) !!}
</div> </div>

View File

@ -8,4 +8,4 @@
</div> </div>
@include('form.feedback') @include('form.feedback')
</div> </div>
</div> </div>

View File

@ -4,4 +4,4 @@
{!! Form::input('date', $name, $value, $options) !!} {!! Form::input('date', $name, $value, $options) !!}
@include('form.feedback') @include('form.feedback')
</div> </div>
</div> </div>

View File

@ -1,4 +1,4 @@
@if($errors->has($name)) @if($errors->has($name))
<span class="form-control-feedback"><i class="fa fa-fw fa-remove"></i></span> <span class="form-control-feedback"><i class="fa fa-fw fa-remove"></i></span>
<p class="text-danger">{{{$errors->first($name)}}}</p> <p class="text-danger">{{{$errors->first($name)}}}</p>
@endif @endif

View File

@ -6,4 +6,4 @@
@include('form.feedback') @include('form.feedback')
</div> </div>
</div> </div>
</div> </div>

View File

@ -70,4 +70,4 @@
</div> </div>
</div> </div>
</div> </div>
@endif @endif

View File

@ -5,4 +5,4 @@
@include('form.feedback') @include('form.feedback')
</div> </div>
</div> </div>

View File

@ -4,4 +4,4 @@
{!! Form::input('text', $name, $value, $options) !!} {!! Form::input('text', $name, $value, $options) !!}
@include('form.feedback') @include('form.feedback')
</div> </div>
</div> </div>

View File

@ -4,4 +4,4 @@
{!! Form::input('text', $name, $value, $options) !!} {!! Form::input('text', $name, $value, $options) !!}
@include('form.feedback') @include('form.feedback')
</div> </div>
</div> </div>

View File

@ -56,4 +56,4 @@
</table> </table>
@if(is_object($accounts) && method_exists($accounts, 'render')) @if(is_object($accounts) && method_exists($accounts, 'render'))
{!! $accounts->render() !!} {!! $accounts->render() !!}
@endif @endif

View File

@ -42,4 +42,4 @@
</p> </p>
</div> </div>
@endif @endif
</div> </div>

View File

@ -89,4 +89,4 @@
</div> </div>
</div> </div>
</div> </div>
<!-- /.row --> <!-- /.row -->

View File

@ -28,4 +28,4 @@
</div> </div>
</div> </div>
</div> </div>
--}} --}}

View File

@ -60,4 +60,4 @@
</table> </table>
@else @else
<p><em>No related transactions</em></p> <p><em>No related transactions</em></p>
@endif @endif

View File

@ -36,4 +36,4 @@
</table> </table>
@else @else
<p><em>No results</em></p> <p><em>No results</em></p>
@endif @endif

View File

@ -35,4 +35,4 @@
</div> </div>
</div> </div>
</div> </div>
@stop @stop

View File

@ -70,4 +70,4 @@
@stop @stop
@section('scripts') @section('scripts')
<script type="text/javascript" src="js/reports.js"></script> <script type="text/javascript" src="js/reports.js"></script>
@stop @stop

View File

@ -21,4 +21,4 @@
<script src="js/jquery-ui.min.js" type="text/javascript"></script> <script src="js/jquery-ui.min.js" type="text/javascript"></script>
<script src="js/transactions.js" type="text/javascript"></script> <script src="js/transactions.js" type="text/javascript"></script>
@stop @stop