Sha256: 2139ee277149ddb09b72e6230d41477942ccb427bd49b61b82b1a246f295419c

Contents?: true

Size: 907 Bytes

Versions: 9

Compression:

Stored size: 907 Bytes

Contents

<%
# WontoMedia - a wontology web application
# Copyright (C) 2010 - Glen E. Ivey
#    www.wontology.com
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License version
# 3 as published by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
# Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program in the file COPYING and/or LICENSE.  If not,
# see "http://www.gnu.org/licenses/".
%>

<% if flash[:error] %>
  <p style="color: red"><%= flash[:error] %></p>
<% end %>
<% if flash[:notice] %>
  <p style="color: green"><%= flash[:notice] %></p>
<% end %>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
wontomedia-1.0.2 app/views/layouts/_status_msgs.html.erb
wontomedia-1.0.1 app/views/layouts/_status_msgs.html.erb
wontomedia-1.0.0 app/views/layouts/_status_msgs.html.erb
wontomedia-0.2.1 app/views/layouts/_status_msgs.html.erb
wontomedia-0.2.0 app/views/layouts/_status_msgs.html.erb
wontomedia-0.1.1 app/views/layouts/_status_msgs.html.erb
wontomedia-0.1.0 app/views/layouts/_status_msgs.html.erb
wontomedia-0.0.2 app/views/layouts/_status_msgs.html.erb
wontomedia-0.0.1 app/views/layouts/_status_msgs.html.erb