Skip to content

Commit

Permalink
[enhance] stdlib: tringle icon for simpletable sorting rows
Browse files Browse the repository at this point in the history
  • Loading branch information
Ida Swarczewskaja authored and BourgerieQuentin committed Oct 11, 2011
1 parent a61804b commit 600723e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/components/simpletable/simpletable.opa
Expand Up @@ -156,7 +156,7 @@ CSimpleTable = {{
| ~{title sort filter} -> | ~{title sort filter} ->
id = Dom.fresh_id() id = Dom.fresh_id()
sort_html = match sort with sort_html = match sort with
| {some=f} -> <a onclick={_ -> CSimpleTable.send(channel,{SortRows=(f,some(id))})}>Δ</a> | {some=f} -> <a onclick={_ -> CSimpleTable.send(channel,{SortRows=(f,some(id))})}><span class="icon icon-triangle-n"></span></a>
| {none} -> <></> | {none} -> <></>
end end
filter_html = match filter with filter_html = match filter with
Expand Down

0 comments on commit 600723e

Please sign in to comment.