Commit 4490a57f authored by Sam Rose's avatar Sam Rose

Revise tooltip message and warning text

parent 8dced28a
...@@ -13,10 +13,11 @@ ...@@ -13,10 +13,11 @@
<div> <div>
<div class="events-description"> <div class="events-description">
{{ stage.description }} {{ stage.description }}
<span class="pull-right has-tooltip" <span v-if="items.length <= 50" class="pull-right">
title="Limited to a maximum of 50 events" <i class="fa fa-warning has-tooltip"
data-placement="top"> title="Limited to showing 50 events at most"
Showing {{ items.length }} events data-placement="top"></i>
Showing 50 events
</span> </span>
</div> </div>
<ul class="stage-event-list"> <ul class="stage-event-list">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment