forked from bofh/fetsite
nlinks fetprofile added
This commit is contained in:
1
app/views/fetprofiles/_nlink.html.erb
Normal file
1
app/views/fetprofiles/_nlink.html.erb
Normal file
@@ -0,0 +1 @@
|
||||
<h2><%= nlink.title %></h2>
|
||||
2
app/views/studien/_nlink.html.erb
Normal file
2
app/views/studien/_nlink.html.erb
Normal file
@@ -0,0 +1,2 @@
|
||||
<h2><%= nlink.name %></h2>
|
||||
<p><%= nlink.desc_first_words %></p>
|
||||
@@ -1 +1,2 @@
|
||||
<%= raw(strip_links(render :partial=> "themen/small", :object=>nlink)) %>
|
||||
<h2><%= nlink.title %></h2>
|
||||
<p><%= raw(nlink.text_first_words) %></p>
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
|
||||
|
||||
<a name="thema_<%=small.id%>" href="#<%=small.id%>">
|
||||
<h2><%= small.title %></h2>
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user