Skip to content

Commit

Permalink
titles
Browse files Browse the repository at this point in the history
  • Loading branch information
lordinatrice committed Jun 14, 2019
1 parent b3367fe commit a83b7a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/assets/stylesheets/pages/_dashboard.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

.titles {
display: flex;
justify-content: space-between;
Expand Down
2 changes: 1 addition & 1 deletion 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="titles"><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

0 comments on commit a83b7a0

Please sign in to comment.