Commit 85b358ed authored by Jacob Schatz's avatar Jacob Schatz

Add tooltip to updated.

parent 061e6032
...@@ -52,7 +52,7 @@ export default RepoFile; ...@@ -52,7 +52,7 @@ export default RepoFile;
</td> </td>
<td v-if="!isMini" class="hidden-xs"> <td v-if="!isMini" class="hidden-xs">
<span class="commit-update">{{timeFormated(file.lastCommitUpdate)}}</span> <span class="commit-update" :title="tooltipTitle(file.lastCommitUpdate)">{{timeFormated(file.lastCommitUpdate)}}</span>
</td> </td>
</tr> </tr>
</template> </template>
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