]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/issues/index.html.erb
erblint: use consistent spacing in HTML tags
[rails.git] / app / views / issues / index.html.erb
index 135f2ae9e272773a1b3e53b0cdd0eab1b2c8133b..87d3b03d016728eaa5c9718baccab46d4bbd8ddd 100644 (file)
 <%= select_tag :last_updated_by, options_for_select(@users.all.collect { |f| [f.display_name, f.id] } << [t(".not_updated"), "nil"], params[:last_updated_by]), :include_blank => t(".select_last_updated_by"), :data => { :behavior => "category_dropdown" } %>
 <%= submit_tag t(".search"), :name => nil %>
 <% end %>
-<br/>
+<br />
 
 <% if @issues.length == 0 %>
   <p><%= t ".issues_not_found" %></p>
 <% end %>
 
-<br/>
+<br />
 
 <table class="issues-list">
   <thead>