Sha256: c91fb870263eaf27a1bb4d93e7740c12f18ebfa5b8f03093bed34b241f2779bc

Contents?: true

Size: 479 Bytes

Versions: 6

Compression:

Stored size: 479 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

6 entries across 6 versions & 1 rubygems

Version Path
Pimki-1.4.092 app/views/wiki/locked.rhtml
Pimki-1.5.092 app/views/wiki/locked.rhtml
Pimki-1.6.092 app/views/wiki/locked.rhtml
Pimki-1.7.092 app/views/wiki/locked.rhtml
Pimki-1.8.092 app/views/wiki/locked.rhtml
Pimki-1.8.200 app/views/wiki/locked.rhtml