mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 20:18:00 +01:00
Added 'Create Gallery' button to Galleries page. Dunno if it's in the right spot or whatever, and the 'Create Gallery' page isn't really helpful if you don't already know what image to use as a cover, but at least this gets their foot in the door. (#133)
This commit is contained in:
parent
6ba8f22311
commit
a20d42c38e
1 changed files with 4 additions and 0 deletions
|
@ -28,6 +28,10 @@ elixir:
|
|||
|
||||
.field
|
||||
= submit "Search", class: "button button--state-primary"
|
||||
.block
|
||||
.block__header
|
||||
a href="/galleries/new" title="Create Gallery"
|
||||
' Create Gallery
|
||||
|
||||
.column-layout__main
|
||||
.block
|
||||
|
|
Loading…
Reference in a new issue