Project

General

Profile

« Previous | Next » 

Revision 34772708

Added by Marc Dequènes almost 14 years ago

  • ID 34772708b3ba16f1fda92e0dd4509b3ed85d2fa8

[cosmetic] improved front view (closes #13)

View differences:

app/views/welcome/index.rhtml
<h1><%= _("ArtBook Manager") %></h1>
<h1><%= _("Artistic Production View Manager") %></h1>
<p><%= _("This software is intended to manage your ArtBook. This is only a development version with an ugly interface. Please be patient, this is work in progress.") %></p>
<p><%= _("This software is intended to dynamically manage a view of an artistic production. This is only a development version which is work in progress. Please be patient.") %></p>
<h2><%= _("Latest 10 Artworks") %></h2>
<h2><%= _("Latest 10 Productions") %></h2>
<p>
<% Artwork.find(:all, :include => :artwork_step_images, :conditions => ["artwork_steps.id IS NOT NULL"], :order => "artwork_steps.date DESC", :limit => 10).each do |artwork| %>

Also available in: Unified diff