erblint: use consistent spacing in HTML tags
This commit is contained in:
parent
49da87fb6d
commit
7ce40eeb38
13 changed files with 21 additions and 21 deletions
|
@ -149,7 +149,7 @@
|
|||
<fieldset class="form-divider">
|
||||
<div class='form-row location clearfix'>
|
||||
<label class="standard-label"><%= t ".home location" %></label>
|
||||
<div id="homerow" <% unless current_user.home_lat and current_user.home_lon %>class="nohome"<% end %> >
|
||||
<div id="homerow" <% unless current_user.home_lat and current_user.home_lon %> class="nohome"<% end %>>
|
||||
<p class="message form-help deemphasize"><%= t ".no home location" %></p>
|
||||
<div class='form-column'>
|
||||
<label class="standard-label secondary"><%= t ".latitude" %></label>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue