fetprofileprivate data

This commit is contained in:
2014-05-27 19:41:35 +05:30
parent 015bf132a9
commit 13514317c9
10 changed files with 116 additions and 11 deletions

View File

@@ -0,0 +1,5 @@
<table style="width:100%" class="table table-striped">
<% @fetprofiles.each do |item| %>
<%= render partial: "internrow", object: item %>
<% end %>
</table>