more recovery
This commit is contained in:
parent
34291340b2
commit
fdd1a5d93b
6 changed files with 32 additions and 11 deletions
|
|
@ -6,7 +6,7 @@
|
|||
%li= your_albums_link
|
||||
|
||||
.button.right#add_album_button
|
||||
= link_to 'new album', "#"
|
||||
= link_to 'New Album', "#"
|
||||
|
||||
#add_album_box.contextual_pane
|
||||
= render "albums/new_album"
|
||||
|
|
@ -17,5 +17,6 @@
|
|||
#pagination
|
||||
= will_paginate @albums
|
||||
|
||||
%h3
|
||||
= link_to "make a new album", new_album_path unless params[:friends]
|
||||
#content_bottom
|
||||
.back
|
||||
= link_to "⇧ home", root_path
|
||||
|
|
|
|||
|
|
@ -4,10 +4,12 @@
|
|||
= @photo.image
|
||||
|
||||
.button.right
|
||||
= link_to 'edit', '#'
|
||||
= link_to 'Edit', '#'
|
||||
|
||||
.sub_header
|
||||
= link_to "full size", @photo.image.url
|
||||
|
||||
%div{:id => @photo.id}
|
||||
= link_to "full size", @photo.image.url
|
||||
|
||||
#show_photo
|
||||
= link_to_prev @photo, @album
|
||||
|
|
|
|||
|
|
@ -1,7 +1,8 @@
|
|||
= form_for @request do |f|
|
||||
= f.error_messages
|
||||
|
||||
enter a diaspora url, diaspora username, or random email address:
|
||||
Enter a Diaspora URL, Diaspora username, or random email address:
|
||||
.field_with_submit
|
||||
= f.text_field :destination_url
|
||||
= f.submit
|
||||
|
||||
|
|
|
|||
|
|
@ -11,3 +11,6 @@
|
|||
- for request in @remote_requests
|
||||
= render "request", :request => request
|
||||
|
||||
#content_bottom
|
||||
.back
|
||||
= link_to "⇧ home", root_path
|
||||
|
|
|
|||
|
|
@ -345,7 +345,7 @@ ul#publisher_content_pickers li {
|
|||
-moz-border-radius: 3px; }
|
||||
|
||||
.field_with_submit input[type='text'] {
|
||||
width: 85%;
|
||||
width: 82%;
|
||||
display: inline; }
|
||||
|
||||
h1.big_text {
|
||||
|
|
@ -374,3 +374,10 @@ h1.big_text {
|
|||
|
||||
.show_post_comments ul.comment_set {
|
||||
width: 100%; }
|
||||
|
||||
.sub_header {
|
||||
text-align: center;
|
||||
font-style: italic;
|
||||
margin-top: -5px;
|
||||
margin-bottom: 15px;
|
||||
color: #999999; }
|
||||
|
|
|
|||
|
|
@ -423,7 +423,7 @@ ul#publisher_content_pickers li
|
|||
|
||||
.field_with_submit
|
||||
input[type='text']
|
||||
:width 85%
|
||||
:width 82%
|
||||
:display inline
|
||||
|
||||
h1.big_text
|
||||
|
|
@ -445,9 +445,6 @@ h1.big_text
|
|||
:font
|
||||
:size 12px
|
||||
|
||||
|
||||
|
||||
|
||||
#content_bottom
|
||||
:position relative
|
||||
:line-height 36px
|
||||
|
|
@ -464,3 +461,13 @@ h1.big_text
|
|||
|
||||
.show_post_comments ul.comment_set
|
||||
:width 100%
|
||||
|
||||
.sub_header
|
||||
:text
|
||||
:align center
|
||||
:font
|
||||
:style italic
|
||||
:margin
|
||||
:top -5px
|
||||
:bottom 15px
|
||||
:color #999
|
||||
|
|
|
|||
Loading…
Reference in a new issue