forked from bofh/fetsite
fetprofileprivate data
This commit is contained in:
5
app/views/fetprofiles/internlist.html.erb
Normal file
5
app/views/fetprofiles/internlist.html.erb
Normal file
@@ -0,0 +1,5 @@
|
||||
<table style="width:100%" class="table table-striped">
|
||||
<% @fetprofiles.each do |item| %>
|
||||
<%= render partial: "internrow", object: item %>
|
||||
<% end %>
|
||||
</table>
|
||||
Reference in New Issue
Block a user