myexperiment-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myexperiment-hackers] [3181] trunk: Tweak to WSDL deprecation appearanc


From: noreply
Subject: [myexperiment-hackers] [3181] trunk: Tweak to WSDL deprecation appearance
Date: Mon, 12 Nov 2012 10:21:12 +0000 (UTC)

Revision
3181
Author
fbacall
Date
2012-11-12 10:21:11 +0000 (Mon, 12 Nov 2012)

Log Message

Tweak to WSDL deprecation appearance

Modified Paths

Diff

Modified: trunk/app/views/workflows/_wsdl_deprecation.html.erb (3180 => 3181)


--- trunk/app/views/workflows/_wsdl_deprecation.html.erb	2012-11-07 11:49:35 UTC (rev 3180)
+++ trunk/app/views/workflows/_wsdl_deprecation.html.erb	2012-11-12 10:21:11 UTC (rev 3181)
@@ -1,21 +1,23 @@
+<% time_string = wsdl_deprecation.deprecated_at.strftime("#{wsdl_deprecation.deprecated_at.day.ordinalize} %B %Y") -%>
 <div class="wsdl_deprecation">
   <p>
-    <img src="" style="vertical-align: middle;"/>
+    <img src="" style="vertical-align: middle; float: left; margin: 0.5em"/>
     This workflow uses a service that
     <% if wsdl_deprecation.deprecated_at.past? %>
-      is deprecated as of <strong><%= wsdl_deprecation.deprecated_at.strftime("%d %b %Y") -%></strong>
+      is deprecated as of <strong><%= time_string -%></strong>
       (<%= time_ago_in_words(wsdl_deprecation.deprecated_at) -%> ago), and may no longer function.
     <% else %>
-      will be deprecated on <strong><%= wsdl_deprecation.deprecated_at.strftime("%d %b %Y") -%></strong>
+      will be deprecated on <strong><%= time_string -%></strong>
       (in <%= time_ago_in_words(wsdl_deprecation.deprecated_at) -%>), and may no longer function after this date.
     <% end %>
+    <a href=""  {el.toggle();})">Show details...</a>
   </p>
+  <p class="hidden" style="display :none">
+    <strong>Affected service WSDL:</strong> <%= wsdl_deprecation.wsdl %>
+  </p>
   <% unless wsdl_deprecation.details.nil? %>
-  <p>
+  <p class="hidden" style="display :none">
     <strong>Details:</strong> <%= wsdl_deprecation.details %>
   </p>
   <% end %>
-  <p>
-    <strong>Affected service WSDL:</strong> <%= wsdl_deprecation.wsdl %>
-  </p>
 </div>
\ No newline at end of file

Modified: trunk/public/stylesheets/styles.css (3180 => 3181)


--- trunk/public/stylesheets/styles.css	2012-11-07 11:49:35 UTC (rev 3180)
+++ trunk/public/stylesheets/styles.css	2012-11-12 10:21:11 UTC (rev 3181)
@@ -2386,4 +2386,5 @@
   background-color: #ffcccc;
   padding: 0.5em;
   border-radius: 3px;
+  margin-bottom: 1em;
 }

reply via email to

[Prev in Thread] Current Thread [Next in Thread]