Sha256: 0930e1dec367a21a9fe0eb5ae0a6f2505b887660f8550777cd624b6e479335b7
Contents?: true
Size: 492 Bytes
Versions: 1
Compression:
Stored size: 492 Bytes
Contents
<h1 id="title"><%= @route.verb + " " + @route.path %></h1> <p><pre class="route-url"><%= File.join(request.protocol, request.host_with_port, @route.path) %></pre></p> <%= @route.description %> <div class="markdown"><%= @route.content %></div> <%= button_to "Update", edit_route_path(generate_name(@route.verb, @route.path)), :method => :get %> <% if @route.updated_at %> <h4>This document has been updated at: <%= Time.at(@route.updated_at).strftime('%H:%M:%S, %A %d, %B') %></h4> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
docushin-0.0.2 | app/views/docushin/routes/show.html.erb |