This repository was archived by the owner on May 16, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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 ">
You can’t perform that action at this time.
0 commit comments