Skip to content
Snippets Groups Projects
Unverified Commit a93e8344 authored by Sébastien Gaya's avatar Sébastien Gaya
Browse files

remove newline at the end of the static partials

parent c9cea599
No related branches found
No related tags found
No related merge requests found
......@@ -12,4 +12,4 @@ local_assigns[:value] = value
local_assigns[:depth] = depth
local_assigns[:indentation] = indentation
%>
<%= render partial, **local_assigns %>
<%= render partial, **local_assigns %>
\ No newline at end of file
......@@ -16,4 +16,4 @@ return unless blob
<%= indentation %><%= property %>:
<%= indentation %> id: "<%= blob.id %>"
<% end %>
<%= indentation %> file: "<%= blob.id %>"
<%= indentation %> file: "<%= blob.id %>"
\ No newline at end of file
<%= indentation %>layout: <%= template.layout %>
<%= indentation %>layout: <%= template.layout %>
\ No newline at end of file
<%= indentation %><%= property %>: <%= value %>
<%= indentation %><%= property %>: <%= value %>
\ No newline at end of file
<%= indentation %><%= property %>: >-
<%= indentation %> <%= prepare_html_for_static value, @university %>
<%= indentation %> <%= prepare_html_for_static value, @university %>
\ No newline at end of file
<%= indentation %><%= property %>: >-
<%= indentation %> <%= prepare_text_for_static value, depth + 1 %>
<%= indentation %> <%= prepare_text_for_static value, depth + 1 %>
\ No newline at end of file
<%= indentation %><%= property %>: >-
<%= indentation %> <%= prepare_text_for_static value, depth + 1 %>
<%= indentation %> <%= prepare_text_for_static value, depth + 1 %>
\ No newline at end of file
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