Skip to content

Commit

Permalink
Fix connected displaying
Browse files Browse the repository at this point in the history
Signed-off-by: Bruno Lesieur <[email protected]>
  • Loading branch information
MachinisteWeb committed May 2, 2017
1 parent 3eb387b commit 8932122
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 4 additions & 0 deletions assets/stylesheets/common-min1160.css
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ body {
padding-bottom: 64px;
}

.form-update-article {
margin-bottom: 32px;
}



/***********/
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blog-atlas",
"version": "0.29.0",
"version": "0.30.0",
"author": "Bruno Lesieur <[email protected]>",
"description": "Exemple de développement de site Node.js.",
"private": false,
Expand Down
2 changes: 1 addition & 1 deletion views/partials/article.htm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<? if (backend && backend.article) { ?>

<? if (session.account) { ?>
<form class="form-account-logout" action="" method="post">
<form class="form-update-article" action="" method="post">
<div class="submit">
<label><button class="update-article-button"><span class="fa fa-pencil-square-o" aria-hidden="true"></span> <?= specific.article.updateArticle.button ?></button></label>
<label><button data-prompt="<?= specific.article.updateArticle.prompt ?>" class="delete-article-button"><span class="fa fa-trash" aria-hidden="true"></span> <?= specific.article.updateArticle.delete ?></button></label>
Expand Down

0 comments on commit 8932122

Please sign in to comment.