Skip to content

Commit

Permalink
lalal
Browse files Browse the repository at this point in the history
  • Loading branch information
svilder committed Jun 14, 2019
1 parent 244c3a7 commit 4786afb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/views/pages/dashboard.html.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<%= content_for(:page, "dashboard") %>

<div class="container" style="margin-top: 100px";>
<h4 class="title"><em>Stats</em></h4>
<h4 class="title"><em>Stats</em></h4>
<div class="bottom-dash">
<div class="chart-space">
<canvas id="polarChart" data-daily="<%= @counter[:dailyactivities] %>" data-future="<%= @counter[:futureme] %>" data-interactions="<%= @counter[:interactions] %>" data-curiosity="<%= @counter[:curiosity] %>"></canvas>
Expand Down Expand Up @@ -70,11 +70,12 @@
</div>

<% end %>
<% end %>
</div>
</div>
</div>
</div>
</div>


<div class="container">
<div>
Expand Down

0 comments on commit 4786afb

Please sign in to comment.