Add team planner video to the project and common upsale template

pull/10252/head
bsatarnejad 3 years ago
parent fa4a1053cb
commit 237f1d59c6
  1. 10
      app/views/common/upsale.html.erb
  2. BIN
      public/videos/team-planner-animation.mp4

@ -20,10 +20,14 @@
</p>
<% end %>
<% if feature_image.empty? %>
<%= image_tag "enterprise_edition.png", class: "widget-box--teaser-image" %>
<% if feature_video.empty? %>
<% if feature_image.empty? %>
<%= image_tag "enterprise_edition.png", class: "widget-box--teaser-image" %>
<% else %>
<%= image_tag feature_image, class: "widget-box--teaser-image" %>
<% end %>
<% else %>
<%= image_tag feature_image, class: "widget-box--teaser-image" %>
<%= video_tag feature_video, :controls => false, class: "widget-box--teaser-video", autoplay: true, loop: true, muted: true %>
<% end %>
<p> <%= feature_title %> <%= t('admin.enterprise.enterprise_info_html') %>

Loading…
Cancel
Save