Skip to content

Commit

Permalink
no-op - Remove trailing spaces and new lines
Browse files Browse the repository at this point in the history
  • Loading branch information
potomak committed Apr 21, 2016
1 parent 9946561 commit d6c4a6f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions app/views/layouts/default.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
<%= stylesheet_link_tag "application" %>
<%= javascript_include_tag "application" %>
<%= csrf_meta_tag %>
<%= yield :head %>
<%= javascript_tag do %>
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-2935139-19']);
Expand Down Expand Up @@ -51,7 +51,7 @@
<div id="main_container">
<div class="container">
<%= render :partial => 'shared/announcement' %>

<div id="flash">
<%= render :partial => 'shared/flash', :locals => {:flash => flash} %>
</div>
Expand Down
2 changes: 1 addition & 1 deletion app/views/welcome/_tomatoes_timer.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@
<div id="start_container">
<%= link_to "Start", "#", :id => "start", :class => "button" %>
<p id="start_hint">or press space bar</p>
</div>
</div>

0 comments on commit d6c4a6f

Please sign in to comment.