Commit 7ebf01fd by Aan Choesni Herlingga

added button update on setting

parent 5226c756
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
<div class="panel-heading"> <div class="panel-heading">
<h3 class="panel-title">{!! $title !!}</h3> <h3 class="panel-title">{!! $title !!}</h3>
{{-- <a class="btn btn-info" href="{{URL::to('webprofile/settings/create')}}" style="margin: 0cm 0px 0cm 10px;">@lang('label.create')</a> --}} {{-- <a class="btn btn-info" href="{{URL::to('webprofile/settings/create')}}" style="margin: 0cm 0px 0cm 10px;">@lang('label.create')</a> --}}
<a class="btn btn-info" href="{{ url('update')}}" style="margin: 0cm 0px 0cm 10px;">Update Engine</a>
<ul class="panel-controls"> <ul class="panel-controls">
<li><a href="#" class="panel-collapse"><span class="fa fa-angle-down"></span></a></li> <li><a href="#" class="panel-collapse"><span class="fa fa-angle-down"></span></a></li>
</ul> </ul>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment