Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
show free-creatures banner
  • Loading branch information
drusepth committed Sep 30, 2021
commit 055cdd17b010c1650eb3a7ef6396f986627077b4
18 changes: 18 additions & 0 deletions app/views/main/dashboard.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,24 @@
<% end %>
</div>
<% end %>

<br />
<div>
<%= link_to new_creature_path, class: "white-text", style: 'width: 100%' do %>
<div class="hoverable card-panel <%= Creature.color %>" style="margin-bottom: 4px">
<div class="valign-wrapper">
<i class="material-icons grey-bordered-text" class="left" style="font-size: 3em;"><%= Creature.icon %></i>
<span style="font-size: 1.1em; margin-left: 1em">
New Creature<br />
<small>
Free for all users in October
</small>
</span>
</div>
</div>
<% end %>
</div>

</div>
</div>

Expand Down