Project

General

Profile

« Previous | Next » 

Revision c7dd4b36

Added by Marc Dequènes almost 15 years ago

  • ID c7dd4b36a429fbcb4b8ac26f141b914bae774149

[evol] created display_artwork_frame() helper function and now use it in the welcome page + created a set/group tree view with it too

View differences:

app/views/layouts/application.rhtml
<div id="header">
<h1><%= link_to_unless_current "~°~ #{site_name} ~°~", root_path %></h1>
<ul class="nav" id="menu">
<li><strong><%= _("View") %></strong>
<ul>
<li><%= link_to _("Cyma Tree"), :controller => 'view', :action => 'tree' %></li>
</ul>
</li>
<%
current_user ||= ((session[:user_id] && User.find_by_id(session[:user_id])) || nil)
if current_user

Also available in: Unified diff