From f89a56afe44e9b4467d39e43c10be0f84c12a5d1 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Tue, 31 Jan 2017 22:44:48 +0100 Subject: [PATCH] Typo fixed --- app/views/packages/details.slim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/packages/details.slim b/app/views/packages/details.slim index d583eae..63ca331 100644 --- a/app/views/packages/details.slim +++ b/app/views/packages/details.slim @@ -31,7 +31,7 @@ / Ask the user to add a description if not yet done - if screenshot.description.blank? .imgcaption - p Please add a brief a description of this screenshot: + p Please add a brief description of this screenshot: = form_tag(update_screenshot_description_path(screenshot.package.name, screenshot.id)) .input-group = text_field_tag 'description', nil, class: 'input-group-field', maxlength: 80