[ARVADOS] updated: e951b096aa97b51adf0a0bcf08688e1379efbdb3
git at public.curoverse.com
git at public.curoverse.com
Fri Aug 22 08:35:09 EDT 2014
Summary of changes:
apps/workbench/app/assets/stylesheets/projects.css.scss | 6 ------
.../app/views/projects/_show_contents_rows.html.erb | 17 -----------------
2 files changed, 23 deletions(-)
via e951b096aa97b51adf0a0bcf08688e1379efbdb3 (commit)
from 73bbd418892be34d89a1274d9bfe4218f96bf886 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit e951b096aa97b51adf0a0bcf08688e1379efbdb3
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Fri Aug 22 08:35:01 2014 -0400
3504: Back out tags on project rows. Revisit in a later story.
diff --git a/apps/workbench/app/assets/stylesheets/projects.css.scss b/apps/workbench/app/assets/stylesheets/projects.css.scss
index a453a54..53b352d 100644
--- a/apps/workbench/app/assets/stylesheets/projects.css.scss
+++ b/apps/workbench/app/assets/stylesheets/projects.css.scss
@@ -10,9 +10,3 @@ div.scroll-20em {
height: 20em;
overflow-y: scroll;
}
-.label-info a {
- color: white;
-}
-.removable-tag:hover {
- cursor: pointer;
-}
\ No newline at end of file
diff --git a/apps/workbench/app/views/projects/_show_contents_rows.html.erb b/apps/workbench/app/views/projects/_show_contents_rows.html.erb
index 2afbf3f..e1996a7 100644
--- a/apps/workbench/app/views/projects/_show_contents_rows.html.erb
+++ b/apps/workbench/app/views/projects/_show_contents_rows.html.erb
@@ -27,23 +27,6 @@
<td>
<%= render_editable_attribute (name_link || object), 'name', nil, {tiptitle: 'rename'} %>
- <br>
- <span class="tags-span">
- <span class="removable-tag-container">
- <% links_for_object(object).select{|link|link.link_class=='tag'}.each do |tag_link| %>
- <span class="label label-info" data-tag-link-uuid="<%= tag_link.uuid %>">
- <%# FIXME: link tag to search dialog or something # link_to tag_link.name, controller: "links", filters: [["link_class", "=", "tag"], ["name", "=", tag_link.name]].to_json %>
- <%= tag_link.name %>
- <% if tag_link.owner_uuid == current_user.uuid or current_user.is_admin %>
- <span class="removable-tag">
- <a title="Delete tag"><i class="fa fa-fw fa-trash-o"></i></a>
- </span>
- <% end %>
- </span>
- <% end %>
- </span>
- <a class="btn btn-xs btn-info add-tag-button" data-remote-href="<%= url_for(controller: 'links', action: 'create') %>" data-remote-method="post"><i class="glyphicon glyphicon-plus"></i> Tag</a>
- </span>
</td>
<td class="arv-description-in-table">
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list