aboutsummaryrefslogtreecommitdiff
path: root/shardweb/lib/templates/identity/view.html.eex
blob: 58be7e77557650fdefd93b39ff22e8087427a6a9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!-- 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(SApp.Identity.get_info(@pid), pretty: true, width: 40) %>
</pre>