Add main link to each phase of the budget
Co-authored-by: decabeza <alberto@decabeza.es>
This commit is contained in:
@@ -47,6 +47,10 @@
|
||||
<h3><%= phase.name %></h3>
|
||||
<p><%= start_date(phase) %> - <%= end_date(phase) %></p>
|
||||
<%= auto_link_already_sanitized_html(wysiwyg(phase.description)) %>
|
||||
|
||||
<% if phase.main_link_text.present? && phase.main_link_url.present? %>
|
||||
<%= link_to phase.main_link_text, phase.main_link_url, class: "main-link" %>
|
||||
<% end %>
|
||||
</div>
|
||||
|
||||
<% if phase.image.present? %>
|
||||
|
||||
Reference in New Issue
Block a user