Sha256: 70c07fca0cc18b36e4e68bc0c2a3d52fc70fdec9a703a878f666d4799a5f3a03
Contents?: true
Size: 735 Bytes
Versions: 1
Compression:
Stored size: 735 Bytes
Contents
<% if @re_publications.nil? || @re_publications["publications"].nil? || @re_publications["publications"].empty? %> <h6 class="left-50 red"><em>Not Published</em></h6> <% else %> <% @re_publications["publications"].each do |re_publication| %> <div class="clear top-2"></div> <div class="left-10 right-5"> <span class="re-code-small float-left blue">V.<%= re_publication["plan_version"] %></span> <span class="re-code-small left-5 float-left"> <%= re_publication["version_tag"] %> </span> <span class="re-code-small float-right"> <%= re_publication["published_at"].nil? ? '' : Time.parse(re_publication["published_at"]).strftime('%d %b %Y - %H:%M') %> </span> <hr/> </div> <% end %> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rules_engine-0.3.3 | app/views/re_publications/_show_update.html.erb |