Skip to content

Commit

Permalink
houses update
Browse files Browse the repository at this point in the history
  • Loading branch information
CorvusSharp committed Dec 8, 2024
1 parent fe913b8 commit 8386aa6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion citywalls2/views/houses.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,11 @@
<% houses.forEach(function(house) { %>
<tr>
<td><img src="<%= house.photo %>" alt="Фото дома"></td>
<td><%= house.street %>, <%= house.house_number %></td>
<td>
<a href="/main/streets/<%= encodeURIComponent(house.street) %>/houses/<%= house._key %>">
<%= house.street %>, <%= house.house_number %>
</a>
</td>
<td><%= house.construction_year %></td>
<td><%= house.floors %></td>
<td><%= house.apartments %></td>
Expand Down

0 comments on commit 8386aa6

Please sign in to comment.