mirror of
https://github.com/diaspora/diaspora.git
synced 2026-04-29 03:01:03 -04:00
new album partial has a title. album title is in italics in new photo partial
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
%h1 Add a new album
|
||||
|
||||
= form_for Album.new do |f|
|
||||
= f.error_messages
|
||||
%p
|
||||
|
||||
@@ -20,7 +20,9 @@
|
||||
});
|
||||
});
|
||||
|
||||
%h1= "Add photos to #{album.name}"
|
||||
%h1
|
||||
Add photos to
|
||||
%i= album.name
|
||||
= form_for photo, :html => {:multipart => true} do |f|
|
||||
= f.error_messages
|
||||
= f.hidden_field :album_id, :value => album.id
|
||||
|
||||
Reference in New Issue
Block a user