Sha256: 019b90f5c0ca846f41f85f6493c9a3cf972e4b282dd409e27b67b37507eab599

Contents?: true

Size: 485 Bytes

Versions: 2

Compression:

Stored size: 485 Bytes

Contents

<p id="notice"><%= notice %></p>

<p>
  <strong>Name:</strong>
  <%= @user.name %>
</p>

<p>
  <strong>Email:</strong>
  <%= @user.email %>
</p>

<p>
  <strong>Country:</strong>
  <%= CountryStateSelect::Constant::COUNTRIES[@user.country_id] %>
</p>
<p>
  <strong>Country Name From second drop down:</strong>
  <%= @user.country_name %>
</p>
<p>
  <strong>State:</strong>
  <%= @user.state_name %>
</p>

<%= link_to 'Edit', edit_user_path(@user) %> |
<%= link_to 'Back', users_path %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
country_state_select-0.0.4 test/dummy/app/views/users/show.html.erb
country_state_select-0.0.3 test/dummy/app/views/users/show.html.erb