forked from bofh/fetsite
Merge branch 'opengraph'
This commit is contained in:
1
app/views/home/log.html.erb
Normal file
1
app/views/home/log.html.erb
Normal file
@@ -0,0 +1 @@
|
||||
<pre><%= @logs %></pre>
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="shortcut icon" href="logo2014_64.png">
|
||||
<link rel="shortcut icon" href="<%= absurl("/logo2014_64.png")%>">
|
||||
<!--<link rel="shortcut icon" href="http://www.fet.at/favicon.ico">-->
|
||||
<!---->
|
||||
|
||||
|
||||
@@ -5,8 +5,7 @@
|
||||
<td><%= fa_icon "globe" if r.public%></td>
|
||||
<td><%= r.name %></td>
|
||||
<td>
|
||||
<%= n.title %>
|
||||
|
||||
<%= link_to n.title, n %>
|
||||
</td>
|
||||
<td>
|
||||
<%= unless n.datum.nil?
|
||||
|
||||
Reference in New Issue
Block a user