- if signed_in?
= primary_nav( |
title: { text: t('.home_page'), href: root_path }, |
links: [ |
{ active: request.path.starts_with?('/performance/'), text: t('.performance'), href: performance_my_path }, |
] |
) do
私はこのコードを理解しようとしています。これはRailsにあり、これはにあります。application.html.haml
私の主な混乱は、タイトル、リンク、アクティブ、テキストなどのキーワードがある場所
です。Railsじゃないの?それは...ですか ?それともTwitter Bootstrapですか?それで、パフォーマンスと同じレベルで別のリンクを追加したい場合は、別のハッシュを追加するだけでよいですか?