Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit a69dc20

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/master' into activatePrecommitHooks
2 parents 0491326 + 1939e5d commit a69dc20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

js/templates/itemShort.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
style="background-image: <% if(ob.avatar_hash && ob.avatarURL) { %> url(<%= ob.avatarURL %>), <% } %>url(imgs/defaultUser.png);"></div>
1919
<% } %>
2020
<div class="js-item pad8Left <% if(ob.title.length >= 30) { %>tooltip<% } %>"
21-
<% if(ob.title.length >= 30) { %>data-tooltip="<%= ob.title.substring(0, 40) %>"<% } %> data-id="<%= ob.contract_hash %>">
21+
<% if(ob.title.length >= 30) { %>data-tooltip="<%= ob.title %>"<% } %> data-id="<%= ob.contract_hash %>">
2222
<div class="textSize14px noOverflow textOpacity1 js-searchTitle">
2323
<%= ob.title %>
2424
</div>

js/templates/pageNav.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ <h3 class="margin0 marginTop25"><%= polyglot.t('Discover') %></h3>
153153
<a class="btn btn-togRight btn-fwd ion-chevron-right js-navFwd custCol-primary custCol-text fontSize13 tooltip" data-tooltip="<%= polyglot.t('nav.Forward') %>"></a>
154154
</div>
155155
<div class="ctrlGroup">
156-
<a class="btn btn-home ion-refresh custCol-primary custCol-text js-navRefresh tooltip" data-tooltip="<%= polyglot.t('Reload') %> <%= config.keyShortcutPrefix + config.keyShortcuts.refresh.toUpperCase() %>"> </a>
156+
<a class="btn btn-home ion-refresh custCol-primary custCol-text js-navRefresh tooltip" data-tooltip="<%= polyglot.t('Reload') %> (<%= config.keyShortcutPrefix + config.keyShortcuts.refresh.toUpperCase() %>)"> </a>
157157
</div>
158158
<div class="ctrlGroup flexExpand">
159159
<div class="txtFieldWrapper searchWrapper mainSearchWrapper js-mainSearchWrapper">

0 commit comments

Comments
 (0)