Sha256: 7f12e28097ffb79e764efd316e06b3d333ab555e1ce702a5d646dc1bd69f652a

Contents?: true

Size: 818 Bytes

Versions: 69

Compression:

Stored size: 818 Bytes

Contents

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
	<meta name="generator" content="<%=h TDIARY_VERSION %>">
	<title>Plugin Error</title>
</head>
<body>
<h1>Plugin Error</h1>
<%
	if self.kind_of?( TDiary::TDiaryAdmin ) and @date then
		update = %Q[<a href="#{h @conf.update}?edit=true;#{@date.strftime( 'year=%Y;month=%m;day=%d' )}">Edit(#{@date.strftime( '%Y-%m-%d' )})</a>]
	else
		update = %Q[<a href="#{h @conf.update}">Update</a>]
	end
%>
<p style="font-size: large;"><strong>
	Errors in plugins?
	Retry to <%= update %> or <a href="<%=h @conf.update %>?conf=default">Configure</a>.
</strong></p>
<blockquote>
	<strong><%=h $!.class %></strong><br>
	<pre><%=h $! %></pre>
	<pre><%=h $!.backtrace.join("\n") %></pre>
</blockquote>
</body>
</html>

Version data entries

69 entries across 58 versions & 1 rubygems

Version Path
tdiary-5.3.0 views/plugin_error.rhtml
tdiary-5.2.4 views/plugin_error.rhtml
tdiary-5.2.3 views/plugin_error.rhtml
tdiary-5.2.2 views/plugin_error.rhtml
tdiary-5.2.1 views/plugin_error.rhtml
tdiary-5.2.0 views/plugin_error.rhtml
tdiary-5.1.7 views/plugin_error.rhtml
tdiary-5.1.6 vendor/bundle/ruby/2.7.0/gems/tdiary-5.1.5/vendor/bundle/ruby/3.0.0/gems/tdiary-5.1.4/views/plugin_error.rhtml
tdiary-5.1.6 vendor/bundle/ruby/2.7.0/gems/tdiary-5.1.5/views/plugin_error.rhtml
tdiary-5.1.6 views/plugin_error.rhtml
tdiary-5.1.5 vendor/bundle/ruby/3.0.0/gems/tdiary-5.1.4/views/plugin_error.rhtml
tdiary-5.1.5 views/plugin_error.rhtml
tdiary-5.1.4 views/plugin_error.rhtml
tdiary-5.1.3 views/plugin_error.rhtml
tdiary-5.1.2 views/plugin_error.rhtml
tdiary-5.1.2 vendor/bundle/ruby/2.6.0/gems/tdiary-5.0.14/views/plugin_error.rhtml
tdiary-5.1.1 views/plugin_error.rhtml
tdiary-5.1.1 vendor/bundle/ruby/2.6.0/gems/tdiary-5.0.14/views/plugin_error.rhtml
tdiary-5.1.0 views/plugin_error.rhtml
tdiary-5.0.14 views/plugin_error.rhtml