openstackid/app/views/extensions/sreg.blade.php

13 lines
385 B
PHP

@if(count($attributes)>0)
<label>
<b>The site has also requested some personal information</b>
</label>
<ul class="unstyled list-inline">
@foreach ($attributes as $attr)
<li>{{$attr}}&nbsp;<i class="icon-info-sign info"></i></li>
@endforeach
</ul>
@endif
@if(!empty($policy_url))
<a href='{{$policy_url}}' title="how the profile data will be used">Policy Url</a>
@endif