forked from bofh/fetsite
fetprofile list
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
// Place all the styles related to the fetprofiles controller here.
|
||||
// They will automatically be included in application.css.
|
||||
// You can use Sass (SCSS) here: http://sass-lang.com/
|
||||
|
||||
ul.fetprofile_list li a {
|
||||
display:block
|
||||
}
|
||||
@@ -5,7 +5,7 @@
|
||||
<%= I18n.t 'fetprofiles.active' if params[:filter].nil? || params[:filter]== "active"
|
||||
%>
|
||||
</h1>
|
||||
<ul class="unstyled">
|
||||
<ul class="unstyled fetprofile_list">
|
||||
<% @fetprofiles.each do |fetprofile| %>
|
||||
<li>
|
||||
<%= link_to fetprofile do %>
|
||||
|
||||
Reference in New Issue
Block a user