ai cooking
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

better no favorite store (#301)

Co-authored-by: paul miller <paul.miller>

authored by

Paul Miller
paul miller
and committed by
GitHub
f9cf3c82 48225e1d

+2 -8
+2 -8
internal/templates/user.html
··· 50 50 {{.FavoriteStoreName}} 51 51 </div> 52 52 <input type="hidden" name="favorite_store" value="{{.User.FavoriteStore}}" /> 53 - <p class="text-xs text-gray-500">To change your favorite store, visit the <a href="/" class="text-brand-600 hover:underline">home page</a> and search for locations.</p> 53 + <p class="text-xs text-gray-500">To change your favorite store, visit the <a href="/" class="text-brand-600 hover:underline">home page</a> and star a store.</p> 54 54 {{else}} 55 - <input id="favorite_store" 56 - name="favorite_store" 57 - type="text" 58 - value="{{.User.FavoriteStore}}" 59 - placeholder="Store name" 60 - class="w-full max-w-md rounded-lg border border-gray-300 bg-white px-3 py-2 text-gray-900 shadow-sm focus:border-brand-500 focus:outline-none focus:ring-2 focus:ring-brand-400" /> 61 - <p class="text-xs text-gray-500">Set your favorite store from the <a href="/" class="text-brand-600 hover:underline">home page</a> by searching for locations.</p> 55 + <p class="text-xs text-gray-500">No favorite store yet. Visit the <a href="/" class="text-brand-600 hover:underline">home page</a> and star a favorite store.</p> 62 56 {{end}} 63 57 </div> 64 58