Skip to content

Commit

Permalink
fixed #97
Browse files Browse the repository at this point in the history
  • Loading branch information
albogdano committed Oct 29, 2018
1 parent 42a96a6 commit 4c389e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Expand Up @@ -146,6 +146,7 @@ public String createAjax(HttpServletRequest req, Model model) {
return "redirect:" + FEEDBACKLINK;
} else {
model.addAttribute("error", error);
model.addAttribute("write", true);
return "base";
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/templates/feedback.vm
Expand Up @@ -145,7 +145,7 @@
#paginate("\#questionspage(\$feedbacklist)" $itemcount "" "page")
#end

<div class="center-align">
<div class="center-align mvl">
<a href="$feedbacklink/write" class="btn btn-large waves-effect waves-light"><b>$!{lang.get('feedback.write')}</b></a>
</div>
#end
Expand Down

0 comments on commit 4c389e5

Please sign in to comment.