Skip to content
Snippets Groups Projects
Commit 2160eee1 authored by alexisben's avatar alexisben
Browse files

Fix vidblock static indentation

parent ec14f4cd
No related branches found
No related tags found
No related merge requests found
<% block.template.definitions.each do |definition| %>
- title: >-
<%= prepare_html_for_static definition.title, about.university, 5 %>
<%= prepare_html_for_static definition.title, about.university %>
text: >-
<%= prepare_html_for_static definition.text, about.university, 5 %>
<%= prepare_html_for_static definition.text, about.university %>
<% end %>
code: >-
<%= prepare_html_for_static block.template.code, about.university, 4 %>
<%= prepare_html_for_static block.template.code, about.university %>
transcription: >-
<%= prepare_text_for_static block.template.transcription, 4 %>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment