Sha256: 9c13fe8a9ae693440f1d29cca5e8a9d2559022ee5e9c08170c3345e91de4d894
Contents?: true
Size: 1.35 KB
Versions: 1
Compression:
Stored size: 1.35 KB
Contents
<tr> <td class="has-text-right"><%= Profiled::Profile.human_attribute_name(:real_name) %></td> <td><%= @profile.real_name %></td> </tr> <tr> <td class="has-text-right"><%= Profiled::Profile.human_attribute_name(:gender) %></td> <td><%= @profile.gender_i18n %></td> </tr> <tr> <td class="has-text-right"><%= Profiled::Profile.human_attribute_name(:identity) %></td> <td><%= @profile.identity %></td> </tr> <tr> <td class="has-text-right"><%= Profiled::Profile.human_attribute_name(:birthday_type) %></td> <td><%= @profile.birthday_type_i18n %></td> </tr> <tr> <td class="has-text-right"><%= Profiled::Profile.human_attribute_name(:birthday) %></td> <td><%= @profile.birthday %></td> </tr> <tr> <td class="has-text-right"><%= Profiled::Profile.human_attribute_name(:major) %></td> <td><%= @profile.major %></td> </tr> <tr> <td class="has-text-right"><%= Profiled::Profile.human_attribute_name(:degree) %></td> <td><%= @profile.degree %></td> </tr> <tr> <td class="has-text-right"><%= Profiled::Profile.human_attribute_name(:work_experience) %></td> <td><%= simple_format(@profile.work_experience) %></td> </tr> <tr> <td class="has-text-right"><%= Profiled::Profile.human_attribute_name(:resume) %></td> <td> <%= link_to @profile.resume.filename, rails_blob_path(@profile.resume), target: '_blank' if @profile.resume.attached? %> </td> </tr>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rails_org-0.0.1 | app/views/org/admin/members/_profile/_show_table.html.erb |