Changeset 258

Show
Ignore:
Timestamp:
09/28/08 13:56:24 (3 months ago)
Author:
pwh
Message:

Added a warning for when a browser doesn't support Javascript.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • nethorus/app/views/layouts/application.rhtml

    r237 r258  
    5454    </ul> 
    5555   <% else %> 
    56    <p><%= flash[:notice] || "&nbsp;" %></p> 
     56   <p><%= flash[:notice] || "This application requires Javascript." %></p> 
    5757   <% end %> 
    5858   <p><small>Click to remove this notification</small></p>