Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified app/assets/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions app/views/layouts/_header.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
<link rel="shortcut icon" type="image/x-icon" href="<%=url_for '/favicon.ico' %>" />
<link rel="icon" type="image/x-icon" href="<%=url_for '/favicon.ico' %>" />

<script src="http://yandex.st/dojo/1.7.1/dojo/dojo.js" type="text/javascript"></script>
<script src="http://yandex.st/dojo/1.7.1/dojox/gfx.js" type="text/javascript"></script>
<script src="http://yandex.st/dojo/1.7.1/dojox/gfx/fx.js" type="text/javascript"></script>

<%=auto_discovery_link_tag :rss, {:controller => 'feed', :action => 'global', :only_path => false}, :title => t('feed.global', :app_name => Raki.app_name) %>
<% if @page %>
<%=auto_discovery_link_tag(:rss, {:controller => 'feed', :action => 'namespace', :namespace => h(@page.namespace), :only_path => false}, :title => t('feed.namespace', :namespace => h(@page.namespace))) %>
Expand Down
Loading