Sha256: 4e45fc7c02f82b166d026beba651047423e2bea16c89451705004e2b0c20b90e

Contents?: true

Size: 492 Bytes

Versions: 5

Compression:

Stored size: 492 Bytes

Contents

<% @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" %>

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
Pimki-1.0.092 app/views/wiki/locked.rhtml
Pimki-1.1.092 app/views/wiki/locked.rhtml
Pimki-1.2.092 app/views/wiki/locked.rhtml
Pimki-1.3.092 app/views/wiki/locked.rhtml
instiki-0.9.2 app/views/wiki/locked.rhtml