app/views/wiki/locked.rhtml in Pimki-1.3.092 vs app/views/wiki/locked.rhtml in Pimki-1.4.092
- old
+ new
@@ -1,14 +1,14 @@
-<% @title = "#{@page.plain_name} is locked" %><%= sub_template "top" %>
-
-<% if @page.lock_duration(Time.now) == 0 %>
- <p><%= @page.locked_by_link %> just started editing this page.</p>
-<% else %>
- <p><%= @page.locked_by_link %> has been editing this page for <%= @page.lock_duration(Time.now) %> minutes.</p>
-<% end %>
-
-<p>
- <a href="<%= @page.name %>?break_lock=1">Edit the page anyway</a> |
- <a href="../show/<%= @page.name %>">Cancel</a>
-</p>
-
+<% @title = "#{@page.plain_name} is locked" %><%= sub_template "top" %>
+
+<% if @page.lock_duration(Time.now) == 0 %>
+ <p><%= @page.locked_by_link %> just started editing this page.</p>
+<% else %>
+ <p><%= @page.locked_by_link %> has been editing this page for <%= @page.lock_duration(Time.now) %> minutes.</p>
+<% end %>
+
+<p>
+ <a href="<%= @page.name %>?break_lock=1">Edit the page anyway</a> |
+ <a href="../show/<%= @page.name %>">Cancel</a>
+</p>
+
<%= sub_template "bottom" %>
\ No newline at end of file