Sha256: 6358e95c70bc17d00444362c47cf3124a472832b08787575f315377bbf30f707
Contents?: true
Size: 517 Bytes
Versions: 2
Compression:
Stored size: 517 Bytes
Contents
#dialog = link_to t(:registration_action_label), register_path %br %br = will_paginate @users, {:previous_label => t(:pagination_previous_label), :next_label => t(:pagination_next_label)} - @users.each do |user| = link_to user.username, show_user_path(user.username) = link_to t(:agent_action_label), agent_for_user_path(user.username), :class => 'dialog_item_navigation' %br = will_paginate @users, {:previous_label => t(:pagination_previous_label), :next_label => t(:pagination_next_label)}
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
solarsearch-0.0.10 | app/views/users/index.html.haml |
solarsearch-0.0.9 | app/views/users/index.html.haml |