List of Radio Profiles <% if can? :manage, RadioProfile%> <%= link_to new_radio_profile_path, class: "btn btn-info" do %> Add Radio Profile <% end -%> <% end -%>

<% if can? :manage, RadioProfile%><%end%> <% (radio_profiles || []).each do |radio| %> <% if can? :manage, RadioProfile%> <% end %> <%end%>
Name Country Radio Settings APs / NetworksAction
<%= radio.name %> <%= radio.country_code %> <% radio.radio_settings.each do |value| -%>

"><%= value.band %> Ghz

<% end -%>
<% radio.config_mappings.each do |list|%> <% unless list.resourceable.blank?%> <%name,path,title = show_tags(list,:radio_profiles) %> <%= link_to name, path ,:class=>"label label-primary",:title => title%>   <% end %> <% end %> <%= link_to 'Edit', edit_radio_profile_path(radio), :class => "label label-info" %> <%= link_to 'Destroy', radio_profile_path(radio), :method => :delete, :class=>"label label-danger", :confirm => "Are you sure you want to delete?" %>