Hello,
In the folder server/02/app/views/schedules/
the show.html.erb
contains what it seems to be strings related to git:
<div class="has-text-grey has-text-weight-bold">
<%= concert.venue.name %>
</div>
</div>
<<<<<<< HEAD
<div class="column is-size-4 is-one-fifth"
data-sold-out-concert-target="label">
On Sale
</div>
=======
<div class="column is-size-4 is-one-fifth">On Sale</div>
>>>>>>> css_03
</div>
</article>
<% end %>
Some other files are affected too.