“Link zu” Code-Antworten

Link zu

link_to "Profile", @profile
# => <a href="/profiles/1">Profile</a>
Lo Rednib

Link zu

<%= link_to "Profile", profile_path(@profile) %>
# => <a href="/profiles/1">Profile</a>
Tung Thanh

Ähnliche Antworten wie “Link zu”

Fragen ähnlich wie “Link zu”

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen