Sha256: 98836d9d8eac8aedff1ae26bf30d765800c5408149de5a642e7e0b08305e5961
Contents?: true
Size: 245 Bytes
Versions: 3
Compression:
Stored size: 245 Bytes
Contents
<% if @page.errors.any? %> alert <%=raw @ticket.errors.to_a.to_json %> <% else %> $(".page_<%= @page.id %> .last-updated") .replaceWith('<%=j render 'last_updated' %>') $(".page_<%= @page.id %> .last-updated time").timeago() <% end %>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tawork-0.0.5 | app/views/wiki/pages/update.js.coffee |
tawork-0.0.4 | app/views/wiki/pages/update.js.coffee |
tawork-0.0.3 | app/views/wiki/pages/update.js.coffee |