aboutsummaryrefslogblamecommitdiff
path: root/shardweb/lib/templates/identity/view.html.eex
blob: 8bb8ca23125437620a1919ca149ca80837a9bd27 (plain) (tree)
























                                                                            
<!-- Page Heading -->
<div class="row">
  <div class="col-lg-12">
    <h1 class="page-header">
      <%= @view_nick %> <small><%= @view_pk |> Base.encode16 %></small>
    </h1>
    <ol class="breadcrumb">
      <li>
        <i class="fa fa-users"></i> People
      </li>
      <li class="active">
        <i class="fa fa-user"></i> <%= @view_nick %>
      </li>
    </ol>
  </div>
</div>
<!-- /.row -->

<%= render ShardWeb.LayoutView, "flashes.html", assigns %>

<pre>
  <%= inspect((GenServer.call(@pid, :get_info)), pretty: true, width: 40) %>
</pre>