Sha256: 107f9b26b5ea718cd3fd08b694f16f11255272678e0f470a4b0b3f41ebdb0039

Contents?: true

Size: 1.05 KB

Versions: 3

Compression:

Stored size: 1.05 KB

Contents

<p id="notice"><%= notice %></p>

<p>
  <strong>Seo title:</strong>
  <%= @marketing_optimization.seo_title %>
</p>

<p>
  <strong>Seo description:</strong>
  <%= @marketing_optimization.seo_description %>
</p>

<p>
  <strong>Seo open graph type:</strong>
  <%= @marketing_optimization.seo_open_graph_type %>
</p>

<p>
  <strong>Seo open graph url:</strong>
  <%= @marketing_optimization.seo_open_graph_url %>
</p>

<p>
  <strong>Seo open graph title:</strong>
  <%= @marketing_optimization.seo_open_graph_title %>
</p>

<p>
  <strong>Seo open graph description:</strong>
  <%= @marketing_optimization.seo_open_graph_description %>
</p>

<p>
  <strong>Seo twitter url:</strong>
  <%= @marketing_optimization.seo_twitter_url %>
</p>

<p>
  <strong>Seo twitter title:</strong>
  <%= @marketing_optimization.seo_twitter_title %>
</p>

<p>
  <strong>Seo twitter description:</strong>
  <%= @marketing_optimization.seo_twitter_description %>
</p>

<%= link_to 'Edit', edit_marketing_optimization_path(@marketing_optimization) %> |
<%= link_to 'Back', marketing_optimizations_path %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
phcdevworks_core_modules-4.0.0 app/views/phcdevworks_core_modules/marketing/optimizations/show.html.erb
phcdevworks_core_modules-3.0.0 app/views/phcdevworks_core_modules/marketing/optimizations/show.html.erb
phcdevworks_core_modules-2.0.1 app/views/phcdevworks_core_modules/marketing/optimizations/show.html.erb