parent
0a2b91fa17
commit
80e74e4dd7
@ -0,0 +1,18 @@
|
|||||||
|
<style type="text/css">
|
||||||
|
#tag {
|
||||||
|
background-color: #dbe4ee;
|
||||||
|
border-radius: 5px 5px 5px 5px;
|
||||||
|
color: #3a587d !important;
|
||||||
|
padding: 0px 4px;
|
||||||
|
margin: 3px;
|
||||||
|
display: inline-block;
|
||||||
|
font-size: 11px;
|
||||||
|
text-decoration: none;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
<% for tag in @tags %>
|
||||||
|
<span id="tag">
|
||||||
|
<%= tag.name %>
|
||||||
|
</span>
|
||||||
|
<% end %>
|
Loading…
Reference in new issue