erblint: remove leading blank lines

This commit is contained in:
Tom Hughes 2019-03-28 00:29:04 +00:00
parent 89341ce266
commit 49da87fb6d
10 changed files with 32 additions and 54 deletions

View file

@ -1,5 +1,4 @@
<%
changeset_data = { :id => changeset.id }
<% changeset_data = { :id => changeset.id }
if changeset.has_valid_bbox?
bbox = changeset.bbox.to_unscaled
@ -9,8 +8,7 @@
:maxlon => bbox.max_lon,
:maxlat => bbox.max_lat
}
end
%>
end %>
<%= content_tag "li", :id => "changeset_#{changeset.id}", :data => { :changeset => changeset_data } do %>
<h4>

View file

@ -4,14 +4,12 @@
<% end -%>
<% end -%>
<%
set_title(changeset_index_title(params, current_user))
<% set_title(changeset_index_title(params, current_user))
@heading = if params[:display_name]
t("changesets.index.title_user", :user => link_to(params[:display_name], user_path(:display_name => params[:display_name]))).html_safe
else
@title
end
%>
end %>
<h2>
<a class="geolink" href="<%= root_path %>"><span class="icon close"></span></a>