Skip to content

Commit

Permalink
Fixed issue not showing file status in commit details
Browse files Browse the repository at this point in the history
  • Loading branch information
ole1986 committed Feb 8, 2020
1 parent ac4a9c5 commit 2df1656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser/src/components/LogView/Commit/FileEntry/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export class FileEntry extends React.Component<FileEntryProps> {
}
const style = {
marginLeft: '0.3em',
backgroundImage: `url('icons/${theme}/${icon}')`,
backgroundImage: `url('${window['server_url']}icons/${theme}/${icon}')`,
display: 'inline-block',
height: '0.9em',
width: '0.9em',
Expand Down

0 comments on commit 2df1656

Please sign in to comment.