9426: test Tags tab
[arvados.git] / apps / workbench / app / views / collections / _show_tag_rows.html.erb
index da699256e9f818c44456ea9fc8e4303447dafd0d..653fb377050683e3ebc7091db1ae628af2f1c362 100644 (file)
@@ -7,10 +7,10 @@
             <td>
               <i class="glyphicon glyphicon-remove collection-tag-remove hide" style="cursor: pointer;"></i>
             </td>
-            <td class="collection-tag-field">
+            <td class="collection-tag-field collection-tag-field-key">
               <%= k %>
             </td>
-            <td class="collection-tag-field">
+            <td class="collection-tag-field collection-tag-field-value">
               <%= v %>
             </td>
           </tr>
@@ -21,6 +21,6 @@
           <td>
             <i class="glyphicon glyphicon-remove collection-tag-remove hide" style="cursor: pointer"></i>
           </td>
-          <td class="collection-tag-field"></td>
-          <td class="collection-tag-field"></td>
+          <td class="collection-tag-field collection-tag-field-key"></td>
+          <td class="collection-tag-field collection-tag-field-value"></td>
         </tr>