Skip to content

Commit

Permalink
also hide email button on gallery page
Browse files Browse the repository at this point in the history
  • Loading branch information
digitaltom committed Jul 3, 2018
1 parent 4e1f630 commit c027bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/templates/picture_set_gallery.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
.row.text-center
%a.btn.btn-default.btn-lg{ 'ng-href' => "#/picture_set/{{picture_set.date}}" }
%b Back
%a.btn.btn-default.btn-lg{ 'ng-href' => "#/picture_set/{{picture_set.date}}/email" }
%a.btn.btn-default.btn-lg{ 'ng-show' => 'send_by_email', 'ng-href' => "#/picture_set/{{picture_set.date}}/email" }
%b Send per email

0 comments on commit c027bc2

Please sign in to comment.