fetprofile list

This commit is contained in:
Andreas Stephanides
2013-09-10 17:47:25 +02:00
parent 2cff08fd6c
commit 5f2aa37c7c
2 changed files with 5 additions and 1 deletions

View File

@@ -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
}

View File

@@ -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 %>