Skip to content

Commit

Permalink
Cleaned up templates,
Browse files Browse the repository at this point in the history
  • Loading branch information
MeoMix committed May 20, 2015
1 parent 9748897 commit 219308f
Show file tree
Hide file tree
Showing 19 changed files with 22 additions and 20 deletions.
2 changes: 1 addition & 1 deletion src/template/icon/addIcon_18.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/template/icon/deleteIcon_18.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/template/icon/moreActionsIcon_18.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/template/icon/pauseIcon_18.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/template/icon/pauseIcon_30.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/template/icon/playIcon_18.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/template/icon/playIcon_30.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/template/icon/radioIcon_18.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/template/icon/repeatIcon_18.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/template/icon/repeatOneIcon_18.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/template/icon/saveIcon_18.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/template/icon/shuffleIcon_18.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/template/icon/volumeDownIcon_24.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/template/icon/volumeMuteIcon_24.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/template/icon/volumeOffIcon_24.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/template/icon/volumeUpIcon_24.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion src/template/notification/notification.html
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
<%= message %>
<div class='notification-content panel-content panel-content--fadeInOut'>
<%= message %>
</div>
2 changes: 1 addition & 1 deletion src/template/stream/activeStreamItem.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="activeStreamItem-title u-textOverflowEllipsis text" data-ui='textTooltipable' data-tooltip-text="<%- title %>">
<div class='activeStreamItem-title u-textOverflowEllipsis text' data-ui='textTooltipable' data-tooltip-text='<%- title %>'>
<%- title %>
</div>

Expand Down
2 changes: 1 addition & 1 deletion src/template/stream/timeArea.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<div class='rangeInput-wrapper rangeInput-wrapper--horizontal'>
<div data-ui='timeProgress' class='rangeInput-progress'></div>
<input data-ui='timeRange' class='rangeInput u-clickable' type='range' max="<%= totalTime %>">
<input data-ui='timeRange' class='rangeInput u-clickable' type='range' max='<%= totalTime %>'>
</div>

<div data-ui='tooltipable' class='timeArea-label text u-textAlignRight' data-tooltip-text='<%- totalTimeMessage %>'>
Expand Down

0 comments on commit 219308f

Please sign in to comment.