mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
15 lines
574 B
Plaintext
15 lines
574 B
Plaintext
<div class="parallax-header slider" style="height: 1px; position: relative; top: -1px">
|
|
<ul class="slides">
|
|
<li>
|
|
<%= image_tag "card-headers/#{content_type.downcase.pluralize}.jpg" %>
|
|
<div class="caption center-align bordered-text">
|
|
<h4>
|
|
<i class="material-icons <%= content_class.color %>-text"><%= content_class.icon %></i>
|
|
<%= content_type.titleize.pluralize %>
|
|
</h4>
|
|
<h5 class="light grey-text text-lighten-3"><%= t("content_oneliners.#{content_type.downcase}") %></h5>
|
|
</div>
|
|
</li>
|
|
</ul>
|
|
</div>
|