Sha256: e44f469df962f46a9317fb16859c86921ad71a5d824e269ac0b182e53790b163
Contents?: true
Size: 516 Bytes
Versions: 24
Compression:
Stored size: 516 Bytes
Contents
<p id="notice"><%= notice %></p> <strong>Indetifier:</strong> <%= @source.identifier %> <br/> <strong>Url:</strong> <%= @source.url %> <br/> <strong>API key:</strong> <%= @source.api_key %> <br/> <strong>Last updated at:</strong> <%= @source.last_updated_at.to_s(:db) unless @source.last_updated_at.nil? %> <%= link_to '(touch!)', touch_source_path(@source), :method => :put, :data => { :confirm => 'Are you sure?' } %> <br/> <%= link_to 'Edit', edit_source_path(@source) %> | <%= link_to 'Back', sources_path %>
Version data entries
24 entries across 24 versions & 2 rubygems