diff --git a/apps/app/priv/templates/phx.gen.html/show.html.eex b/apps/app/priv/templates/phx.gen.html/show.html.eex index 0568fef3..862970e9 100644 --- a/apps/app/priv/templates/phx.gen.html/show.html.eex +++ b/apps/app/priv/templates/phx.gen.html/show.html.eex @@ -9,18 +9,12 @@ -
- <%= link "Keep Reading", to: Routes.posts_path(@conn, :show, post) %> -
- <% end %> - <%= render "pagination.html", conn: @conn, post: post %> -+ <%= link "Keep Reading", to: Routes.posts_path(@conn, :show, post) %> +
+ <% end %> + <%= render "pagination.html", conn: @conn, post: post %> +This content is password protected. To view it please enter your password below:
-- <%= label f, :post_password do %> - Password: - <% end %> -
-- -
-<% end %> diff --git a/apps/content/lib/content_web/templates/posts/static_pages/theming/_buttons.html.eex b/apps/content/lib/content_web/templates/posts/static_pages/theming/_buttons.html.eex deleted file mode 100644 index 80c11779..00000000 --- a/apps/content/lib/content_web/templates/posts/static_pages/theming/_buttons.html.eex +++ /dev/null @@ -1,156 +0,0 @@ -Nullam quis risus eget urna mollis ornare vel eu leo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nullam id dolor id nibh ultricies vehicula.
-Nullam quis risus eget urna mollis ornare vel eu leo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nullam id dolor id nibh ultricies vehicula.
-This line of text is meant to be treated as fine print.
-The following snippet of text is rendered as bold text.
-The following snippet of text is rendered as italicized text.
-An abbreviation of the word attribute is attr.
-Person | -Calories | -Fat | -Protein | - - -
---|---|---|---|
Delmar | -36 | -36g | -2g | -
Louise | -24 | -24g | -29g | -
Terrell | -22 | -11g | -9g | -
Marion | -7 | -35g | -3g | -
Clayton | -7 | -38g | -20g | -
Person | -Calories | -Fat | -Protein | - - -
---|---|---|---|
Drema | -15 | -26g | -8g | -
Nona | -11 | -21g | -16g | -
Isidra | -34 | -43g | -11g | -
Bart | -41 | -40g | -30g | -
Nguyet | -41 | -44g | -28g | -
Person | -Calories | -Fat | -Protein | - - -
---|---|---|---|
Mirna | -1 | -28g | -29g | -
Fernando | -38 | -2g | -48g | -
Lisette | -18 | -9g | -23g | -
Ahmad | -42 | -26g | -49g | -
Laquanda | -27 | -27g | -49g | -
Person | -Calories | -Fat | -Protein | - - -
---|---|---|---|
Drema | -15 | -26g | -8g | -
Nona | -11 | -21g | -16g | -
Isidra | -34 | -43g | -11g | -
Bart | -41 | -40g | -30g | -
Nguyet | -41 | -44g | -28g | -
Person | -Calories | -Fat | -Protein | - - -
---|---|---|---|
Tasia | -12 | -7g | -21g | -
Ronnie | -38 | -37g | -38g | -
Gabriel | -30 | -46g | -46g | -
Logan | -12 | -21g | -39g | -
Clare | -39 | -41g | -2g | -
Person | -Calories | -Fat | -Protein | - - -
---|---|---|---|
Rosaline | -5 | -35g | -6g | -
Barrie | -27 | -23g | -28g | -
Trinidad | -14 | -50g | -7g | -
Jaqueline | -31 | -30g | -50g | -
Tamala | -18 | -6g | -13g | -
Person | -Calories | -Fat | -Protein | - - -
---|---|---|---|
Lianne | -23 | -32g | -43g | -
Joette | -21 | -13g | -31g | -
Le | -28 | -39g | -23g | -
Sacha | -46 | -43g | -13g | -
Bruna | -9 | -47g | -12g | -
- | Calories | -Fat | -Protein | - - -
---|---|---|---|
Lianne | -23 | -32g | -43g | -
Joette | -21 | -13g | -31g | -
Le | -28 | -39g | -23g | -
Sacha | -46 | -43g | -13g | -
Bruna | -9 | -47g | -12g | -
Person | -Calories | -Fat | -Protein | - - -
---|---|---|---|
Lianne | -23 | -32g | -43g | -
Joette | -21 | -13g | -31g | -
Le | -28 | -39g | -23g | -
Sacha | -46 | -43g | -13g | -
Bruna | -9 | -47g | -12g | -
Person | -Calories | -Fat | -Protein | - - -
---|---|---|---|
Lianne | -23 | -32g | -43g | -
Joette | -21 | -13g | -31g | -
Le | -28 | -39g | -23g | -
Sacha | -46 | -43g | -13g | -
Bruna | -9 | -47g | -12g | -
Oops, something went wrong! Please check the errors below.
-- |
---|
- <%= link "Show", to: Routes.comment_path(@conn, :show, comment), class: "btn btn-default btn-xs" %> - <%= link "Edit", to: Routes.comment_path(@conn, :edit, comment), class: "btn btn-default btn-xs" %> - <%= link "Delete", to: Routes.comment_path(@conn, :delete, comment), method: :delete, data: [confirm: "Are you sure?"], class: "btn btn-danger btn-xs" %> - | -