Skip to content
This repository was archived by the owner on Mar 14, 2021. It is now read-only.

Commit 2d1b5c9

Browse files
authored
Merge branch 'master' into patch-1
2 parents 1cfac4f + 8df7470 commit 2d1b5c9

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

app/controllers/home_controller.rb

+35
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ class HomeController < ApplicationController
44
url: "https://cdn.foodandwineespanol.com/2019/05/cafe.jpg",
55
name: "la Olla",
66
address: "DIRECCION",
7+
url: "https://images.unsplash.com/photo-1498804103079-a6351b050096?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1234&q=80",
8+
name: "BROGA",
9+
address: "Av. Panorama 604 A, Panorama, 37160 León, Gto.",
10+
tags: [
11+
{
12+
label: "Buen wifi",
13+
url: "https://scontent-qro1-1.xx.fbcdn.net/v/t1.0-1/p720x720/45423980_1740608892734084_7119202240681738240_o.jpg?_nc_cat=102&_nc_sid=dbb9e7&_nc_ohc=zz2wQqyirgcAX84Bv5L&_nc_ht=scontent-qro1-1.xx&_nc_tp=6&oh=58cff85ddb9f486b724ee73a0794ed76&oe=5E9369D1",
14+
name: "Tanuki Coffee",
15+
address: "Rafael Iriarte 519 Villa Insurgentes",
716
tags: [
817
{
918
label: "wifi free",
@@ -81,7 +90,33 @@ class HomeController < ApplicationController
8190
color: "success",
8291
}
8392
],
93+
},
94+
{
95+
url: "https://images.unsplash.com/photo-1515592302748-6c5ea17e2f0e?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1234&q=80",
96+
name: "Starbucks",
97+
address: "Juan Alonso de Torres Boulevard 2002",
98+
tags: [
99+
{
100+
label: "barato",
101+
color: "success",
102+
},
103+
{
104+
label: "wifi estable",
105+
color: "success",
106+
}
107+
],
84108
}
109+
{
110+
url: "https://lh3.googleusercontent.com/p/AF1QipMtOuibpAiw8BbxFTQZBrcVEVwoY7E0BCtxRp0v=s0",
111+
name: "Broga",
112+
address: "Av. Panorama 604 A, Panorama, 37160 León, Gto.",
113+
tags: [
114+
{
115+
label: "Barato",
116+
color: "success",
117+
},
118+
],
119+
},
85120
]
86121

87122
def index

0 commit comments

Comments
 (0)