fix MR comments
This commit is contained in:
@@ -427,12 +427,3 @@ a[data-behavior=seekable-timecode] {
|
|||||||
width: 308px;
|
width: 308px;
|
||||||
height:308px;
|
height:308px;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Add checkmark before list item
|
|
||||||
#checkmark-list > li {
|
|
||||||
list-style: none;
|
|
||||||
margin-left: -1em;
|
|
||||||
}
|
|
||||||
#checkmark-list > li:before {
|
|
||||||
content: '\2713\0020';
|
|
||||||
}
|
|
||||||
@@ -5,7 +5,9 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<%= link_to t(".actions.book_demo"), 'https://meetings.hubspot.com/bray2', class: "btn btn-primary border align-self-center h-50 ml-auto mr-2 pb-2", target: '_blank' %>
|
<%= link_to t(".actions.book_demo"), 'https://meetings.hubspot.com/bray2', class: "btn btn-primary border align-self-center h-50 ml-auto mr-2 pb-2", target: '_blank' %>
|
||||||
<%= link_to t(".actions.create_template"), [:new, @project, :contract_template], class: "btn btn-success border align-self-center h-50 pb-2" %>
|
<% if policy(ContractTemplate).new? %>
|
||||||
|
<%= link_to t(".actions.create_template"), [:new, @project, :contract_template], class: "btn btn-success border align-self-center h-50 pb-2" %>
|
||||||
|
<% end %>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
@@ -44,10 +46,10 @@
|
|||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<h3><%= t '.headings.benefits' %></h3>
|
<h3><%= t '.headings.benefits' %></h3>
|
||||||
<ul id="checkmark-list">
|
<ul class="fa-ul ml-5">
|
||||||
<li><%= t '.list_items.all_releases_available' %></li>
|
<%= content_tag(:li, fa_icon("check li", text: t('.list_items.all_releases_available'))) %>
|
||||||
<li><%= t '.list_items.manage_large_audience' %></li>
|
<%= content_tag(:li, fa_icon("check li", text: t('.list_items.manage_large_audience'))) %>
|
||||||
<li><%= t '.list_items.add_tags_and_notes' %></li>
|
<%= content_tag(:li, fa_icon("check li", text: t('.list_items.add_tags_and_notes'))) %>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user