Sha256: f1fa6c9d5690d5bd2b583350b9f599e4c2296a94a5043d8de425638004d84629

Contents?: true

Size: 409 Bytes

Versions: 15

Compression:

Stored size: 409 Bytes

Contents

      <div id="notice">
      <% if flash[:notice] || flash['notice'] || flash[:message] || flash['message'] %>
        <%=flash[:notice]%>
        <%=flash['notice']%>
        <%=flash[:message]%>
        <%=flash['message']%>
		<%=javascript_tag update_page {|page|
			page.show 'notice'
		   } %>
	  <% else %>
		<%=javascript_tag update_page {|page|
			page.hide 'notice'
		   } %>
	  <% end %>
	  </div>

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
backlog-0.11.0 app/views/layouts/_notice.rhtml
backlog-0.12.0 app/views/layouts/_notice.rhtml
backlog-0.12.1 app/views/layouts/_notice.rhtml
backlog-0.12.2 app/views/layouts/_notice.rhtml
backlog-0.12.3 app/views/layouts/_notice.rhtml
backlog-0.12.4 app/views/layouts/_notice.rhtml
backlog-0.14.0 app/views/layouts/_notice.rhtml
backlog-0.13.1 app/views/layouts/_notice.rhtml
backlog-0.13.0 app/views/layouts/_notice.rhtml
backlog-0.14.3 app/views/layouts/_notice.rhtml
backlog-0.14.1 app/views/layouts/_notice.rhtml
backlog-0.14.2 app/views/layouts/_notice.rhtml
backlog-0.15.0 app/views/layouts/_notice.rhtml
backlog-0.14.4 app/views/layouts/_notice.rhtml
backlog-0.15.1 app/views/layouts/_notice.rhtml