File tree 1 file changed +4
-8
lines changed
1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change 1
1
< div class ="card " style ="clear:left; <% if local_assigns [ :grey ] %> background:#eee; <% end %> ">
2
2
< div class ="card-body ">
3
3
4
+ < a class ="ellipsis pull-right " data-toggle ="dropdown " style ="cursor:pointer "> < i class ="fa fa-ellipsis-h " style ="color:#666;font-size:18px;margin-right:10px; "> </ i > </ a >
4
5
<% if tag . name . include? ':' %>
5
- < a href ="https://publiclab.org/wiki/power-tags ">
6
- < span class ="fa fa-question-circle " style =" margin-left:140px; " > </ span >
6
+ < a href ="https://publiclab.org/wiki/power-tags " class =" pull-right " style =" margin:0px 12px; " >
7
+ < span class ="fa fa-question-circle "> </ span >
7
8
</ a >
8
9
<% end %>
9
- < a class ="ellipsis pull-right " data-toggle ="dropdown " style ="cursor:pointer "> < i class ="fa fa-ellipsis-h " style ="color:#666;font-size:18px;margin-right:10px; "> </ i > </ a >
10
10
< div class ="dropdown-menu " style = "font-size:13px; ">
11
11
< div class ="dropdown-item "> < a href ='/tag/ <%= tag . name %> ' style ="color:black; text-decoration: underline; "> <%= Tag . tagged_node_count ( tag . name ) || 0 %> notes</ a > </ div >
12
12
< div class ="dropdown-item "> created by < a href ='/profile/ <%= tag . try ( :author ) . try ( :username ) %> ' style ="color:black; text-decoration: underline; "> <%= tag . try ( :author ) . try ( :username ) %> </ a > <%= time_ago_in_words ( Time . at ( tag . date ) ) %> ago</ div >
27
27
</ div >
28
28
29
29
< a href ="/tag/ <%= tag . name %> ">
30
- <% if !tag . name . include? ':' %>
31
- < h5 style ="text-decoration:underline;color:black; "> <%= tag . name %> </ h5 >
32
- <% else %>
33
- < h5 style ="text-decoration:underline;color:black;margin-top:-25px; "> <%= tag . name %> </ h5 >
34
- <% end %>
30
+ < h5 style ="text-decoration:underline;color:black; "> <%= tag . name %> </ h5 >
35
31
</ a >
36
32
<% if !tag . name . include? ':' %>
37
33
< p style ="font-size:15px; ">
You can’t perform that action at this time.
0 commit comments