Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Privacy
Imprint
Contact
Login methods
Sign in
Toggle navigation
Menu
Open sidebar
Nicola Justus
responsive-mpd
Commits
6b56bc98
Commit
6b56bc98
authored
Feb 21, 2016
by
Nicola Justus
Browse files
Removed icon from change-playlist button
Commented add-url button
parent
0baf53dc
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/views/playlist.scala.html
View file @
6b56bc98
...
@@ -73,9 +73,11 @@
...
@@ -73,9 +73,11 @@
<div
class=
"row"
>
<div
class=
"row"
>
@centeredColumn(4) {
@centeredColumn(4) {
@change_playlist(playlists)
@change_playlist(playlists)
<button
class=
"button success"
type=
"button"
@*
data-toggle=
"add-url-modal"
<button
class=
"button success"
type=
"button"
>
Add URL
</button>
data-toggle=
"add-url-modal"
>
Add URL
</button>
*@
}
}
</div>
</div>
...
...
app/views/templates/change_playlist.scala.html
View file @
6b56bc98
@(playlists:List[String])
@(playlists:List[String])
<button
class=
"button dropdown"
type=
"button"
<button
class=
"button dropdown"
type=
"button"
data-toggle=
"playlist-dropdown"
><li
class=
"fi-list-numbered"
></li>
Change Playlist
</button>
data-toggle=
"playlist-dropdown"
>
Change Playlist
</button>
<div
class=
"dropdown-pane"
id=
"playlist-dropdown"
<div
class=
"dropdown-pane"
id=
"playlist-dropdown"
data-dropdown
data-auto-focus=
"true"
>
data-dropdown
data-auto-focus=
"true"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment