Sha256: 4ff8035c3c1b3d15054d4c41b45c5e8dfca0356f6f215fa032a87d26654b157b
Contents?: true
Size: 344 Bytes
Versions: 13
Compression:
Stored size: 344 Bytes
Contents
%h1= User.model_name.human(count: 2) .hello-world-i18n= t(".hello_world") %h2= t(".list_of_users") %table %thead %tr %th= User.human_attribute_name(:id) %tbody - @users.each do |user| %tr %td= link_to user.id, user_path(user) - unless @users.any? %tr %td{colspan: 1}= t(".no_users_was_found")
Version data entries
13 entries across 13 versions & 1 rubygems