Sha256: a40df5f68b903ac3e05bc96b3ec76977ec8647076276cbb1618e620af6e9217f
Contents?: true
Size: 267 Bytes
Versions: 3
Compression:
Stored size: 267 Bytes
Contents
<% content_for :title, "Navigations" %> <%= link_to "New", %i[new menu], class: "button button--primary" %> <%= table_with(collection:) do |row, menu| %> <%= row.text :title do |cell| %> <%= link_to cell, menu %> <% end %> <%= row.text :slug %> <% end %>
Version data entries
3 entries across 3 versions & 1 rubygems