mirror of
https://github.com/fspc/bike-database.git
synced 2026-09-16 08:31:39 -04:00
erb -> haml
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
<div class="container">
|
||||
<h1>Bicycle Data Tracker</h1>
|
||||
<%= link_to "Bikes", bikes_path %>
|
||||
<br>
|
||||
<%= link_to "Volunteers", volunteers_path %>
|
||||
</div>
|
||||
@@ -0,0 +1,5 @@
|
||||
.container
|
||||
%h1 Bicycle Data Tracker
|
||||
= link_to "Bikes", bikes_path
|
||||
%br
|
||||
= link_to "Volunteers", volunteers_path
|
||||
Reference in New Issue
Block a user