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

Fix vidblock static indentation

parent 02db59d0
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 %>
<%= prepare_html_for_static definition.title, about.university, 5 %>
text: >-
<%= prepare_html_for_static definition.text, about.university %>
<%= prepare_html_for_static definition.text, about.university, 5 %>
<% end %>
code: >-
<%= prepare_html_for_static block.template.code, about.university %>
<%= prepare_html_for_static block.template.code, about.university, 4 %>
transcription: >-
<%= prepare_text_for_static block.template.transcription %>
<%= prepare_text_for_static block.template.transcription, 4 %>
url: >-
<%= prepare_text_for_static block.template.url %>
transcription: >-
<%= prepare_text_for_static block.template.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