Преглед на файлове

Improve styling in help message

Camelid преди 4 години
родител
ревизия
b11a292505
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      src/notification_listing.rs

+ 2 - 2
src/notification_listing.rs

@@ -54,8 +54,8 @@ pub async fn render(db: &DbClient, user: &str) -> String {
         out.push_str("</ol>");
 
         out.push_str(
-            "<p><em>You can acknowledge notifications by sending <code>ack &lt;idx&gt;</code> \
-            to <b>@triagebot</b> on Zulip. Read about the other notification commands \
+            "<p><em>You can acknowledge notifications by sending </em><code>ack &lt;idx&gt;</code><em> \
+            to </em><strong><code>@triagebot</code></strong><em> on Zulip. Read about the other notification commands \
             <a href=\"https://forge.rust-lang.org/platforms/zulip/triagebot.html#issue-notifications\">here</a>.</em></p>"
         );
     }